Class TSTrItm10

java.lang.Object
  extended by TSOpts
      extended by TSTrItm
          extended by TSTrItm10
All Implemented Interfaces:
java.io.Serializable

 class TSTrItm10
extends TSTrItm

.

======================================================================
 Klasse TSTrItm10 -- Definition eines TrItem-Sub-Eintrags
 ##TSTrItm10 (Eyecatcher)
======================================================================
 


Field Summary
protected static java.lang.String IdStr
           
private  TSRefC IRef
           
private  TSRefC SRef
           
 
Constructor Summary
protected TSTrItm10()
          .
protected TSTrItm10(int ItNr)
          .
 
Method Summary
protected  java.lang.String crDef(int t, int n, boolean me, int tp)
          .
protected  TSRefC setIRef(int id, int z)
          .
protected  TSRefC setShRef(int id)
          .
protected  java.lang.String toStr()
          .
 
Methods inherited from class TSTrItm
adjHgt, chgLne, chgRef, chkRef, chkRO, chkTyp, crPos, fndWrld, getMsg, getName, getName, getNr, getPos, getTyp, incCnt, setDta, setID, setNr, setPos, setTrNde, setTyp, toStr
 
Methods inherited from class TSOpts
$init, chkMsk, chkMsk, clrMsk, clrMsk, cntMsk, cntMsk, fndMsk, getMsk, orMsk, orMsk, prtMsk, resMsk, setMsk, setMsk, tstMsk
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

IdStr

protected static final java.lang.String IdStr
See Also:
Constant Field Values

IRef

private TSRefC IRef

SRef

private TSRefC SRef
Constructor Detail

TSTrItm10

protected TSTrItm10()
.
 Additional/used options stored in Mask-Value of 'TSOpts':
     16 : 'TrItemId'
     17 : 'TrItemSData'
     19 : 'TrItemRData'
     21 : 'CrossoverTrItemData'
=====================================================================
 Constructor: (1) Create default-entry
=====================================================================
  


TSTrItm10

protected TSTrItm10(int ItNr)
.
=====================================================================
 Constructor: (2) Create standard-entry
=====================================================================
  

Method Detail

crDef

protected java.lang.String crDef(int t,
                                 int n,
                                 boolean me,
                                 int tp)
.
=====================================================================
 Methode "crDef"
 Zeilendefinition(en) fuer die Ausgabe erzeugen
 Optionen ('tp'): Vergleiche 'gemeinsame Version'
 ##crDef.TSTrItm10 (Eyecatcher)
=====================================================================
  

Overrides:
crDef in class TSTrItm

setIRef

protected TSRefC setIRef(int id,
                         int z)
.
=====================================================================
 Methode "setIRef"
 neue Interconnection-Referenz-erstellen, speichern und liefern
 Sonderfall id<0: NUR liefern aktuelle Referenz (information-Hiding)
 ##setIRef.TSTrItm10 (Eyecatcher)
=====================================================================
  

Overrides:
setIRef in class TSTrItm

setShRef

protected TSRefC setShRef(int id)
.
=====================================================================
 Methode "setShRef"
 neue Shape-Referenz-erstellen, speichern und liefern
 Sonderfall id<0: NUR liefern aktuelle Referenz (information-Hiding)
 ##setShRef.TSTrItm10 (Eyecatcher)
=====================================================================
  


toStr

protected final java.lang.String toStr()
.
=====================================================================
 Method "toStr"
 Build a string-representation of all values of this class
 ##toStr.TSTrItm10 (Eyecatcher)
=====================================================================
  

Overrides:
toStr in class TSTrItm