Class ContactMechanismAliasValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<ContactMechanismAliasPK>
com.echothree.model.data.contact.server.value.ContactMechanismAliasValue
- All Implemented Interfaces:
Serializable,Cloneable
public class ContactMechanismAliasValue
extends BaseValue<ContactMechanismAliasPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionContactMechanismAliasValue(ContactMechanismAliasPK contactMechanismAliasPK, ContactMechanismPK contactMechanismPK, ContactMechanismAliasTypePK contactMechanismAliasTypePK, String alias, Long fromTime, Long thruTime) Creates a new instance of ContactMechanismAliasValueContactMechanismAliasValue(ContactMechanismPK contactMechanismPK, ContactMechanismAliasTypePK contactMechanismAliasTypePK, String alias, Long fromTime, Long thruTime) Creates a new instance of ContactMechanismAliasValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleangetAlias()booleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidvoidsetContactMechanismAliasTypePK(ContactMechanismAliasTypePK contactMechanismAliasTypePK) voidsetContactMechanismPK(ContactMechanismPK contactMechanismPK) voidsetFromTime(Long fromTime) voidsetThruTime(Long thruTime) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
ContactMechanismAliasValue
public ContactMechanismAliasValue(ContactMechanismAliasPK contactMechanismAliasPK, ContactMechanismPK contactMechanismPK, ContactMechanismAliasTypePK contactMechanismAliasTypePK, String alias, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ContactMechanismAliasValue- Throws:
PersistenceNotNullException
-
ContactMechanismAliasValue
public ContactMechanismAliasValue(ContactMechanismPK contactMechanismPK, ContactMechanismAliasTypePK contactMechanismAliasTypePK, String alias, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ContactMechanismAliasValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<ContactMechanismAliasPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<ContactMechanismAliasPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<ContactMechanismAliasPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<ContactMechanismAliasPK>
-
getContactMechanismPK
-
setContactMechanismPK
public void setContactMechanismPK(ContactMechanismPK contactMechanismPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getContactMechanismPKHasBeenModified
-
getContactMechanismAliasTypePK
-
setContactMechanismAliasTypePK
public void setContactMechanismAliasTypePK(ContactMechanismAliasTypePK contactMechanismAliasTypePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getContactMechanismAliasTypePKHasBeenModified
-
getAlias
-
setAlias
- Throws:
PersistenceNotNullException
-
getAliasHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-