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