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 TypeMethodDescriptionboolean
getAssociate
(EntityPermission entityPermission) getAssociate
(Session session) getAssociate
(Session session, EntityPermission entityPermission) getAssociateForUpdate
(Session session) getAssociatePartyContactMechanism
(EntityPermission entityPermission) getAssociatePartyContactMechanism
(Session session) getAssociatePartyContactMechanism
(Session session, EntityPermission entityPermission) boolean
boolean
boolean
boolean
boolean
getPartyContactMechanism
(EntityPermission entityPermission) getPartyContactMechanism
(Session session) getPartyContactMechanism
(Session session, EntityPermission entityPermission) getPartyContactMechanismForUpdate
(Session session) boolean
boolean
boolean
boolean
int
hashCode()
void
remove()
void
void
setAssociate
(Associate entity) void
void
void
setAssociatePartyContactMechanismName
(String associatePartyContactMechanismName) void
setAssociatePartyContactMechanismPK
(AssociatePartyContactMechanismPK associatePartyContactMechanismPK) void
setAssociatePK
(AssociatePK associatePK) void
setFromTime
(Long fromTime) void
setIsDefault
(Boolean isDefault) void
void
setPartyContactMechanismPK
(PartyContactMechanismPK partyContactMechanismPK) 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
-
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:
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
-
getAssociatePartyContactMechanismDetailValue
-
setAssociatePartyContactMechanismDetailValue
public void setAssociatePartyContactMechanismDetailValue(AssociatePartyContactMechanismDetailValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in 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
-