java.lang.Object
com.flexstor.common.data.ejb.Data
com.flexstor.common.data.ejb.SettingData
com.flexstor.common.data.ejb.address.AddressData
com.flexstor.common.data.ejb.address.EmailAddressData
- All Implemented Interfaces:
- java.io.Serializable
- public class EmailAddressData
- extends AddressData
This class supports state data for EMailAddress. A Data class holds
all of the state information for a corresponding class and reference
pointers to other classes
- Since:
- FLEXSTOR.db 3.0
- Version:
- 1.0, 12/19/98
| Fields inherited from class com.flexstor.common.data.ejb.Data |
DELETE, DELETED, derived, htModifiedStates, htOptions, MODIFY, modTime, NEW_ENTRY, presentState, prevState, UNCHANGED, UPDATED, WARN_BEFORE_DELETE |
| Methods inherited from class com.flexstor.common.data.ejb.Data |
assertEquals, changed, fillCloneInfo, getDateModTime, getModTime, getPresentState, getPreviousState, initializeState, isDeleted, isDerived, isModified, isModified, isObjectPersist, isOptionAllowed, resetModifiedStates, rollBackState, setDeleted, setDerived, setModifiedState, setModTime, setModTime, setNewEntry, setOption, setPerisistState, setPreviousState, setState, setUpdated |
IDENTIFIER
public static final java.lang.String IDENTIFIER
- See Also:
- Constant Field Values
EmailAddressData
public EmailAddressData()
- Default constructor for the EmailAddressData class
Warning Any objects created with this constructor are not updatable or insertable to the database
EmailAddressData
public EmailAddressData(com.flexstor.common.keys.ejb.EmailAddressKey key)
- Constructor for the EMailAddressDataBuild class
Warning Any objects created with this constructor are not updatable (insertable, but not updatable) to the database
EmailAddressData
public EmailAddressData(EmailAddressData orginal)
- Creates a EmailAddressData object based on an orginal EmailAddressData object.
This constructor is intended to be used when duplicating this object.
cloneObject
public com.flexstor.common.data.ejb.SettingData cloneObject()
- Clones this object.
- Overrides:
cloneObject in class AddressData
setKey
public void setKey(com.flexstor.common.keys.ejb.SettingKey key)
- Sets the oracle key. Enforce type safety.
- Overrides:
setKey in class AddressData
toString
public java.lang.String toString()
- Return the contents of the instance as a String. This method is strictly for use by testing classes
and should not be called by business objects
- Overrides:
toString in class AddressData
getReference
public com.flexstor.common.keys.ejb.EmailAddressKey getReference()
- Deprecated. see getKey()
- Return this instance's database object reference
setReference
public void setReference(com.flexstor.common.keys.ejb.EmailAddressKey aKey)
- Deprecated. see setKey(EmailAddressKey aKey)
- Return this instance's database object reference