cug.ptree
Class PTreeAttRec

java.lang.Object
  |
  +--cug.ptree.PTreeAttRec

public class PTreeAttRec
extends java.lang.Object


Field Summary
protected static java.lang.String FN_key
           
protected static java.lang.String FN_ptreeCode
           
protected static java.lang.String FN_value
           
static int ix_key
           
static int ix_ptreeCode
           
static int ix_value
           
(package private)  java.lang.String key
           
(package private)  java.lang.String ptcode
           
(package private)  java.lang.String value
           
 
Constructor Summary
PTreeAttRec(java.lang.String ptcode, java.lang.String key, java.lang.String value)
           
 
Method Summary
static java.lang.String[] getColumnNames()
           
 java.lang.String getKey()
           
 java.lang.String getPTreeCode()
           
 java.lang.String getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FN_ptreeCode

protected static java.lang.String FN_ptreeCode

FN_key

protected static java.lang.String FN_key

FN_value

protected static java.lang.String FN_value

ix_ptreeCode

public static final int ix_ptreeCode
See Also:
Constant Field Values

ix_key

public static final int ix_key
See Also:
Constant Field Values

ix_value

public static final int ix_value
See Also:
Constant Field Values

ptcode

java.lang.String ptcode

key

java.lang.String key

value

java.lang.String value
Constructor Detail

PTreeAttRec

public PTreeAttRec(java.lang.String ptcode,
                   java.lang.String key,
                   java.lang.String value)
Method Detail

getColumnNames

public static java.lang.String[] getColumnNames()

getPTreeCode

public java.lang.String getPTreeCode()

getKey

public java.lang.String getKey()

getValue

public java.lang.String getValue()