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 Details

    • TextDataSourceAttributes

      public TextDataSourceAttributes()
  • Method Details

    • clone

      public TextDataSourceAttributes clone()
      Specified by:
      clone in interface JRCloneable
      Overrides:
      clone in class Object
    • 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)