net.codescore.dbo.auto
Class _Coach
java.lang.Object
org.apache.cayenne.CayenneDataObject
net.codescore.dbo.CDO
net.codescore.dbo.auto._Coach
- All Implemented Interfaces:
- Serializable, Comparable<CDO>, ContextObject, DataObject, Persistent, Validating, XMLSerializable
- Direct Known Subclasses:
- Coach
public abstract class _Coach
- extends CDO
Class _Coach was generated by Cayenne.
It is probably a good idea to avoid changing this class manually,
since it may be overwritten next time code is regenerated.
If you need to make any customizations, please use subclass.
- See Also:
- Serialized Form
| Fields inherited from class net.codescore.dbo.CDO |
log |
| Methods inherited from class org.apache.cayenne.CayenneDataObject |
addToManyTarget, appendProperties, decodeFromXML, encodeAsXML, fetchFinished, getDataContext, getObjectContext, getObjectId, getObjEntity, getPersistenceState, getSnapshotVersion, readNestedProperty, readProperty, readPropertyDirectly, removeToManyTarget, setDataContext, setObjectContext, setObjectId, setPersistenceState, setReverseRelationship, setSnapshotVersion, setToOneTarget, toString, toStringBuffer, unsetReverseRelationship, validateForDelete, validateForInsert, validateForSave, validateForUpdate, willConnect, writeProperty, writePropertyDirectly |
PASSWORD_PROPERTY
public static final String PASSWORD_PROPERTY
- See Also:
- Constant Field Values
PERSON_PROPERTY
public static final String PERSON_PROPERTY
- See Also:
- Constant Field Values
SCHOOL_PROPERTY
public static final String SCHOOL_PROPERTY
- See Also:
- Constant Field Values
PERSONID_PK_COLUMN
public static final String PERSONID_PK_COLUMN
- See Also:
- Constant Field Values
SCHOOLID_PK_COLUMN
public static final String SCHOOLID_PK_COLUMN
- See Also:
- Constant Field Values
_Coach
public _Coach()
setPassword
public void setPassword(String password)
getPassword
public String getPassword()
setPerson
public void setPerson(Person person)
getPerson
public Person getPerson()
setSchool
public void setSchool(School school)
getSchool
public School getSchool()
Copyright 2008 © Adam Cornett, Andrew Conner All Rights Reserved.