public class _Course extends BaseEntity
| Modifier and Type | Field and Description |
|---|---|
static String |
ID_PK_COLUMN |
static String |
NAME_PROPERTY |
static String |
STUDENTS_PROPERTY |
| Constructor and Description |
|---|
_Course() |
| Modifier and Type | Method and Description |
|---|---|
void |
addToStudents(Student obj) |
String |
getName() |
List |
getStudents() |
void |
removeFromStudents(Student obj) |
void |
setName(String name) |
getId, isNewaddToManyTarget, 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, writePropertyDirectlygetMapKey, getObjectContext, getObjectId, getObjEntity, getPersistenceState, setObjectIdpublic static final String NAME_PROPERTY
public static final String STUDENTS_PROPERTY
public static final String ID_PK_COLUMN