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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetAllowSolicitation(Boolean allowSolicitation) voidsetContactMechanismName(String contactMechanismName) voidsetContactMechanismPK(ContactMechanismPK contactMechanismPK) voidsetContactMechanismTypePK(ContactMechanismTypePK contactMechanismTypePK) voidsetFromTime(Long fromTime) voidsetThruTime(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:
getBaseFactoryInstancein classBaseValue<ContactMechanismDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<ContactMechanismDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<ContactMechanismDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin 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
-