com.ptc.wgmecad.table
Class ValueString

java.lang.Object
  extended bycom.ptc.wgmecad.table.ValueString
All Implemented Interfaces:
ICellValue
Direct Known Subclasses:
ValueAttributeType, ValueEPMDoc, ValueFileLocation, ValueFilePath, ValueFileSize, ValueHook, ValueHookFunction, ValueHookTiming

public class ValueString
extends Object
implements ICellValue


Field Summary
protected  String value
           
 
Constructor Summary
ValueString(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

ValueString

public ValueString(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