public class _Student extends BaseEntity
| Modifier and Type | Field and Description |
|---|---|
static String |
COURSES_PROPERTY |
static String |
ID_PK_COLUMN |
static String |
NAME_PROPERTY |
static String |
STUDENT_HOUSE_PROPERTY |
| Constructor and Description |
|---|
_Student() |
| Modifier and Type | Method and Description |
|---|---|
void |
addToCourses(Course obj) |
List |
getCourses() |
String |
getName() |
StudentHouse |
getStudentHouse() |
void |
removeFromCourses(Course obj) |
void |
setName(String name) |
void |
setStudentHouse(StudentHouse studentHouse) |
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 COURSES_PROPERTY
public static final String STUDENT_HOUSE_PROPERTY
public static final String ID_PK_COLUMN
public void setName(String name)
public String getName()
public void addToCourses(Course obj)
public void removeFromCourses(Course obj)
public List getCourses()
public void setStudentHouse(StudentHouse studentHouse)
public StudentHouse getStudentHouse()