Class ContactMechanismDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<ContactMechanismDetailPK>
com.echothree.model.data.contact.server.value.ContactMechanismDetailValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class ContactMechanismDetailValue
extends BaseValue<ContactMechanismDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionContactMechanismDetailValue
(ContactMechanismDetailPK contactMechanismDetailPK, ContactMechanismPK contactMechanismPK, String contactMechanismName, ContactMechanismTypePK contactMechanismTypePK, Boolean allowSolicitation, Long fromTime, Long thruTime) Creates a new instance of ContactMechanismDetailValueContactMechanismDetailValue
(ContactMechanismPK contactMechanismPK, String contactMechanismName, ContactMechanismTypePK contactMechanismTypePK, Boolean allowSolicitation, Long fromTime, Long thruTime) Creates a new instance of ContactMechanismDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setAllowSolicitation
(Boolean allowSolicitation) void
setContactMechanismName
(String contactMechanismName) void
setContactMechanismPK
(ContactMechanismPK contactMechanismPK) void
setContactMechanismTypePK
(ContactMechanismTypePK contactMechanismTypePK) void
setFromTime
(Long fromTime) void
setThruTime
(Long thruTime) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
ContactMechanismDetailValue
public ContactMechanismDetailValue(ContactMechanismDetailPK contactMechanismDetailPK, ContactMechanismPK contactMechanismPK, String contactMechanismName, ContactMechanismTypePK contactMechanismTypePK, Boolean allowSolicitation, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ContactMechanismDetailValue- Throws:
PersistenceNotNullException
-
ContactMechanismDetailValue
public ContactMechanismDetailValue(ContactMechanismPK contactMechanismPK, String contactMechanismName, ContactMechanismTypePK contactMechanismTypePK, Boolean allowSolicitation, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ContactMechanismDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<ContactMechanismDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<ContactMechanismDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<ContactMechanismDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<ContactMechanismDetailPK>
-
getContactMechanismPK
-
setContactMechanismPK
public void setContactMechanismPK(ContactMechanismPK contactMechanismPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getContactMechanismPKHasBeenModified
-
getContactMechanismName
-
setContactMechanismName
- Throws:
PersistenceNotNullException
-
getContactMechanismNameHasBeenModified
-
getContactMechanismTypePK
-
setContactMechanismTypePK
public void setContactMechanismTypePK(ContactMechanismTypePK contactMechanismTypePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getContactMechanismTypePKHasBeenModified
-
getAllowSolicitation
-
setAllowSolicitation
- Throws:
PersistenceNotNullException
-
getAllowSolicitationHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-