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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetAssociateName(String associateName) voidsetAssociatePK(AssociatePK associatePK) voidsetAssociateProgramPK(AssociateProgramPK associateProgramPK) voidsetDescription(String description) voidsetFromTime(Long fromTime) voidsetPartyPK(PartyPK partyPK) voidsetSummary(String summary) voidsetSummaryMimeTypePK(MimeTypePK summaryMimeTypePK) voidsetThruTime(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:
getBaseFactoryInstancein classBaseValue<AssociateDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<AssociateDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<AssociateDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin 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
-