net.agmodel.resBean
Class RBComponentSet

java.lang.Object
  |
  +--net.agmodel.resBean.RBAbstractText
        |
        +--net.agmodel.resBean.RBComponentSet
All Implemented Interfaces:
Comparable

public class RBComponentSet
extends RBAbstractText


Field Summary
protected  Component comp
           
 
Fields inherited from class net.agmodel.resBean.RBAbstractText
fileSetID, key
 
Constructor Summary
RBComponentSet(Component comp, String fileSetID, String key)
           
 
Method Summary
 Component getComp()
           
 
Methods inherited from class net.agmodel.resBean.RBAbstractText
compareTo, getFileSet, getKey
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

comp

protected Component comp
Constructor Detail

RBComponentSet

public RBComponentSet(Component comp,
                      String fileSetID,
                      String key)
Method Detail

getComp

public Component getComp()