org.tinygroup.convert.text.config
Class TextCell

java.lang.Object
  extended by org.tinygroup.convert.text.config.TextCell

public class TextCell
extends Object


Constructor Summary
TextCell(String value)
           
 
Method Summary
 int getLength()
           
 String getValue()
           
 void setLength(int length)
           
 void setValue(String value)
           
 String toString(boolean checkLength)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextCell

public TextCell(String value)
Method Detail

getValue

public String getValue()

setValue

public void setValue(String value)

getLength

public int getLength()

setLength

public void setLength(int length)

toString

public String toString(boolean checkLength)


Copyright © 2006–2015 TinyGroup. All rights reserved.