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 TypeMethodDescriptionvoid
clone()
boolean
getAlias()
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
void
setContactMechanismAliasTypePK
(ContactMechanismAliasTypePK contactMechanismAliasTypePK) void
setContactMechanismPK
(ContactMechanismPK contactMechanismPK) 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
-
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:
getBaseFactoryInstance
in classBaseValue<ContactMechanismAliasPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<ContactMechanismAliasPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<ContactMechanismAliasPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in 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
-