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

Quick Search    Search Deep

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

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


Field Summary
 
Fields inherited from class com.the.test.Test2Core
 
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
Test2Impl()
           
Test2Impl(java.lang.Object uid)
           
Test2Impl(java.lang.Object uid, int status)
           
Test2Impl(java.lang.Object uid, int status, com.gopas.rt.model.TypeDesc typeDesc)
           
 
Method Summary
 java.lang.String toString()
          Convert this Object to a human-readable String.
 
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 class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, 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
 

Constructor Detail

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

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()).