Class PartyContactMechanismAliasValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<PartyContactMechanismAliasPK>
com.echothree.model.data.contact.server.value.PartyContactMechanismAliasValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class PartyContactMechanismAliasValue
extends BaseValue<PartyContactMechanismAliasPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionPartyContactMechanismAliasValue
(PartyContactMechanismAliasPK partyContactMechanismAliasPK, PartyPK partyPK, ContactMechanismPK contactMechanismPK, ContactMechanismAliasTypePK contactMechanismAliasTypePK, String alias, Long fromTime, Long thruTime) Creates a new instance of PartyContactMechanismAliasValuePartyContactMechanismAliasValue
(PartyPK partyPK, ContactMechanismPK contactMechanismPK, ContactMechanismAliasTypePK contactMechanismAliasTypePK, String alias, Long fromTime, Long thruTime) Creates a new instance of PartyContactMechanismAliasValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
getAlias()
boolean
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
setPartyPK
(PartyPK partyPK) void
setThruTime
(Long thruTime) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
PartyContactMechanismAliasValue
public PartyContactMechanismAliasValue(PartyContactMechanismAliasPK partyContactMechanismAliasPK, PartyPK partyPK, ContactMechanismPK contactMechanismPK, ContactMechanismAliasTypePK contactMechanismAliasTypePK, String alias, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of PartyContactMechanismAliasValue- Throws:
PersistenceNotNullException
-
PartyContactMechanismAliasValue
public PartyContactMechanismAliasValue(PartyPK partyPK, ContactMechanismPK contactMechanismPK, ContactMechanismAliasTypePK contactMechanismAliasTypePK, String alias, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of PartyContactMechanismAliasValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<PartyContactMechanismAliasPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<PartyContactMechanismAliasPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<PartyContactMechanismAliasPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<PartyContactMechanismAliasPK>
-
getPartyPK
-
setPartyPK
- Throws:
PersistenceNotNullException
-
getPartyPKHasBeenModified
-
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
-