net.sf.jasperreports.engine.fill
Class SimpleTextFormat
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleTextFormat
public SimpleTextFormat()
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.