edu.isi.powerloom.gui.xmlobject
Class PLSurrogate

java.lang.Object
  |
  +--edu.isi.powerloom.gui.xmlobject.XMLObject
        |
        +--edu.isi.powerloom.gui.xmlobject.PLSurrogate
All Implemented Interfaces:
java.lang.Comparable

public class PLSurrogate
extends XMLObject
implements java.lang.Comparable

Surrogate, which is a handle to a "real" object.

Author:
Eric Melz

Field Summary
 java.lang.String attrID
           
 
Constructor Summary
PLSurrogate()
           
PLSurrogate(java.lang.String id)
           
 
Method Summary
 int compareTo(java.lang.Object o)
           
 java.lang.String getID()
           
 java.lang.Object getValue()
           
 void setValue(java.lang.Object value)
           
 java.lang.String toString()
           
 
Methods inherited from class edu.isi.powerloom.gui.xmlobject.XMLObject
attrIsTrue, getChild, getChildCount, getIndexOfChild, isLeaf, main
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

attrID

public java.lang.String attrID
Constructor Detail

PLSurrogate

public PLSurrogate()

PLSurrogate

public PLSurrogate(java.lang.String id)
Method Detail

getID

public java.lang.String getID()

setValue

public void setValue(java.lang.Object value)

getValue

public java.lang.Object getValue()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

compareTo

public int compareTo(java.lang.Object o)
Specified by:
compareTo in interface java.lang.Comparable


Copyright © 2002 University of Southern California Information Sciences Institute. All Rights Reserved.