Class ContactEmailAddress
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.contact.server.entity.ContactEmailAddress
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseEntity
_entityPermission -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance of ContactEmailAddressContactEmailAddress(ContactEmailAddressValue value, EntityPermission entityPermission) Creates a new instance of ContactEmailAddress -
Method Summary
Modifier and TypeMethodDescriptionbooleangetContactMechanism(EntityPermission entityPermission) getContactMechanism(Session session) getContactMechanism(Session session, EntityPermission entityPermission) getContactMechanismForUpdate(Session session) booleanbooleanbooleanbooleanbooleaninthashCode()voidremove()voidvoidvoidsetContactMechanism(ContactMechanism entity) voidsetContactMechanismPK(ContactMechanismPK contactMechanismPK) voidsetEmailAddress(String emailAddress) voidsetFromTime(Long fromTime) voidsetThruTime(Long thruTime) voidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
ContactEmailAddress
Creates a new instance of ContactEmailAddress- Throws:
PersistenceException
-
ContactEmailAddress
Creates a new instance of ContactEmailAddress
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
storein classBaseEntity- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
remove
- Overrides:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
getContactEmailAddressValue
-
setContactEmailAddressValue
public void setContactEmailAddressValue(ContactEmailAddressValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getContactMechanismPK
-
getContactMechanism
-
getContactMechanism
-
getContactMechanism
-
getContactMechanism
-
getContactMechanismForUpdate
-
getContactMechanismForUpdate
-
setContactMechanismPK
public void setContactMechanismPK(ContactMechanismPK contactMechanismPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setContactMechanism
-
getContactMechanismPKHasBeenModified
-
getEmailAddress
-
setEmailAddress
public void setEmailAddress(String emailAddress) throws PersistenceNotNullException, PersistenceReadOnlyException -
getEmailAddressHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-