Package 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
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SimpleTextFormat()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetFormatFactoryClass()StringgetLocaleCode()StringgetPattern()StringgetTimeZoneId()StringgetValueClassName()inthashCode()voidsetFormatFactoryClass(String formatFactoryClass)voidsetLocaleCode(String localeCode)voidsetPattern(String pattern)voidsetTimeZoneId(String timeZoneId)voidsetValueClassName(String valueClassName)StringtoString()
-
-
-
Method Detail
-
getValueClassName
public String getValueClassName()
- Specified by:
getValueClassNamein interfaceTextFormat
-
setValueClassName
public void setValueClassName(String valueClassName)
-
getPattern
public String getPattern()
- Specified by:
getPatternin interfaceTextFormat
-
setPattern
public void setPattern(String pattern)
-
getFormatFactoryClass
public String getFormatFactoryClass()
- Specified by:
getFormatFactoryClassin interfaceTextFormat
-
setFormatFactoryClass
public void setFormatFactoryClass(String formatFactoryClass)
-
getLocaleCode
public String getLocaleCode()
- Specified by:
getLocaleCodein interfaceTextFormat
-
setLocaleCode
public void setLocaleCode(String localeCode)
-
getTimeZoneId
public String getTimeZoneId()
- Specified by:
getTimeZoneIdin interfaceTextFormat
-
setTimeZoneId
public void setTimeZoneId(String timeZoneId)
-
-