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 TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setContactMechanismPK
(ContactMechanismPK contactMechanismPK) void
setEmailAddress
(String emailAddress) void
setFromTime
(Long fromTime) void
setThruTime
(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:
getBaseFactoryInstance
in classBaseValue<ContactEmailAddressPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<ContactEmailAddressPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<ContactEmailAddressPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in 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
-