net.codescore.dbo.auto
Class _Judge
java.lang.Object
org.apache.cayenne.CayenneDataObject
net.codescore.dbo.CDO
net.codescore.dbo.auto._Judge
- All Implemented Interfaces:
- Serializable, Comparable<CDO>, ContextObject, DataObject, Persistent, Validating, XMLSerializable
- Direct Known Subclasses:
- Judge
public abstract class _Judge
- extends CDO
Class _Judge 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
COMPETITION_PROPERTY
public static final String COMPETITION_PROPERTY
- See Also:
- Constant Field Values
PERSON_PROPERTY
public static final String PERSON_PROPERTY
- See Also:
- Constant Field Values
COMPID_PK_COLUMN
public static final String COMPID_PK_COLUMN
- See Also:
- Constant Field Values
PERSONID_PK_COLUMN
public static final String PERSONID_PK_COLUMN
- See Also:
- Constant Field Values
_Judge
public _Judge()
setPassword
public void setPassword(String password)
getPassword
public String getPassword()
setCompetition
public void setCompetition(Competition competition)
getCompetition
public Competition getCompetition()
setPerson
public void setPerson(Person person)
getPerson
public Person getPerson()
Copyright 2008 © Adam Cornett, Andrew Conner All Rights Reserved.