com.ptc.wgmecad.table
Class ValueIcon

java.lang.Object
  extended bycom.ptc.wgmecad.table.ValueIcon
All Implemented Interfaces:
ICellValue
Direct Known Subclasses:
ValueCOStatus

public class ValueIcon
extends Object
implements ICellValue


Field Summary
protected  String value
           
 
Constructor Summary
ValueIcon(String value)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getValue()
           
 void setValue(String value)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

value

protected String value
Constructor Detail

ValueIcon

public ValueIcon(String value)
Method Detail

equals

public boolean equals(Object obj)

toString

public String toString()

getValue

public String getValue()

setValue

public void setValue(String value)
Specified by:
setValue in interface ICellValue