Class AssociatePartyContactMechanismDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<AssociatePartyContactMechanismDetailPK>
com.echothree.model.data.associate.server.value.AssociatePartyContactMechanismDetailValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class AssociatePartyContactMechanismDetailValue
extends BaseValue<AssociatePartyContactMechanismDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionAssociatePartyContactMechanismDetailValue
(AssociatePartyContactMechanismDetailPK associatePartyContactMechanismDetailPK, AssociatePartyContactMechanismPK associatePartyContactMechanismPK, AssociatePK associatePK, String associatePartyContactMechanismName, PartyContactMechanismPK partyContactMechanismPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of AssociatePartyContactMechanismDetailValueAssociatePartyContactMechanismDetailValue
(AssociatePartyContactMechanismPK associatePartyContactMechanismPK, AssociatePK associatePK, String associatePartyContactMechanismName, PartyContactMechanismPK partyContactMechanismPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of AssociatePartyContactMechanismDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setAssociatePartyContactMechanismName
(String associatePartyContactMechanismName) void
setAssociatePartyContactMechanismPK
(AssociatePartyContactMechanismPK associatePartyContactMechanismPK) void
setAssociatePK
(AssociatePK associatePK) void
setFromTime
(Long fromTime) void
setIsDefault
(Boolean isDefault) void
setPartyContactMechanismPK
(PartyContactMechanismPK partyContactMechanismPK) void
setSortOrder
(Integer sortOrder) void
setThruTime
(Long thruTime) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
AssociatePartyContactMechanismDetailValue
public AssociatePartyContactMechanismDetailValue(AssociatePartyContactMechanismDetailPK associatePartyContactMechanismDetailPK, AssociatePartyContactMechanismPK associatePartyContactMechanismPK, AssociatePK associatePK, String associatePartyContactMechanismName, PartyContactMechanismPK partyContactMechanismPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of AssociatePartyContactMechanismDetailValue- Throws:
PersistenceNotNullException
-
AssociatePartyContactMechanismDetailValue
public AssociatePartyContactMechanismDetailValue(AssociatePartyContactMechanismPK associatePartyContactMechanismPK, AssociatePK associatePK, String associatePartyContactMechanismName, PartyContactMechanismPK partyContactMechanismPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of AssociatePartyContactMechanismDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<AssociatePartyContactMechanismDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<AssociatePartyContactMechanismDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<AssociatePartyContactMechanismDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<AssociatePartyContactMechanismDetailPK>
-
getAssociatePartyContactMechanismPK
-
setAssociatePartyContactMechanismPK
public void setAssociatePartyContactMechanismPK(AssociatePartyContactMechanismPK associatePartyContactMechanismPK) -
getAssociatePartyContactMechanismPKHasBeenModified
-
getAssociatePK
-
setAssociatePK
- Throws:
PersistenceNotNullException
-
getAssociatePKHasBeenModified
-
getAssociatePartyContactMechanismName
-
setAssociatePartyContactMechanismName
public void setAssociatePartyContactMechanismName(String associatePartyContactMechanismName) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getAssociatePartyContactMechanismNameHasBeenModified
-
getPartyContactMechanismPK
-
setPartyContactMechanismPK
public void setPartyContactMechanismPK(PartyContactMechanismPK partyContactMechanismPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getPartyContactMechanismPKHasBeenModified
-
getIsDefault
-
setIsDefault
- Throws:
PersistenceNotNullException
-
getIsDefaultHasBeenModified
-
getSortOrder
-
setSortOrder
- Throws:
PersistenceNotNullException
-
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-