public final class RecordState
extends java.lang.Object
Although the class and its instance variables are publicly accessible, this class is intended to be used only within the FWD persistence framework.
| Modifier and Type | Field and Description |
|---|---|
int |
state
Current state
|
| Constructor and Description |
|---|
RecordState()
Package private, default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Return a string representation of this object's state, primarily for debugging purposes.
|