public class OdiStandardSequenceValue
extends AbstractOdiEntity
SequenceType.STANDARD
type.
Note: methods getFirstDate(), getLastDate(), getFirstUser(), getLastUser() are not relevant for this class and must not be used.
SequenceType
Constructor and Description |
---|
OdiStandardSequenceValue() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getContextCode()
Returns context's code this sequence's value belogs to.
|
java.io.Serializable |
getInternalId() |
java.lang.String |
getName()
Returns the name of the sequence.
|
IRepositoryEntity |
getSecurityContainer() |
long |
getValue()
Returns current value of this sequence.
|
void |
setValue(long pValue)
Used to modify this sequence current value.
|
public java.lang.String getName()
public java.lang.String getContextCode()
public long getValue()
setValue(long)
public void setValue(long pValue)
pValue
- new value for this sequencegetValue()
public java.io.Serializable getInternalId()
public IRepositoryEntity getSecurityContainer()