Class AssociateDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<AssociateDetailPK>
com.echothree.model.data.associate.server.value.AssociateDetailValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class AssociateDetailValue
extends BaseValue<AssociateDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionAssociateDetailValue
(AssociateDetailPK associateDetailPK, AssociatePK associatePK, AssociateProgramPK associateProgramPK, String associateName, PartyPK partyPK, String description, MimeTypePK summaryMimeTypePK, String summary, Long fromTime, Long thruTime) Creates a new instance of AssociateDetailValueAssociateDetailValue
(AssociatePK associatePK, AssociateProgramPK associateProgramPK, String associateName, PartyPK partyPK, String description, MimeTypePK summaryMimeTypePK, String summary, Long fromTime, Long thruTime) Creates a new instance of AssociateDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setAssociateName
(String associateName) void
setAssociatePK
(AssociatePK associatePK) void
setAssociateProgramPK
(AssociateProgramPK associateProgramPK) void
setDescription
(String description) void
setFromTime
(Long fromTime) void
setPartyPK
(PartyPK partyPK) void
setSummary
(String summary) void
setSummaryMimeTypePK
(MimeTypePK summaryMimeTypePK) void
setThruTime
(Long thruTime) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
AssociateDetailValue
public AssociateDetailValue(AssociateDetailPK associateDetailPK, AssociatePK associatePK, AssociateProgramPK associateProgramPK, String associateName, PartyPK partyPK, String description, MimeTypePK summaryMimeTypePK, String summary, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of AssociateDetailValue- Throws:
PersistenceNotNullException
-
AssociateDetailValue
public AssociateDetailValue(AssociatePK associatePK, AssociateProgramPK associateProgramPK, String associateName, PartyPK partyPK, String description, MimeTypePK summaryMimeTypePK, String summary, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of AssociateDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<AssociateDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<AssociateDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<AssociateDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<AssociateDetailPK>
-
getAssociatePK
-
setAssociatePK
-
getAssociatePKHasBeenModified
-
getAssociateProgramPK
-
setAssociateProgramPK
public void setAssociateProgramPK(AssociateProgramPK associateProgramPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getAssociateProgramPKHasBeenModified
-
getAssociateName
-
setAssociateName
- Throws:
PersistenceNotNullException
-
getAssociateNameHasBeenModified
-
getPartyPK
-
setPartyPK
- Throws:
PersistenceNotNullException
-
getPartyPKHasBeenModified
-
getDescription
-
setDescription
- Throws:
PersistenceNotNullException
-
getDescriptionHasBeenModified
-
getSummaryMimeTypePK
-
setSummaryMimeTypePK
- Throws:
PersistenceNotNullException
-
getSummaryMimeTypePKHasBeenModified
-
getSummary
-
setSummary
- Throws:
PersistenceNotNullException
-
getSummaryHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-