java.lang.Object
com.gopas.rt.model.EntityImpl
com.the.test.Test2Core
com.the.test.Test2Impl
- All Implemented Interfaces:
- com.gopas.rt.model.Entity, com.gopas.rt.util.RT, com.gopas.rt.model.RtModel, java.io.Serializable, Test2
- public class Test2Impl
- extends Test2Core
| Fields inherited from class com.the.test.Test2Core |
|
| Fields inherited from interface com.the.test.Test2 |
attr2_ATTR, attr2_DESC, columnDescArr, typeDesc, valAggrBD_AGGR, valAggrBD_DESC, valAggrEntity_AGGR, valAggrEntity_DESC, valAggrString_AGGR, valAggrString_DESC, valAggrTest1_AGGR, valAggrTest1_DESC, valEntity_ATTR, valEntity_DESC, valTest1_ATTR, valTest1_DESC |
| Fields inherited from interface com.gopas.rt.model.RtModel |
AGGR_STEREO, ASSOC_STEREO, ATTR_STEREO, ATTR1_STEREO, ATTR2_STEREO, dateFormat, dateLongFormat, defaultFormat, DELETED_STAT, interpreterPred, intFormat, ISDATE, ISNUMERIC, ISOBJECT, moneyFormat, NEW_STAT, numberExpFormat, numberFormat, numberSelExpFormat, OLD_MODIFIED_STAT, OLD_UNMODIFIED_STAT, operatorAssignPred, operatorFailPred, percentFormat, percentNoSignFormat, res, TRANSIENT_STAT |
| Fields inherited from interface com.gopas.rt.util.RT |
ACTIVATED_STATUS, ALL, CREATED_STATUS, DEBUG, DEBUG_MSG, DEBUG_ON, DEFAULT_DEBUG_LEVEL, DEFAULT_ERROR_LEVEL, DEFAULT_VERBOSE_LEVEL, DEFAULT_WARNING_LEVEL, DELETED_STATUS, EASY_ERR, ERROR_MSG, FORCE, GENERAL, MODIFIED_STATUS, nl, NORMAL_ERR, NOTE, NOTE1, NOTE2, NOTE3, NOTE4, NOTE5, OFF, PROGRESS, SEVERE_ERR, VERBOSE_MSG, WARNING, WARNING_MSG |
| Methods inherited from class com.the.test.Test2Core |
getAttr2, getAttrAttr2, getColumnDescArr, getTypeDesc, getValAggrBD, getValAggrEntity, getValAggrString, getValAggrTest1, getValEntity, getValTest1, setAttr2Comp, setAttr2Gui, setValEntity, setValTest1 |
| Methods inherited from class com.gopas.rt.model.EntityImpl |
addPropertyChangeListener, addPropertyChangeListener, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getAttrByName, getAttrKeyIterator, getId, getName, getProject, getRegistry, getStatusFlags, getUid, getVal, init, isAllStatusFlagSet, isObjectDeleted, isObjectModified, isOneStatusFlagSet, putAttr, removePropertyChangeListener, removePropertyChangeListener, setName, setObjectDeleted, setObjectModified, setProject, setRegistry, setStatusFlags, setValComp, setValGui |
| Methods inherited from interface com.gopas.rt.model.Entity |
addPropertyChangeListener, addPropertyChangeListener, firePropertyChange, firePropertyChange, getAttrByName, getAttrKeyIterator, getId, getName, getProject, getRegistry, getStatusFlags, getUid, getVal, init, isAllStatusFlagSet, isObjectDeleted, isObjectModified, isOneStatusFlagSet, putAttr, removePropertyChangeListener, removePropertyChangeListener, setName, setObjectDeleted, setObjectModified, setProject, setRegistry, setStatusFlags, setValComp, setValGui |
Test2Impl
public Test2Impl()
Test2Impl
public Test2Impl(java.lang.Object uid)
Test2Impl
public Test2Impl(java.lang.Object uid,
int status)
Test2Impl
public Test2Impl(java.lang.Object uid,
int status,
com.gopas.rt.model.TypeDesc typeDesc)
toString
public java.lang.String toString()
- Description copied from class:
java.lang.Object
- Convert this Object to a human-readable String.
There are no limits placed on how long this String
should be or what it should contain. We suggest you
make it as intuitive as possible to be able to place
it into System.out.println() 55
and such.
It is typical, but not required, to ensure that this method
never completes abruptly with a java.lang.RuntimeException.
This method will be called when performing string
concatenation with this object. If the result is
null, string concatenation will instead
use "null".
The default implementation returns
getClass().getName() + "@" +
Integer.toHexString(hashCode()).