Class RC

java.lang.Object
  |
  +--RC
Direct Known Subclasses:
EN, RM, RS, ST, TE

public abstract class RC
extends java.lang.Object

All row attribute classes are descended from this class


Field Summary
protected  Key pkid
           
protected  int rflag
           
 
Constructor Summary
RC()
           
 
Method Summary
 void setPkid(Key id)
           
 void setRflag(int flag)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pkid

protected Key pkid

rflag

protected int rflag
Constructor Detail

RC

public RC()
Method Detail

setPkid

public void setPkid(Key id)

setRflag

public void setRflag(int flag)