Package com.logicaldoc.core.sequence
Class Sequence
- java.lang.Object
-
- com.logicaldoc.core.PersistentObject
-
- com.logicaldoc.core.sequence.Sequence
-
- All Implemented Interfaces:
Serializable
public class Sequence extends PersistentObject
A sequence in the database- Since:
- 6.9
- Author:
- Marco Meschieri - LogicalDOC
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.logicaldoc.core.PersistentObject
DELETED_CODE_DEFAULT, DELETED_CODE_STRONG
-
-
Constructor Summary
Constructors Constructor Description Sequence()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DategetLastReset()StringgetName()longgetObjectId()longgetValue()voidsetLastReset(Date lastReset)voidsetName(String name)voidsetObjectId(long objectId)voidsetValue(long value)-
Methods inherited from class com.logicaldoc.core.PersistentObject
equals, getDeleted, getId, getLastModified, getRecordVersion, getTenantId, hashCode, setDeleted, setId, setLastModified, setRecordVersion, setTenantId, toString
-
-
-
-
Method Detail
-
getName
public String getName()
-
setName
public void setName(String name)
-
getLastReset
public Date getLastReset()
-
setLastReset
public void setLastReset(Date lastReset)
-
getValue
public long getValue()
-
setValue
public void setValue(long value)
-
getObjectId
public long getObjectId()
-
setObjectId
public void setObjectId(long objectId)
-
-