| |
|
| java.lang.Object com.triactive.jdo.test.TestObject com.triactive.jdo.test.views.MinMaxWidgetValues
MinMaxWidgetValues | protected MinMaxWidgetValues()(Code) | | Default constructor required since this is a PersistenceCapable class.
|
MinMaxWidgetValues | public MinMaxWidgetValues(boolean booleanValue)(Code) | | |
fillRandom | public void fillRandom()(Code) | | |
getBooleanValue | public boolean getBooleanValue()(Code) | | |
getMaxIntValue | public int getMaxIntValue()(Code) | | |
getMaxLongValue | public long getMaxLongValue()(Code) | | |
getMinByteValue | public byte getMinByteValue()(Code) | | |
getMinShortValue | public short getMinShortValue()(Code) | | |
setMaxIntValue | public void setMaxIntValue(int maxIntValue)(Code) | | |
setMaxLongValue | public void setMaxLongValue(long maxLongValue)(Code) | | |
setMinByteValue | public void setMinByteValue(byte minByteValue)(Code) | | |
setMinShortValue | public void setMinShortValue(short minShortValue)(Code) | | |
|
|
|