public class State extends Object
| Modifier and Type | Field and Description |
|---|---|
protected BigInteger |
descriptorVersion |
protected ExtensionType |
extension |
protected String |
referencedDescriptor |
protected BigInteger |
stateVersion |
| Constructor and Description |
|---|
State() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
BigInteger |
getDescriptorVersion()
The current version of the descriptor to that the state belongs to.
|
ExtensionType |
getExtension()
Gets the value of the extension property.
|
String |
getReferencedDescriptor()
The HANDLE reference of a descriptor to that the state belongs to.
|
BigInteger |
getStateVersion()
StateVersion is incremented by one with every state modification.
|
int |
hashCode() |
void |
setDescriptorVersion(BigInteger value)
Sets the value of the descriptorVersion property.
|
void |
setExtension(ExtensionType value)
Sets the value of the extension property.
|
void |
setReferencedDescriptor(String value)
Sets the value of the referencedDescriptor property.
|
void |
setStateVersion(BigInteger value)
Sets the value of the stateVersion property.
|
String |
toString() |
protected ExtensionType extension
protected BigInteger stateVersion
protected String referencedDescriptor
protected BigInteger descriptorVersion
public ExtensionType getExtension()
ExtensionTypepublic void setExtension(ExtensionType value)
value - allowed object is
ExtensionTypepublic 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 © 2017. All rights reserved.