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 TextDataSourceAttributes
clone()
String
getDatePattern()
Locale
getLocale()
String
getNumberPattern()
TimeZone
getTimeZone()
void
setDatePattern(String datePattern)
void
setLocale(String locale)
void
setLocale(Locale locale)
void
setNumberPattern(String numberPattern)
void
setTimeZone(String timeZoneId)
void
setTimeZone(TimeZone timeZone)
-
-
-
Method Detail
-
clone
public TextDataSourceAttributes clone()
- Specified by:
clone
in interfaceJRCloneable
- Overrides:
clone
in 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)
-
-