Class ContactEmailAddressValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<ContactEmailAddressPK>
com.echothree.model.data.contact.server.value.ContactEmailAddressValue
- All Implemented Interfaces:
Serializable,Cloneable
public class ContactEmailAddressValue
extends BaseValue<ContactEmailAddressPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionContactEmailAddressValue(ContactEmailAddressPK contactEmailAddressPK, ContactMechanismPK contactMechanismPK, String emailAddress, Long fromTime, Long thruTime) Creates a new instance of ContactEmailAddressValueContactEmailAddressValue(ContactMechanismPK contactMechanismPK, String emailAddress, Long fromTime, Long thruTime) Creates a new instance of ContactEmailAddressValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetContactMechanismPK(ContactMechanismPK contactMechanismPK) voidsetEmailAddress(String emailAddress) voidsetFromTime(Long fromTime) voidsetThruTime(Long thruTime) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
ContactEmailAddressValue
public ContactEmailAddressValue(ContactEmailAddressPK contactEmailAddressPK, ContactMechanismPK contactMechanismPK, String emailAddress, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ContactEmailAddressValue- Throws:
PersistenceNotNullException
-
ContactEmailAddressValue
public ContactEmailAddressValue(ContactMechanismPK contactMechanismPK, String emailAddress, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ContactEmailAddressValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<ContactEmailAddressPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<ContactEmailAddressPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<ContactEmailAddressPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<ContactEmailAddressPK>
-
getContactMechanismPK
-
setContactMechanismPK
public void setContactMechanismPK(ContactMechanismPK contactMechanismPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getContactMechanismPKHasBeenModified
-
getEmailAddress
-
setEmailAddress
- Throws:
PersistenceNotNullException
-
getEmailAddressHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-