Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.flexstor.common.data.ejb.address
Class EmailAddressData  view EmailAddressData download EmailAddressData.java

java.lang.Object
  extended bycom.flexstor.common.data.ejb.Data
      extended bycom.flexstor.common.data.ejb.SettingData
          extended bycom.flexstor.common.data.ejb.address.AddressData
              extended bycom.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

Field Summary
static java.lang.String IDENTIFIER
           
 
Fields inherited from class com.flexstor.common.data.ejb.address.AddressData
sAddress, sDescription
 
Fields inherited from class com.flexstor.common.data.ejb.SettingData
bIsEditable, EMAIL_ADDRESS, FTP_ADDRESS, IMPORT, key, SEND, sName, timeStamp
 
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
 
Constructor Summary
EmailAddressData()
          Default constructor for the EmailAddressData class
EmailAddressData(EmailAddressData orginal)
          Creates a EmailAddressData object based on an orginal EmailAddressData object.
EmailAddressData(com.flexstor.common.keys.ejb.EmailAddressKey key)
          Constructor for the EMailAddressDataBuild class
 
Method Summary
 com.flexstor.common.data.ejb.SettingData cloneObject()
          Clones this object.
 com.flexstor.common.keys.ejb.EmailAddressKey getReference()
          Deprecated. see getKey()
 void setKey(com.flexstor.common.keys.ejb.SettingKey key)
          Sets the oracle key.
 void setReference(com.flexstor.common.keys.ejb.EmailAddressKey aKey)
          Deprecated. see setKey(EmailAddressKey aKey)
 java.lang.String toString()
          Return the contents of the instance as a String.
 
Methods inherited from class com.flexstor.common.data.ejb.address.AddressData
equals, getAddress, getDescription, getName, hashcode, setAddress, setDescription, setName, synchronize
 
Methods inherited from class com.flexstor.common.data.ejb.SettingData
getKey, getTimestamp, isEditable, setEditable, setTimestamp, synchronize
 
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
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

IDENTIFIER

public static final java.lang.String IDENTIFIER
See Also:
Constant Field Values
Constructor Detail

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.

Method Detail

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