Class SequenceValue
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.sequence.server.entity.SequenceValue
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseEntity
_entityPermission -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance of SequenceValueSequenceValue(SequenceValueValue value, EntityPermission entityPermission) Creates a new instance of SequenceValue -
Method Summary
Modifier and TypeMethodDescriptionbooleangetSequence(EntityPermission entityPermission) getSequence(Session session) getSequence(Session session, EntityPermission entityPermission) getSequenceForUpdate(Session session) booleangetValue()booleanbooleaninthashCode()voidremove()voidvoidsetSequence(Sequence entity) voidsetSequencePK(SequencePK sequencePK) voidvoidvoidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
SequenceValue
Creates a new instance of SequenceValue- Throws:
PersistenceException
-
SequenceValue
Creates a new instance of SequenceValue
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
storein classBaseEntity- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
remove
- Overrides:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
getSequenceValueValue
-
setSequenceValueValue
- Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getSequencePK
-
getSequence
-
getSequence
-
getSequence
-
getSequence
-
getSequenceForUpdate
-
getSequenceForUpdate
-
setSequencePK
public void setSequencePK(SequencePK sequencePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setSequence
-
getSequencePKHasBeenModified
-
getValue
-
setValue
-
getValueHasBeenModified
-