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