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

Quick Search    Search Deep

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

java.lang.Object
  extended bycom.gopas.rt.model.EntityImpl
      extended bycom.the.test.Test3Core
All Implemented Interfaces:
com.gopas.rt.model.Entity, com.gopas.rt.util.RT, com.gopas.rt.model.RtModel, java.io.Serializable, Test3
Direct Known Subclasses:
Test3Impl

public abstract class Test3Core
extends com.gopas.rt.model.EntityImpl
implements Test3, com.gopas.rt.util.RT


Field Summary
private  java.lang.Object iaBridge
           
 
Fields inherited from class com.gopas.rt.model.EntityImpl
EntityImpl_DEBUG, FIELD_LIST, TRIGGER_DEBUG
 
Fields inherited from interface com.the.test.Test3
bridge_ATTR, bridge_DESC, columnDescArr, typeDesc
 
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
Test3Core()
           
Test3Core(java.lang.Object uid)
           
Test3Core(java.lang.Object uid, int status)
           
Test3Core(java.lang.Object uid, int status, com.gopas.rt.model.TypeDesc pTypeDesc)
           
 
Method Summary
 EntityBridge getBridge()
           
static com.gopas.rt.model.ColumnDesc[] getColumnDescArr()
           
 com.gopas.rt.model.TypeDesc getTypeDesc()
           
 void setBridge(EntityBridge 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

iaBridge

private java.lang.Object iaBridge
Constructor Detail

Test3Core

public Test3Core()

Test3Core

public Test3Core(java.lang.Object uid)

Test3Core

public Test3Core(java.lang.Object uid,
                 int status)

Test3Core

public Test3Core(java.lang.Object uid,
                 int status,
                 com.gopas.rt.model.TypeDesc pTypeDesc)
Method Detail

getBridge

public EntityBridge getBridge()
Specified by:
getBridge in interface Test3

setBridge

public void setBridge(EntityBridge p)
Specified by:
setBridge in interface Test3

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