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

Quick Search    Search Deep

com.the.test
Interface Test2  view Test2 download Test2.java

All Superinterfaces:
com.gopas.rt.model.Entity, com.gopas.rt.util.RT, com.gopas.rt.model.RtModel
All Known Implementing Classes:
Test2Core

public interface Test2
extends com.gopas.rt.model.Entity, com.gopas.rt.util.RT


Field Summary
static java.lang.String attr2_ATTR
           
static com.gopas.rt.model.AttrDesc attr2_DESC
           
static com.gopas.rt.model.ColumnDesc[] columnDescArr
           
static com.gopas.rt.model.TypeDesc typeDesc
           
static java.lang.String valAggrBD_AGGR
           
static com.gopas.rt.model.AttrDesc valAggrBD_DESC
           
static java.lang.String valAggrEntity_AGGR
           
static com.gopas.rt.model.AttrDesc valAggrEntity_DESC
           
static java.lang.String valAggrString_AGGR
           
static com.gopas.rt.model.AttrDesc valAggrString_DESC
           
static java.lang.String valAggrTest1_AGGR
           
static com.gopas.rt.model.AttrDesc valAggrTest1_DESC
           
static java.lang.String valEntity_ATTR
           
static com.gopas.rt.model.AttrDesc valEntity_DESC
           
static java.lang.String valTest1_ATTR
           
static com.gopas.rt.model.AttrDesc 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
 
Method Summary
 java.math.BigDecimal getAttr2()
           
 com.gopas.rt.model.Attr getAttrAttr2()
           
 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 interface com.gopas.rt.model.Entity
addPropertyChangeListener, addPropertyChangeListener, firePropertyChange, firePropertyChange, getAttrByName, getAttrKeyIterator, getId, getName, getProject, getRegistry, getStatusFlags, getTypeDesc, getUid, getVal, init, isAllStatusFlagSet, isObjectDeleted, isObjectModified, isOneStatusFlagSet, putAttr, removePropertyChangeListener, removePropertyChangeListener, setName, setObjectDeleted, setObjectModified, setProject, setRegistry, setStatusFlags, setValComp, setValGui
 

Field Detail

attr2_ATTR

public static final java.lang.String attr2_ATTR
See Also:
Constant Field Values

attr2_DESC

public static final com.gopas.rt.model.AttrDesc attr2_DESC

valTest1_ATTR

public static final java.lang.String valTest1_ATTR
See Also:
Constant Field Values

valTest1_DESC

public static final com.gopas.rt.model.AttrDesc valTest1_DESC

valEntity_ATTR

public static final java.lang.String valEntity_ATTR
See Also:
Constant Field Values

valEntity_DESC

public static final com.gopas.rt.model.AttrDesc valEntity_DESC

valAggrEntity_AGGR

public static final java.lang.String valAggrEntity_AGGR
See Also:
Constant Field Values

valAggrEntity_DESC

public static final com.gopas.rt.model.AttrDesc valAggrEntity_DESC

valAggrTest1_AGGR

public static final java.lang.String valAggrTest1_AGGR
See Also:
Constant Field Values

valAggrTest1_DESC

public static final com.gopas.rt.model.AttrDesc valAggrTest1_DESC

valAggrString_AGGR

public static final java.lang.String valAggrString_AGGR
See Also:
Constant Field Values

valAggrString_DESC

public static final com.gopas.rt.model.AttrDesc valAggrString_DESC

valAggrBD_AGGR

public static final java.lang.String valAggrBD_AGGR
See Also:
Constant Field Values

valAggrBD_DESC

public static final com.gopas.rt.model.AttrDesc valAggrBD_DESC

typeDesc

public static final com.gopas.rt.model.TypeDesc typeDesc

columnDescArr

public static final com.gopas.rt.model.ColumnDesc[] columnDescArr
Method Detail

getAttrAttr2

public com.gopas.rt.model.Attr getAttrAttr2()

getAttr2

public java.math.BigDecimal getAttr2()

setAttr2Comp

public void setAttr2Comp(java.math.BigDecimal p)

setAttr2Gui

public void setAttr2Gui(java.math.BigDecimal p)

getValTest1

public Test1 getValTest1()

setValTest1

public void setValTest1(Test1 p)

getValEntity

public com.gopas.rt.model.Entity getValEntity()

setValEntity

public void setValEntity(com.gopas.rt.model.Entity p)

getValAggrEntity

public java.util.List getValAggrEntity()

getValAggrTest1

public java.util.List getValAggrTest1()

getValAggrString

public java.util.List getValAggrString()

getValAggrBD

public java.util.List getValAggrBD()