public class State extends Object
| Modifier and Type | Field and Description |
|---|---|
protected BigInteger |
descriptorVersion |
protected Extension |
extension |
protected String |
handle |
protected String |
referencedDescriptor |
protected BigInteger |
stateVersion |
| Constructor and Description |
|---|
State() |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getDescriptorVersion()
The current version of the descriptor to that this state belongs to.
|
Extension |
getExtension()
Gets the value of the extension property.
|
String |
getHandle()
An optional name to uniquely identify a state.
|
String |
getReferencedDescriptor()
The handle reference of a descriptor to that this state belongs to.
|
BigInteger |
getStateVersion()
A state's version number increased by one with every state modification.
|
void |
setDescriptorVersion(BigInteger value)
Sets the value of the descriptorVersion property.
|
void |
setExtension(Extension value)
Sets the value of the extension property.
|
void |
setHandle(String value)
Sets the value of the handle property.
|
void |
setReferencedDescriptor(String value)
Sets the value of the referencedDescriptor property.
|
void |
setStateVersion(BigInteger value)
Sets the value of the stateVersion property.
|
protected Extension extension
protected String handle
protected BigInteger stateVersion
protected String referencedDescriptor
protected BigInteger descriptorVersion
public Extension getExtension()
Extensionpublic void setExtension(Extension value)
value - allowed object is
Extensionpublic String getHandle()
Stringpublic void setHandle(String value)
value - allowed object is
Stringpublic BigInteger getStateVersion()
BigIntegerpublic void setStateVersion(BigInteger value)
value - allowed object is
BigIntegerpublic String getReferencedDescriptor()
Stringpublic void setReferencedDescriptor(String value)
value - allowed object is
Stringpublic BigInteger getDescriptorVersion()
BigIntegerpublic void setDescriptorVersion(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2016. All rights reserved.