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 boolean
equals(Object obj)
String
getFormatFactoryClass()
String
getLocaleCode()
String
getPattern()
String
getTimeZoneId()
String
getValueClassName()
int
hashCode()
void
setFormatFactoryClass(String formatFactoryClass)
void
setLocaleCode(String localeCode)
void
setPattern(String pattern)
void
setTimeZoneId(String timeZoneId)
void
setValueClassName(String valueClassName)
String
toString()
-
-
-
Method Detail
-
getValueClassName
public String getValueClassName()
- Specified by:
getValueClassName
in interfaceTextFormat
-
setValueClassName
public void setValueClassName(String valueClassName)
-
getPattern
public String getPattern()
- Specified by:
getPattern
in interfaceTextFormat
-
setPattern
public void setPattern(String pattern)
-
getFormatFactoryClass
public String getFormatFactoryClass()
- Specified by:
getFormatFactoryClass
in interfaceTextFormat
-
setFormatFactoryClass
public void setFormatFactoryClass(String formatFactoryClass)
-
getLocaleCode
public String getLocaleCode()
- Specified by:
getLocaleCode
in interfaceTextFormat
-
setLocaleCode
public void setLocaleCode(String localeCode)
-
getTimeZoneId
public String getTimeZoneId()
- Specified by:
getTimeZoneId
in interfaceTextFormat
-
setTimeZoneId
public void setTimeZoneId(String timeZoneId)
-
-