net.codescore.dbo.auto
Class _Clarification
java.lang.Object
org.apache.cayenne.CayenneDataObject
net.codescore.dbo.CDO
net.codescore.dbo.auto._Clarification
- All Implemented Interfaces:
- Serializable, Comparable<CDO>, ContextObject, DataObject, Persistent, Validating, XMLSerializable
- Direct Known Subclasses:
- Clarification
public abstract class _Clarification
- extends CDO
Class _Clarification 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 |
MESSAGE_PROPERTY
public static final String MESSAGE_PROPERTY
- See Also:
- Constant Field Values
RESPONSE_PROPERTY
public static final String RESPONSE_PROPERTY
- See Also:
- Constant Field Values
COMPETITION_PROPERTY
public static final String COMPETITION_PROPERTY
- See Also:
- Constant Field Values
CID_PK_COLUMN
public static final String CID_PK_COLUMN
- See Also:
- Constant Field Values
_Clarification
public _Clarification()
setMessage
public void setMessage(String message)
getMessage
public String getMessage()
setResponse
public void setResponse(String response)
getResponse
public String getResponse()
setCompetition
public void setCompetition(Competition competition)
getCompetition
public Competition getCompetition()
Copyright 2008 © Adam Cornett, Andrew Conner All Rights Reserved.