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 TypeMethodDescriptionboolean
boolean
getContactMechanism
(EntityPermission entityPermission) getContactMechanism
(Session session) getContactMechanism
(Session session, EntityPermission entityPermission) getContactMechanismForUpdate
(Session session) boolean
boolean
getContactMechanismType
(EntityPermission entityPermission) getContactMechanismType
(Session session) getContactMechanismType
(Session session, EntityPermission entityPermission) getContactMechanismTypeForUpdate
(Session session) boolean
boolean
boolean
boolean
int
hashCode()
void
remove()
void
void
setAllowSolicitation
(Boolean allowSolicitation) void
setContactMechanism
(ContactMechanism entity) void
void
setContactMechanismName
(String contactMechanismName) void
setContactMechanismPK
(ContactMechanismPK contactMechanismPK) void
void
setContactMechanismTypePK
(ContactMechanismTypePK contactMechanismTypePK) void
setFromTime
(Long fromTime) void
setThruTime
(Long thruTime) void
toString()
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:
getBaseFactoryInstance
in classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
store
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Overrides:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
getContactMechanismDetailValue
-
setContactMechanismDetailValue
public void setContactMechanismDetailValue(ContactMechanismDetailValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in 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
-