Class PartyContactMechanismPurposeDetail
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.contact.server.entity.PartyContactMechanismPurposeDetail
- 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 PartyContactMechanismPurposeDetailPartyContactMechanismPurposeDetail
(PartyContactMechanismPurposeDetailValue value, EntityPermission entityPermission) Creates a new instance of PartyContactMechanismPurposeDetail -
Method Summary
Modifier and TypeMethodDescriptionboolean
getContactMechanismPurpose
(EntityPermission entityPermission) getContactMechanismPurpose
(Session session) getContactMechanismPurpose
(Session session, EntityPermission entityPermission) boolean
boolean
boolean
getPartyContactMechanism
(EntityPermission entityPermission) getPartyContactMechanism
(Session session) getPartyContactMechanism
(Session session, EntityPermission entityPermission) getPartyContactMechanismForUpdate
(Session session) boolean
getPartyContactMechanismPurpose
(EntityPermission entityPermission) getPartyContactMechanismPurpose
(Session session) getPartyContactMechanismPurpose
(Session session, EntityPermission entityPermission) boolean
boolean
boolean
boolean
int
hashCode()
void
remove()
void
void
void
setContactMechanismPurposePK
(ContactMechanismPurposePK contactMechanismPurposePK) void
setFromTime
(Long fromTime) void
setIsDefault
(Boolean isDefault) void
void
setPartyContactMechanismPK
(PartyContactMechanismPK partyContactMechanismPK) void
void
void
setPartyContactMechanismPurposePK
(PartyContactMechanismPurposePK partyContactMechanismPurposePK) void
setSortOrder
(Integer sortOrder) void
setThruTime
(Long thruTime) void
toString()
Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
PartyContactMechanismPurposeDetail
Creates a new instance of PartyContactMechanismPurposeDetail- Throws:
PersistenceException
-
PartyContactMechanismPurposeDetail
public PartyContactMechanismPurposeDetail(PartyContactMechanismPurposeDetailValue value, EntityPermission entityPermission) Creates a new instance of PartyContactMechanismPurposeDetail
-
-
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
-
getPartyContactMechanismPurposeDetailValue
-
setPartyContactMechanismPurposeDetailValue
public void setPartyContactMechanismPurposeDetailValue(PartyContactMechanismPurposeDetailValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseEntity
-
getPartyContactMechanismPurposePK
-
getPartyContactMechanismPurpose
public PartyContactMechanismPurpose getPartyContactMechanismPurpose(Session session, EntityPermission entityPermission) -
getPartyContactMechanismPurpose
public PartyContactMechanismPurpose getPartyContactMechanismPurpose(EntityPermission entityPermission) -
getPartyContactMechanismPurpose
-
getPartyContactMechanismPurpose
-
getPartyContactMechanismPurposeForUpdate
-
getPartyContactMechanismPurposeForUpdate
-
setPartyContactMechanismPurposePK
public void setPartyContactMechanismPurposePK(PartyContactMechanismPurposePK partyContactMechanismPurposePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setPartyContactMechanismPurpose
-
getPartyContactMechanismPurposePKHasBeenModified
-
getPartyContactMechanismPK
-
getPartyContactMechanism
public PartyContactMechanism getPartyContactMechanism(Session session, EntityPermission entityPermission) -
getPartyContactMechanism
-
getPartyContactMechanism
-
getPartyContactMechanism
-
getPartyContactMechanismForUpdate
-
getPartyContactMechanismForUpdate
-
setPartyContactMechanismPK
public void setPartyContactMechanismPK(PartyContactMechanismPK partyContactMechanismPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setPartyContactMechanism
-
getPartyContactMechanismPKHasBeenModified
-
getContactMechanismPurposePK
-
getContactMechanismPurpose
public ContactMechanismPurpose getContactMechanismPurpose(Session session, EntityPermission entityPermission) -
getContactMechanismPurpose
-
getContactMechanismPurpose
-
getContactMechanismPurpose
-
getContactMechanismPurposeForUpdate
-
getContactMechanismPurposeForUpdate
-
setContactMechanismPurposePK
public void setContactMechanismPurposePK(ContactMechanismPurposePK contactMechanismPurposePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setContactMechanismPurpose
-
getContactMechanismPurposePKHasBeenModified
-
getIsDefault
-
setIsDefault
public void setIsDefault(Boolean isDefault) throws PersistenceNotNullException, PersistenceReadOnlyException -
getIsDefaultHasBeenModified
-
getSortOrder
-
setSortOrder
public void setSortOrder(Integer sortOrder) throws PersistenceNotNullException, PersistenceReadOnlyException -
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-