Class AssociateDetail
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.associate.server.entity.AssociateDetail
- 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 AssociateDetailAssociateDetail(AssociateDetailValue value, EntityPermission entityPermission) Creates a new instance of AssociateDetail -
Method Summary
Modifier and TypeMethodDescriptionbooleangetAssociate(EntityPermission entityPermission) getAssociate(Session session) getAssociate(Session session, EntityPermission entityPermission) getAssociateForUpdate(Session session) booleanbooleangetAssociateProgram(EntityPermission entityPermission) getAssociateProgram(Session session) getAssociateProgram(Session session, EntityPermission entityPermission) getAssociateProgramForUpdate(Session session) booleanbooleanbooleangetParty()getParty(EntityPermission entityPermission) getParty(Session session, EntityPermission entityPermission) getPartyForUpdate(Session session) booleanbooleangetSummaryMimeType(EntityPermission entityPermission) getSummaryMimeType(Session session) getSummaryMimeType(Session session, EntityPermission entityPermission) getSummaryMimeTypeForUpdate(Session session) booleanbooleanbooleaninthashCode()voidremove()voidvoidsetAssociate(Associate entity) voidvoidsetAssociateName(String associateName) voidsetAssociatePK(AssociatePK associatePK) voidsetAssociateProgram(AssociateProgram entity) voidsetAssociateProgramPK(AssociateProgramPK associateProgramPK) voidsetDescription(String description) voidsetFromTime(Long fromTime) voidvoidsetPartyPK(PartyPK partyPK) voidsetSummary(String summary) voidsetSummaryMimeType(MimeType entity) voidsetSummaryMimeTypePK(MimeTypePK summaryMimeTypePK) voidsetThruTime(Long thruTime) voidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
AssociateDetail
Creates a new instance of AssociateDetail- Throws:
PersistenceException
-
AssociateDetail
Creates a new instance of AssociateDetail
-
-
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
-
getAssociateDetailValue
-
setAssociateDetailValue
- Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getAssociatePK
-
getAssociate
-
getAssociate
-
getAssociate
-
getAssociate
-
getAssociateForUpdate
-
getAssociateForUpdate
-
setAssociatePK
public void setAssociatePK(AssociatePK associatePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setAssociate
-
getAssociatePKHasBeenModified
-
getAssociateProgramPK
-
getAssociateProgram
-
getAssociateProgram
-
getAssociateProgram
-
getAssociateProgram
-
getAssociateProgramForUpdate
-
getAssociateProgramForUpdate
-
setAssociateProgramPK
public void setAssociateProgramPK(AssociateProgramPK associateProgramPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setAssociateProgram
-
getAssociateProgramPKHasBeenModified
-
getAssociateName
-
setAssociateName
public void setAssociateName(String associateName) throws PersistenceNotNullException, PersistenceReadOnlyException -
getAssociateNameHasBeenModified
-
getPartyPK
-
getParty
-
getParty
-
getParty
-
getParty
-
getPartyForUpdate
-
getPartyForUpdate
-
setPartyPK
public void setPartyPK(PartyPK partyPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setParty
-
getPartyPKHasBeenModified
-
getDescription
-
setDescription
public void setDescription(String description) throws PersistenceNotNullException, PersistenceReadOnlyException -
getDescriptionHasBeenModified
-
getSummaryMimeTypePK
-
getSummaryMimeType
-
getSummaryMimeType
-
getSummaryMimeType
-
getSummaryMimeType
-
getSummaryMimeTypeForUpdate
-
getSummaryMimeTypeForUpdate
-
setSummaryMimeTypePK
public void setSummaryMimeTypePK(MimeTypePK summaryMimeTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setSummaryMimeType
-
getSummaryMimeTypePKHasBeenModified
-
getSummary
-
setSummary
public void setSummary(String summary) throws PersistenceNotNullException, PersistenceReadOnlyException -
getSummaryHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-