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) booleanbooleangetAssociateProgram(EntityPermission entityPermission) booleanbooleanbooleangetParty()getParty(EntityPermission entityPermission) booleanbooleangetSummaryMimeType(EntityPermission entityPermission) booleanbooleanbooleaninthashCode()voidremove()voidsetAssociate(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) voidstore()toString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission
-
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
-
getAssociateDetailValue
-
setAssociateDetailValue
public void setAssociateDetailValue(@Nonnull AssociateDetailValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getAssociatePK
-
getAssociate
-
getAssociate
-
getAssociateForUpdate
-
setAssociatePK
public void setAssociatePK(@Nullable AssociatePK associatePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setAssociate
-
getAssociatePKHasBeenModified
-
getAssociateProgramPK
-
getAssociateProgram
-
getAssociateProgram
-
getAssociateProgramForUpdate
-
setAssociateProgramPK
public void setAssociateProgramPK(@Nonnull AssociateProgramPK associateProgramPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setAssociateProgram
-
getAssociateProgramPKHasBeenModified
-
getAssociateName
-
setAssociateName
public void setAssociateName(@Nonnull String associateName) throws PersistenceNotNullException, PersistenceReadOnlyException -
getAssociateNameHasBeenModified
-
getPartyPK
-
getParty
-
getParty
-
getPartyForUpdate
-
setPartyPK
public void setPartyPK(@Nonnull PartyPK partyPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setParty
-
getPartyPKHasBeenModified
-
getDescription
-
setDescription
public void setDescription(@Nonnull String description) throws PersistenceNotNullException, PersistenceReadOnlyException -
getDescriptionHasBeenModified
-
getSummaryMimeTypePK
-
getSummaryMimeType
-
getSummaryMimeType
-
getSummaryMimeTypeForUpdate
-
setSummaryMimeTypePK
public void setSummaryMimeTypePK(@Nonnull MimeTypePK summaryMimeTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setSummaryMimeType
-
getSummaryMimeTypePKHasBeenModified
-
getSummary
-
setSummary
public void setSummary(@Nonnull String summary) throws PersistenceNotNullException, PersistenceReadOnlyException -
getSummaryHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(@Nonnull Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(@Nonnull Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-