public class TextDataSourceAttributes extends Object implements JRCloneable
Constructor and Description |
---|
TextDataSourceAttributes() |
Modifier and Type | Method and Description |
---|---|
TextDataSourceAttributes |
clone() |
String |
getDatePattern() |
Locale |
getLocale() |
String |
getNumberPattern() |
TimeZone |
getTimeZone() |
void |
setDatePattern(String datePattern) |
void |
setLocale(Locale locale) |
void |
setLocale(String locale) |
void |
setNumberPattern(String numberPattern) |
void |
setTimeZone(String timeZoneId) |
void |
setTimeZone(TimeZone timeZone) |
public TextDataSourceAttributes clone()
clone
in interface JRCloneable
clone
in class Object
public Locale getLocale()
public void setLocale(Locale locale)
public void setLocale(String locale)
public String getDatePattern()
public void setDatePattern(String datePattern)
public String getNumberPattern()
public void setNumberPattern(String numberPattern)
public TimeZone getTimeZone()
public void setTimeZone(TimeZone timeZone)
public void setTimeZone(String timeZoneId)
Copyright © 2023 Cloud Software Group, Inc.. All rights reserved.