Class ContactMechanismDetail
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.contact.server.entity.ContactMechanismDetail
- 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 ContactMechanismDetailContactMechanismDetail(ContactMechanismDetailValue value, EntityPermission entityPermission) Creates a new instance of ContactMechanismDetail -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleangetContactMechanism(EntityPermission entityPermission) getContactMechanism(Session session) getContactMechanism(Session session, EntityPermission entityPermission) getContactMechanismForUpdate(Session session) booleanbooleangetContactMechanismType(EntityPermission entityPermission) getContactMechanismType(Session session) getContactMechanismType(Session session, EntityPermission entityPermission) getContactMechanismTypeForUpdate(Session session) booleanbooleanbooleanbooleaninthashCode()voidremove()voidvoidsetAllowSolicitation(Boolean allowSolicitation) voidsetContactMechanism(ContactMechanism entity) voidvoidsetContactMechanismName(String contactMechanismName) voidsetContactMechanismPK(ContactMechanismPK contactMechanismPK) voidvoidsetContactMechanismTypePK(ContactMechanismTypePK contactMechanismTypePK) voidsetFromTime(Long fromTime) voidsetThruTime(Long thruTime) voidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
ContactMechanismDetail
Creates a new instance of ContactMechanismDetail- Throws:
PersistenceException
-
ContactMechanismDetail
Creates a new instance of ContactMechanismDetail
-
-
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
-
getContactMechanismDetailValue
-
setContactMechanismDetailValue
public void setContactMechanismDetailValue(ContactMechanismDetailValue 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
-
getContactMechanismName
-
setContactMechanismName
public void setContactMechanismName(String contactMechanismName) throws PersistenceNotNullException, PersistenceReadOnlyException -
getContactMechanismNameHasBeenModified
-
getContactMechanismTypePK
-
getContactMechanismType
public ContactMechanismType getContactMechanismType(Session session, EntityPermission entityPermission) -
getContactMechanismType
-
getContactMechanismType
-
getContactMechanismType
-
getContactMechanismTypeForUpdate
-
getContactMechanismTypeForUpdate
-
setContactMechanismTypePK
public void setContactMechanismTypePK(ContactMechanismTypePK contactMechanismTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setContactMechanismType
-
getContactMechanismTypePKHasBeenModified
-
getAllowSolicitation
-
setAllowSolicitation
public void setAllowSolicitation(Boolean allowSolicitation) throws PersistenceNotNullException, PersistenceReadOnlyException -
getAllowSolicitationHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-