Class AssociatePartyContactMechanismDetail
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.associate.server.entity.AssociatePartyContactMechanismDetail
- 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 AssociatePartyContactMechanismDetailAssociatePartyContactMechanismDetail(AssociatePartyContactMechanismDetailValue value, EntityPermission entityPermission) Creates a new instance of AssociatePartyContactMechanismDetail -
Method Summary
Modifier and TypeMethodDescriptionbooleangetAssociate(EntityPermission entityPermission) getAssociate(Session session) getAssociate(Session session, EntityPermission entityPermission) getAssociateForUpdate(Session session) getAssociatePartyContactMechanism(EntityPermission entityPermission) getAssociatePartyContactMechanism(Session session) getAssociatePartyContactMechanism(Session session, EntityPermission entityPermission) booleanbooleanbooleanbooleanbooleangetPartyContactMechanism(EntityPermission entityPermission) getPartyContactMechanism(Session session) getPartyContactMechanism(Session session, EntityPermission entityPermission) getPartyContactMechanismForUpdate(Session session) booleanbooleanbooleanbooleaninthashCode()voidremove()voidvoidsetAssociate(Associate entity) voidvoidvoidsetAssociatePartyContactMechanismName(String associatePartyContactMechanismName) voidsetAssociatePartyContactMechanismPK(AssociatePartyContactMechanismPK associatePartyContactMechanismPK) voidsetAssociatePK(AssociatePK associatePK) voidsetFromTime(Long fromTime) voidsetIsDefault(Boolean isDefault) voidvoidsetPartyContactMechanismPK(PartyContactMechanismPK partyContactMechanismPK) voidsetSortOrder(Integer sortOrder) voidsetThruTime(Long thruTime) voidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
AssociatePartyContactMechanismDetail
Creates a new instance of AssociatePartyContactMechanismDetail- Throws:
PersistenceException
-
AssociatePartyContactMechanismDetail
public AssociatePartyContactMechanismDetail(AssociatePartyContactMechanismDetailValue value, EntityPermission entityPermission) Creates a new instance of AssociatePartyContactMechanismDetail
-
-
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
-
getAssociatePartyContactMechanismDetailValue
-
setAssociatePartyContactMechanismDetailValue
public void setAssociatePartyContactMechanismDetailValue(AssociatePartyContactMechanismDetailValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getAssociatePartyContactMechanismPK
-
getAssociatePartyContactMechanism
public AssociatePartyContactMechanism getAssociatePartyContactMechanism(Session session, EntityPermission entityPermission) -
getAssociatePartyContactMechanism
public AssociatePartyContactMechanism getAssociatePartyContactMechanism(EntityPermission entityPermission) -
getAssociatePartyContactMechanism
-
getAssociatePartyContactMechanism
-
getAssociatePartyContactMechanismForUpdate
-
getAssociatePartyContactMechanismForUpdate
-
setAssociatePartyContactMechanismPK
public void setAssociatePartyContactMechanismPK(AssociatePartyContactMechanismPK associatePartyContactMechanismPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setAssociatePartyContactMechanism
-
getAssociatePartyContactMechanismPKHasBeenModified
-
getAssociatePK
-
getAssociate
-
getAssociate
-
getAssociate
-
getAssociate
-
getAssociateForUpdate
-
getAssociateForUpdate
-
setAssociatePK
public void setAssociatePK(AssociatePK associatePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setAssociate
-
getAssociatePKHasBeenModified
-
getAssociatePartyContactMechanismName
-
setAssociatePartyContactMechanismName
public void setAssociatePartyContactMechanismName(String associatePartyContactMechanismName) throws PersistenceNotNullException, PersistenceReadOnlyException -
getAssociatePartyContactMechanismNameHasBeenModified
-
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
-
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
-