net.sf.jasperreports.engine.fill
Class SimpleTextFormat

java.lang.Object
  extended by net.sf.jasperreports.engine.fill.SimpleTextFormat
All Implemented Interfaces:
Serializable, TextFormat

public class SimpleTextFormat
extends Object
implements TextFormat, Serializable

Version:
$Id: SimpleTextFormat.java 4595 2011-09-08 15:55:10Z teodord $
Author:
Teodor Danciu (teodord@users.sourceforge.net)
See Also:
Serialized Form

Constructor Summary
SimpleTextFormat()
           
 
Method Summary
 String getFormatFactoryClass()
           
 String getLocaleCode()
           
 String getPattern()
           
 String getTimeZoneId()
           
 String getValueClassName()
           
 void setFormatFactoryClass(String formatFactoryClass)
           
 void setLocaleCode(String localeCode)
           
 void setPattern(String pattern)
           
 void setTimeZoneId(String timeZoneId)
           
 void setValueClassName(String valueClassName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleTextFormat

public SimpleTextFormat()
Method Detail

getValueClassName

public String getValueClassName()
Specified by:
getValueClassName in interface TextFormat

setValueClassName

public void setValueClassName(String valueClassName)

getPattern

public String getPattern()
Specified by:
getPattern in interface TextFormat

setPattern

public void setPattern(String pattern)

getFormatFactoryClass

public String getFormatFactoryClass()
Specified by:
getFormatFactoryClass in interface TextFormat

setFormatFactoryClass

public void setFormatFactoryClass(String formatFactoryClass)

getLocaleCode

public String getLocaleCode()
Specified by:
getLocaleCode in interface TextFormat

setLocaleCode

public void setLocaleCode(String localeCode)

getTimeZoneId

public String getTimeZoneId()
Specified by:
getTimeZoneId in interface TextFormat

setTimeZoneId

public void setTimeZoneId(String timeZoneId)


Copyright © 2012. All Rights Reserved.