| |
|
| java.lang.Object com.triactive.jdo.test.TestObject com.triactive.jdo.test.Widget com.triactive.jdo.test.npt.NptWidget
NptWidget | public NptWidget()(Code) | | |
fillRandom | public void fillRandom()(Code) | | Fills all of the object's fields with random data values. Any non-
primitive fields (with the exception of id ) will also be
assigned null on a random basis.
|
fillTxRandom | public void fillTxRandom()(Code) | | Fills the object's non-persistent transactional fields with random data
values. Any non-primitive fields will also be assigned null
on a random basis.
|
getTxInteger | public int getTxInteger()(Code) | | |
setTxInteger | public void setTxInteger(int txInteger)(Code) | | |
toString | public String toString()(Code) | | Returns a string representation for this object. All of the field
values are included in the string for debugging purposes.
a string representation for this object. |
|
|
|