Class PartyContactListDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<PartyContactListDetailPK>
com.echothree.model.data.contactlist.server.value.PartyContactListDetailValue
- All Implemented Interfaces:
Serializable,Cloneable
public class PartyContactListDetailValue
extends BaseValue<PartyContactListDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionPartyContactListDetailValue(PartyContactListDetailPK partyContactListDetailPK, PartyContactListPK partyContactListPK, PartyPK partyPK, ContactListPK contactListPK, ContactListContactMechanismPurposePK preferredContactListContactMechanismPurposePK, Long fromTime, Long thruTime) Creates a new instance of PartyContactListDetailValuePartyContactListDetailValue(PartyContactListPK partyContactListPK, PartyPK partyPK, ContactListPK contactListPK, ContactListContactMechanismPurposePK preferredContactListContactMechanismPurposePK, Long fromTime, Long thruTime) Creates a new instance of PartyContactListDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetContactListPK(ContactListPK contactListPK) voidsetFromTime(Long fromTime) voidsetPartyContactListPK(PartyContactListPK partyContactListPK) voidsetPartyPK(PartyPK partyPK) voidsetPreferredContactListContactMechanismPurposePK(ContactListContactMechanismPurposePK preferredContactListContactMechanismPurposePK) voidsetThruTime(Long thruTime) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
PartyContactListDetailValue
public PartyContactListDetailValue(PartyContactListDetailPK partyContactListDetailPK, PartyContactListPK partyContactListPK, PartyPK partyPK, ContactListPK contactListPK, ContactListContactMechanismPurposePK preferredContactListContactMechanismPurposePK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of PartyContactListDetailValue- Throws:
PersistenceNotNullException
-
PartyContactListDetailValue
public PartyContactListDetailValue(PartyContactListPK partyContactListPK, PartyPK partyPK, ContactListPK contactListPK, ContactListContactMechanismPurposePK preferredContactListContactMechanismPurposePK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of PartyContactListDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<PartyContactListDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<PartyContactListDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<PartyContactListDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<PartyContactListDetailPK>
-
getPartyContactListPK
-
setPartyContactListPK
public void setPartyContactListPK(PartyContactListPK partyContactListPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getPartyContactListPKHasBeenModified
-
getPartyPK
-
setPartyPK
- Throws:
PersistenceNotNullException
-
getPartyPKHasBeenModified
-
getContactListPK
-
setContactListPK
- Throws:
PersistenceNotNullException
-
getContactListPKHasBeenModified
-
getPreferredContactListContactMechanismPurposePK
-
setPreferredContactListContactMechanismPurposePK
public void setPreferredContactListContactMechanismPurposePK(ContactListContactMechanismPurposePK preferredContactListContactMechanismPurposePK) -
getPreferredContactListContactMechanismPurposePKHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-