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 TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setContactListPK
(ContactListPK contactListPK) void
setFromTime
(Long fromTime) void
setPartyContactListPK
(PartyContactListPK partyContactListPK) void
setPartyPK
(PartyPK partyPK) void
setPreferredContactListContactMechanismPurposePK
(ContactListContactMechanismPurposePK preferredContactListContactMechanismPurposePK) void
setThruTime
(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:
getBaseFactoryInstance
in classBaseValue<PartyContactListDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<PartyContactListDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<PartyContactListDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in 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
-