net.codescore.dbo.auto
Class _Email
java.lang.Object
org.apache.cayenne.CayenneDataObject
net.codescore.dbo.CDO
net.codescore.dbo.auto._Email
- All Implemented Interfaces:
- Serializable, Comparable<CDO>, ContextObject, DataObject, Persistent, Validating, XMLSerializable
- Direct Known Subclasses:
- Email
public abstract class _Email
- extends CDO
Class _Email 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 |
ADDRESS_PROPERTY
public static final String ADDRESS_PROPERTY
- See Also:
- Constant Field Values
PERSON_PROPERTY
public static final String PERSON_PROPERTY
- See Also:
- Constant Field Values
EMAILID_PK_COLUMN
public static final String EMAILID_PK_COLUMN
- See Also:
- Constant Field Values
PERSONID_PK_COLUMN
public static final String PERSONID_PK_COLUMN
- See Also:
- Constant Field Values
_Email
public _Email()
setAddress
public void setAddress(String address)
getAddress
public String getAddress()
setPerson
public void setPerson(Person person)
getPerson
public Person getPerson()
Copyright 2008 © Adam Cornett, Andrew Conner All Rights Reserved.