public class _CourseBooking extends BaseEntity
Modifier and Type | Field and Description |
---|---|
static String |
BOOKING_DATE_PROPERTY |
static String |
BOOKING_NOTES_PROPERTY |
static String |
COURSE_TYPE_PROPERTY |
static String |
CREATED_AT_PROPERTY |
static String |
CUSTOMER_ID_PROPERTY |
static String |
ID_PK_COLUMN |
Constructor and Description |
---|
_CourseBooking() |
Modifier and Type | Method and Description |
---|---|
Date |
getBookingDate() |
String |
getBookingNotes() |
String |
getCourseType() |
Date |
getCreatedAt() |
Integer |
getCustomerId() |
void |
setBookingDate(Date bookingDate) |
void |
setBookingNotes(String bookingNotes) |
void |
setCourseType(String courseType) |
void |
setCreatedAt(Date createdAt) |
void |
setCustomerId(Integer customerId) |
getId, isNew
addToManyTarget, appendProperties, decodeFromXML, encodeAsXML, fetchFinished, getDataContext, getSnapshotVersion, readNestedProperty, readProperty, readPropertyDirectly, removeToManyTarget, setDataContext, setObjectContext, setPersistenceState, setReverseRelationship, setSnapshotVersion, setToOneTarget, toString, toStringBuffer, unsetReverseRelationship, validateForDelete, validateForInsert, validateForSave, validateForUpdate, willConnect, writeProperty, writePropertyDirectly
getMapKey, getObjectContext, getObjectId, getObjEntity, getPersistenceState, setObjectId
public static final String BOOKING_DATE_PROPERTY
public static final String BOOKING_NOTES_PROPERTY
public static final String COURSE_TYPE_PROPERTY
public static final String CREATED_AT_PROPERTY
public static final String CUSTOMER_ID_PROPERTY
public static final String ID_PK_COLUMN
public void setBookingDate(Date bookingDate)
public Date getBookingDate()
public void setBookingNotes(String bookingNotes)
public String getBookingNotes()
public void setCourseType(String courseType)
public String getCourseType()
public void setCreatedAt(Date createdAt)
public Date getCreatedAt()
public void setCustomerId(Integer customerId)
public Integer getCustomerId()