Class PartyContactMechanismPurposeDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<PartyContactMechanismPurposeDetailPK>
com.echothree.model.data.contact.server.value.PartyContactMechanismPurposeDetailValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class PartyContactMechanismPurposeDetailValue
extends BaseValue<PartyContactMechanismPurposeDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionPartyContactMechanismPurposeDetailValue
(PartyContactMechanismPurposeDetailPK partyContactMechanismPurposeDetailPK, PartyContactMechanismPurposePK partyContactMechanismPurposePK, PartyContactMechanismPK partyContactMechanismPK, ContactMechanismPurposePK contactMechanismPurposePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of PartyContactMechanismPurposeDetailValuePartyContactMechanismPurposeDetailValue
(PartyContactMechanismPurposePK partyContactMechanismPurposePK, PartyContactMechanismPK partyContactMechanismPK, ContactMechanismPurposePK contactMechanismPurposePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of PartyContactMechanismPurposeDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setContactMechanismPurposePK
(ContactMechanismPurposePK contactMechanismPurposePK) void
setFromTime
(Long fromTime) void
setIsDefault
(Boolean isDefault) void
setPartyContactMechanismPK
(PartyContactMechanismPK partyContactMechanismPK) void
setPartyContactMechanismPurposePK
(PartyContactMechanismPurposePK partyContactMechanismPurposePK) 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
-
PartyContactMechanismPurposeDetailValue
public PartyContactMechanismPurposeDetailValue(PartyContactMechanismPurposeDetailPK partyContactMechanismPurposeDetailPK, PartyContactMechanismPurposePK partyContactMechanismPurposePK, PartyContactMechanismPK partyContactMechanismPK, ContactMechanismPurposePK contactMechanismPurposePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of PartyContactMechanismPurposeDetailValue- Throws:
PersistenceNotNullException
-
PartyContactMechanismPurposeDetailValue
public PartyContactMechanismPurposeDetailValue(PartyContactMechanismPurposePK partyContactMechanismPurposePK, PartyContactMechanismPK partyContactMechanismPK, ContactMechanismPurposePK contactMechanismPurposePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of PartyContactMechanismPurposeDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<PartyContactMechanismPurposeDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<PartyContactMechanismPurposeDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<PartyContactMechanismPurposeDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<PartyContactMechanismPurposeDetailPK>
-
getPartyContactMechanismPurposePK
-
setPartyContactMechanismPurposePK
public void setPartyContactMechanismPurposePK(PartyContactMechanismPurposePK partyContactMechanismPurposePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getPartyContactMechanismPurposePKHasBeenModified
-
getPartyContactMechanismPK
-
setPartyContactMechanismPK
public void setPartyContactMechanismPK(PartyContactMechanismPK partyContactMechanismPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getPartyContactMechanismPKHasBeenModified
-
getContactMechanismPurposePK
-
setContactMechanismPurposePK
public void setContactMechanismPurposePK(ContactMechanismPurposePK contactMechanismPurposePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getContactMechanismPurposePKHasBeenModified
-
getIsDefault
-
setIsDefault
- Throws:
PersistenceNotNullException
-
getIsDefaultHasBeenModified
-
getSortOrder
-
setSortOrder
- Throws:
PersistenceNotNullException
-
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-