Class PartyStatusValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<PartyStatusPK>
com.echothree.model.data.party.server.value.PartyStatusValue
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionPartyStatusValue
(PartyPK partyPK, Integer partyCachedSearchSequence) Creates a new instance of PartyStatusValuePartyStatusValue
(PartyStatusPK partyStatusPK, PartyPK partyPK, Integer partyCachedSearchSequence) Creates a new instance of PartyStatusValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setPartyCachedSearchSequence
(Integer partyCachedSearchSequence) void
setPartyPK
(PartyPK partyPK) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
PartyStatusValue
public PartyStatusValue(PartyStatusPK partyStatusPK, PartyPK partyPK, Integer partyCachedSearchSequence) throws PersistenceNotNullException Creates a new instance of PartyStatusValue- Throws:
PersistenceNotNullException
-
PartyStatusValue
public PartyStatusValue(PartyPK partyPK, Integer partyCachedSearchSequence) throws PersistenceNotNullException Creates a new instance of PartyStatusValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<PartyStatusPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<PartyStatusPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<PartyStatusPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<PartyStatusPK>
-
getPartyPK
-
setPartyPK
- Throws:
PersistenceNotNullException
-
getPartyPKHasBeenModified
-
getPartyCachedSearchSequence
-
setPartyCachedSearchSequence
public void setPartyCachedSearchSequence(Integer partyCachedSearchSequence) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getPartyCachedSearchSequenceHasBeenModified
-