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 TypeMethodDescriptionboolean
getAssociate
(EntityPermission entityPermission) getAssociate
(Session session) getAssociate
(Session session, EntityPermission entityPermission) getAssociateForUpdate
(Session session) boolean
boolean
getAssociateProgram
(EntityPermission entityPermission) getAssociateProgram
(Session session) getAssociateProgram
(Session session, EntityPermission entityPermission) getAssociateProgramForUpdate
(Session session) boolean
boolean
boolean
getParty()
getParty
(EntityPermission entityPermission) getParty
(Session session, EntityPermission entityPermission) getPartyForUpdate
(Session session) boolean
boolean
getSummaryMimeType
(EntityPermission entityPermission) getSummaryMimeType
(Session session) getSummaryMimeType
(Session session, EntityPermission entityPermission) getSummaryMimeTypeForUpdate
(Session session) boolean
boolean
boolean
int
hashCode()
void
remove()
void
void
setAssociate
(Associate entity) void
void
setAssociateName
(String associateName) void
setAssociatePK
(AssociatePK associatePK) void
setAssociateProgram
(AssociateProgram entity) void
setAssociateProgramPK
(AssociateProgramPK associateProgramPK) void
setDescription
(String description) void
setFromTime
(Long fromTime) void
void
setPartyPK
(PartyPK partyPK) void
setSummary
(String summary) void
setSummaryMimeType
(MimeType entity) void
setSummaryMimeTypePK
(MimeTypePK summaryMimeTypePK) void
setThruTime
(Long thruTime) void
toString()
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:
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
-
getAssociateDetailValue
-
setAssociateDetailValue
- Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in 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
-