java.lang.Object
com.gopas.rt.model.EntityImpl
com.the.test.Test2Core
- All Implemented Interfaces:
- com.gopas.rt.model.Entity, com.gopas.rt.util.RT, com.gopas.rt.model.RtModel, java.io.Serializable, Test2
- Direct Known Subclasses:
- Test2Impl
- public abstract class Test2Core
- extends com.gopas.rt.model.EntityImpl
- implements Test2, com.gopas.rt.util.RT
| 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.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 class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 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 |
iaAttr2
private com.gopas.rt.model.Attr iaAttr2
iaValTest1
private java.lang.Object iaValTest1
iaValEntity
private java.lang.Object iaValEntity
iaValAggrEntity
private java.util.List iaValAggrEntity
iaValAggrTest1
private java.util.List iaValAggrTest1
iaValAggrString
private java.util.List iaValAggrString
iaValAggrBD
private java.util.List iaValAggrBD
Test2Core
public Test2Core()
Test2Core
public Test2Core(java.lang.Object uid)
Test2Core
public Test2Core(java.lang.Object uid,
int status)
Test2Core
public Test2Core(java.lang.Object uid,
int status,
com.gopas.rt.model.TypeDesc pTypeDesc)
getAttrAttr2
public com.gopas.rt.model.Attr getAttrAttr2()
- Specified by:
getAttrAttr2 in interface Test2
getAttr2
public java.math.BigDecimal getAttr2()
- Specified by:
getAttr2 in interface Test2
setAttr2Gui
public void setAttr2Gui(java.math.BigDecimal p)
- Specified by:
setAttr2Gui in interface Test2
setAttr2Comp
public void setAttr2Comp(java.math.BigDecimal p)
- Specified by:
setAttr2Comp in interface Test2
getValTest1
public Test1 getValTest1()
- Specified by:
getValTest1 in interface Test2
setValTest1
public void setValTest1(Test1 p)
- Specified by:
setValTest1 in interface Test2
getValEntity
public com.gopas.rt.model.Entity getValEntity()
- Specified by:
getValEntity in interface Test2
setValEntity
public void setValEntity(com.gopas.rt.model.Entity p)
- Specified by:
setValEntity in interface Test2
getValAggrEntity
public java.util.List getValAggrEntity()
- Specified by:
getValAggrEntity in interface Test2
getValAggrTest1
public java.util.List getValAggrTest1()
- Specified by:
getValAggrTest1 in interface Test2
getValAggrString
public java.util.List getValAggrString()
- Specified by:
getValAggrString in interface Test2
getValAggrBD
public java.util.List getValAggrBD()
- Specified by:
getValAggrBD in interface Test2
getColumnDescArr
public static com.gopas.rt.model.ColumnDesc[] getColumnDescArr()
getTypeDesc
public com.gopas.rt.model.TypeDesc getTypeDesc()
- Specified by:
getTypeDesc in interface com.gopas.rt.model.Entity