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