Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.the.test
Class Test2Core  view Test2Core download Test2Core.java

java.lang.Object
  extended bycom.gopas.rt.model.EntityImpl
      extended bycom.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


Field Summary
private  com.gopas.rt.model.Attr iaAttr2
           
private  java.util.List iaValAggrBD
           
private  java.util.List iaValAggrEntity
           
private  java.util.List iaValAggrString
           
private  java.util.List iaValAggrTest1
           
private  java.lang.Object iaValEntity
           
private  java.lang.Object iaValTest1
           
 
Fields inherited from class com.gopas.rt.model.EntityImpl
EntityImpl_DEBUG, FIELD_LIST, TRIGGER_DEBUG
 
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.Entity
descId, descName, descProject, ENT_TIMESTAMP, TMP_FIELD_LIST_NO, TMP_FIELD_LIST_YES
 
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
 
Constructor Summary
Test2Core()
           
Test2Core(java.lang.Object uid)
           
Test2Core(java.lang.Object uid, int status)
           
Test2Core(java.lang.Object uid, int status, com.gopas.rt.model.TypeDesc pTypeDesc)
           
 
Method Summary
 java.math.BigDecimal getAttr2()
           
 com.gopas.rt.model.Attr getAttrAttr2()
           
static com.gopas.rt.model.ColumnDesc[] getColumnDescArr()
           
 com.gopas.rt.model.TypeDesc getTypeDesc()
           
 java.util.List getValAggrBD()
           
 java.util.List getValAggrEntity()
           
 java.util.List getValAggrString()
           
 java.util.List getValAggrTest1()
           
 com.gopas.rt.model.Entity getValEntity()
           
 Test1 getValTest1()
           
 void setAttr2Comp(java.math.BigDecimal p)
           
 void setAttr2Gui(java.math.BigDecimal p)
           
 void setValEntity(com.gopas.rt.model.Entity p)
           
 void setValTest1(Test1 p)
           
 
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
 

Field Detail

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
Constructor Detail

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)
Method Detail

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