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

Quick Search    Search Deep

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

java.lang.Object
  extended bycom.gopas.rt.model.EntityImpl
      extended bycom.the.test.Test1Core
          extended bycom.the.test.Test1Impl
All Implemented Interfaces:
com.gopas.rt.model.Entity, com.gopas.rt.util.RT, com.gopas.rt.model.RtModel, java.io.Serializable, Test1

public class Test1Impl
extends Test1Core


Field Summary
 
Fields inherited from class com.the.test.Test1Core
 
Fields inherited from class com.gopas.rt.model.EntityImpl
EntityImpl_DEBUG, FIELD_LIST, TRIGGER_DEBUG
 
Fields inherited from interface com.the.test.Test1
columnDescArr, typeDesc, valAttr2BD_ATTR, valAttr2BD_DESC, valBigDecimal_ATTR, valBigDecimal_DESC, valBoolean_ATTR, valBoolean_DESC, valDouble_ATTR, valDouble_DESC, valInt_ATTR, valInt_DESC, valLong_ATTR, valLong_DESC, valLongSimpl_ATTR, valLongSimpl_DESC, valText_ATTR, valText_DESC, valTextMemo_ATTR, valTextMemo_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
Test1Impl()
           
Test1Impl(java.lang.Object uid)
           
Test1Impl(java.lang.Object uid, int status)
           
Test1Impl(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.Test1Core
getAttrValAttr2BD, getColumnDescArr, getTypeDesc, getValAttr2BD, getValBigDecimal, getValDouble, getValInt, getValLong, getValLongSimpl, getValText, getValTextMemo, isValBoolean, setValAttr2BDComp, setValAttr2BDGui, setValBigDecimal, setValBoolean, setValDouble, setValInt, setValLong, setValLongSimpl, setValText, setValTextMemo
 
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

Test1Impl

public Test1Impl()

Test1Impl

public Test1Impl(java.lang.Object uid)

Test1Impl

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

Test1Impl

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