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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetAssociatePartyContactMechanismName(String associatePartyContactMechanismName) voidsetAssociatePartyContactMechanismPK(AssociatePartyContactMechanismPK associatePartyContactMechanismPK) voidsetAssociatePK(AssociatePK associatePK) voidsetFromTime(Long fromTime) voidsetIsDefault(Boolean isDefault) voidsetPartyContactMechanismPK(PartyContactMechanismPK partyContactMechanismPK) voidsetSortOrder(Integer sortOrder) voidsetThruTime(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:
getBaseFactoryInstancein classBaseValue<AssociatePartyContactMechanismDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<AssociatePartyContactMechanismDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<AssociatePartyContactMechanismDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin 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
-