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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetPartyCachedSearchSequence(Integer partyCachedSearchSequence) voidsetPartyPK(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:
getBaseFactoryInstancein classBaseValue<PartyStatusPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<PartyStatusPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<PartyStatusPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<PartyStatusPK>
-
getPartyPK
-
setPartyPK
- Throws:
PersistenceNotNullException
-
getPartyPKHasBeenModified
-
getPartyCachedSearchSequence
-
setPartyCachedSearchSequence
public void setPartyCachedSearchSequence(Integer partyCachedSearchSequence) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getPartyCachedSearchSequenceHasBeenModified
-