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 TypeMethodDescriptionbooleangetContactMechanismPurpose(EntityPermission entityPermission) getContactMechanismPurpose(Session session) getContactMechanismPurpose(Session session, EntityPermission entityPermission) booleanbooleanbooleangetPartyContactMechanism(EntityPermission entityPermission) getPartyContactMechanism(Session session) getPartyContactMechanism(Session session, EntityPermission entityPermission) getPartyContactMechanismForUpdate(Session session) booleangetPartyContactMechanismPurpose(EntityPermission entityPermission) getPartyContactMechanismPurpose(Session session) getPartyContactMechanismPurpose(Session session, EntityPermission entityPermission) booleanbooleanbooleanbooleaninthashCode()voidremove()voidvoidvoidsetContactMechanismPurposePK(ContactMechanismPurposePK contactMechanismPurposePK) voidsetFromTime(Long fromTime) voidsetIsDefault(Boolean isDefault) voidvoidsetPartyContactMechanismPK(PartyContactMechanismPK partyContactMechanismPK) voidvoidvoidsetPartyContactMechanismPurposePK(PartyContactMechanismPurposePK partyContactMechanismPurposePK) voidsetSortOrder(Integer sortOrder) voidsetThruTime(Long thruTime) voidtoString()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:
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
-
getPartyContactMechanismPurposeDetailValue
-
setPartyContactMechanismPurposeDetailValue
public void setPartyContactMechanismPurposeDetailValue(PartyContactMechanismPurposeDetailValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin 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
-