Class PartyAliasValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<PartyAliasPK>
com.echothree.model.data.party.server.value.PartyAliasValue
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionPartyAliasValue
(PartyAliasPK partyAliasPK, PartyPK partyPK, PartyAliasTypePK partyAliasTypePK, String alias, Long fromTime, Long thruTime) Creates a new instance of PartyAliasValuePartyAliasValue
(PartyPK partyPK, PartyAliasTypePK partyAliasTypePK, String alias, Long fromTime, Long thruTime) Creates a new instance of PartyAliasValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
getAlias()
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
void
setFromTime
(Long fromTime) void
setPartyAliasTypePK
(PartyAliasTypePK partyAliasTypePK) 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
-
PartyAliasValue
public PartyAliasValue(PartyAliasPK partyAliasPK, PartyPK partyPK, PartyAliasTypePK partyAliasTypePK, String alias, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of PartyAliasValue- Throws:
PersistenceNotNullException
-
PartyAliasValue
public PartyAliasValue(PartyPK partyPK, PartyAliasTypePK partyAliasTypePK, String alias, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of PartyAliasValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<PartyAliasPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<PartyAliasPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<PartyAliasPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<PartyAliasPK>
-
getPartyPK
-
setPartyPK
- Throws:
PersistenceNotNullException
-
getPartyPKHasBeenModified
-
getPartyAliasTypePK
-
setPartyAliasTypePK
public void setPartyAliasTypePK(PartyAliasTypePK partyAliasTypePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getPartyAliasTypePKHasBeenModified
-
getAlias
-
setAlias
- Throws:
PersistenceNotNullException
-
getAliasHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-