Class SequenceValueImpl
- java.lang.Object
-
- com.flowable.platform.engine.impl.sequence.SequenceValueImpl
-
- All Implemented Interfaces:
SequenceValue
public class SequenceValueImpl extends Object implements SequenceValue
- Author:
- Filip Hrisafov
-
-
Field Summary
Fields Modifier and Type Field Description protected ConfigurationProperty
property
-
Constructor Summary
Constructors Constructor Description SequenceValueImpl(ConfigurationProperty property)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getCurrentValue()
String
getId()
String
getSequenceName()
String
getTenantId()
String
toString()
-
-
-
Field Detail
-
property
protected final ConfigurationProperty property
-
-
Constructor Detail
-
SequenceValueImpl
public SequenceValueImpl(ConfigurationProperty property)
-
-
Method Detail
-
getId
public String getId()
- Specified by:
getId
in interfaceSequenceValue
-
getSequenceName
public String getSequenceName()
- Specified by:
getSequenceName
in interfaceSequenceValue
-
getTenantId
public String getTenantId()
- Specified by:
getTenantId
in interfaceSequenceValue
-
getCurrentValue
public long getCurrentValue()
- Specified by:
getCurrentValue
in interfaceSequenceValue
-
-