Class PartyValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<PartyPK>
com.echothree.model.data.party.server.value.PartyValue
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionPartyValue
(PartyDetailPK activeDetailPK, PartyDetailPK lastDetailPK) Creates a new instance of PartyValuePartyValue
(PartyPK partyPK, PartyDetailPK activeDetailPK, PartyDetailPK lastDetailPK) Creates a new instance of PartyValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setActiveDetailPK
(PartyDetailPK activeDetailPK) void
setLastDetailPK
(PartyDetailPK lastDetailPK) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
PartyValue
public PartyValue(PartyPK partyPK, PartyDetailPK activeDetailPK, PartyDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of PartyValue- Throws:
PersistenceNotNullException
-
PartyValue
public PartyValue(PartyDetailPK activeDetailPK, PartyDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of PartyValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<PartyPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<PartyPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<PartyPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<PartyPK>
-
getActiveDetailPK
-
setActiveDetailPK
-
getActiveDetailPKHasBeenModified
-
getLastDetailPK
-
setLastDetailPK
-
getLastDetailPKHasBeenModified
-