net.codescore.dbo.auto
Class _School
java.lang.Object
org.apache.cayenne.CayenneDataObject
net.codescore.dbo.CDO
net.codescore.dbo.auto._School
- All Implemented Interfaces:
- Serializable, Comparable<CDO>, ContextObject, DataObject, Persistent, Validating, XMLSerializable
- Direct Known Subclasses:
- School
public abstract class _School
- extends CDO
Class _School 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 |
NAME_PROPERTY
public static final String NAME_PROPERTY
- See Also:
- Constant Field Values
WEBPAGE_PROPERTY
public static final String WEBPAGE_PROPERTY
- See Also:
- Constant Field Values
COACHES_PROPERTY
public static final String COACHES_PROPERTY
- See Also:
- Constant Field Values
COMPETITIONS_PROPERTY
public static final String COMPETITIONS_PROPERTY
- See Also:
- Constant Field Values
PEOPLE_PROPERTY
public static final String PEOPLE_PROPERTY
- See Also:
- Constant Field Values
TEAMS_PROPERTY
public static final String TEAMS_PROPERTY
- See Also:
- Constant Field Values
SCHOOLID_PK_COLUMN
public static final String SCHOOLID_PK_COLUMN
- See Also:
- Constant Field Values
_School
public _School()
setName
public void setName(String name)
getName
public String getName()
setWebpage
public void setWebpage(String webpage)
getWebpage
public String getWebpage()
addToCoaches
public void addToCoaches(Person obj)
removeFromCoaches
public void removeFromCoaches(Person obj)
getCoaches
public List<Person> getCoaches()
getCompetitions
public List<Competition> getCompetitions()
getPeople
public List<Person> getPeople()
addToTeams
public void addToTeams(Team obj)
removeFromTeams
public void removeFromTeams(Team obj)
getTeams
public List<Team> getTeams()
Copyright 2008 © Adam Cornett, Andrew Conner All Rights Reserved.