Class PartyContactMechanismPurposeValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<PartyContactMechanismPurposePK>
com.echothree.model.data.contact.server.value.PartyContactMechanismPurposeValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class PartyContactMechanismPurposeValue
extends BaseValue<PartyContactMechanismPurposePK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionPartyContactMechanismPurposeValue
(PartyContactMechanismPurposeDetailPK activeDetailPK, PartyContactMechanismPurposeDetailPK lastDetailPK) Creates a new instance of PartyContactMechanismPurposeValuePartyContactMechanismPurposeValue
(PartyContactMechanismPurposePK partyContactMechanismPurposePK, PartyContactMechanismPurposeDetailPK activeDetailPK, PartyContactMechanismPurposeDetailPK lastDetailPK) Creates a new instance of PartyContactMechanismPurposeValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setActiveDetailPK
(PartyContactMechanismPurposeDetailPK activeDetailPK) void
setLastDetailPK
(PartyContactMechanismPurposeDetailPK lastDetailPK) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
PartyContactMechanismPurposeValue
public PartyContactMechanismPurposeValue(PartyContactMechanismPurposePK partyContactMechanismPurposePK, PartyContactMechanismPurposeDetailPK activeDetailPK, PartyContactMechanismPurposeDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of PartyContactMechanismPurposeValue- Throws:
PersistenceNotNullException
-
PartyContactMechanismPurposeValue
public PartyContactMechanismPurposeValue(PartyContactMechanismPurposeDetailPK activeDetailPK, PartyContactMechanismPurposeDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of PartyContactMechanismPurposeValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<PartyContactMechanismPurposePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<PartyContactMechanismPurposePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<PartyContactMechanismPurposePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<PartyContactMechanismPurposePK>
-
getActiveDetailPK
-
setActiveDetailPK
-
getActiveDetailPKHasBeenModified
-
getLastDetailPK
-
setLastDetailPK
-
getLastDetailPKHasBeenModified
-