Package net.sf.jasperreports.engine.data
Class TextDataSourceAttributes
- java.lang.Object
-
- net.sf.jasperreports.engine.data.TextDataSourceAttributes
-
- All Implemented Interfaces:
Cloneable,JRCloneable
public class TextDataSourceAttributes extends Object implements JRCloneable
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
-
Constructor Summary
Constructors Constructor Description TextDataSourceAttributes()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TextDataSourceAttributesclone()StringgetDatePattern()LocalegetLocale()StringgetNumberPattern()TimeZonegetTimeZone()voidsetDatePattern(String datePattern)voidsetLocale(String locale)voidsetLocale(Locale locale)voidsetNumberPattern(String numberPattern)voidsetTimeZone(String timeZoneId)voidsetTimeZone(TimeZone timeZone)
-
-
-
Method Detail
-
clone
public TextDataSourceAttributes clone()
- Specified by:
clonein interfaceJRCloneable- Overrides:
clonein classObject
-
getLocale
public Locale getLocale()
-
setLocale
public void setLocale(Locale locale)
-
setLocale
public void setLocale(String locale)
-
getDatePattern
public String getDatePattern()
-
setDatePattern
public void setDatePattern(String datePattern)
-
getNumberPattern
public String getNumberPattern()
-
setNumberPattern
public void setNumberPattern(String numberPattern)
-
getTimeZone
public TimeZone getTimeZone()
-
setTimeZone
public void setTimeZone(TimeZone timeZone)
-
setTimeZone
public void setTimeZone(String timeZoneId)
-
-