public class DomainConfiguration extends Object
Modifier and Type | Field and Description |
---|---|
protected SimpleDateFormat |
dateFormat |
protected String |
dateMaxDate |
protected String |
dateMinDate |
protected String |
dateTamInterval |
protected DataProperty |
domainProperty |
protected Map<Locale,String> |
labelIntervalsToHideI18nMap |
protected String |
maxNumberOfIntervals |
protected NumberFormat |
numberFormat |
protected String |
numericMaxValue |
protected String |
numericMinValue |
protected String |
numericTamInterval |
protected String |
propertyId |
protected Map<Locale,String> |
propertyNameI18nMap |
Constructor and Description |
---|
DomainConfiguration() |
DomainConfiguration(DataProperty property) |
protected DataProperty domainProperty
protected String propertyId
protected String maxNumberOfIntervals
protected String dateTamInterval
protected String dateMinDate
protected String dateMaxDate
protected String numericTamInterval
protected String numericMinValue
protected String numericMaxValue
protected transient SimpleDateFormat dateFormat
protected transient NumberFormat numberFormat
public DomainConfiguration()
public DomainConfiguration(DataProperty property)
public DataProperty getDomainProperty()
public String getPropertyId()
public void setPropertyId(String propertyId)
public void setPropertyNameI18nMap(Map<Locale,String> domainPropDisplayNameI18nMap)
public void setLabelIntervalsToHideI18nMap(Map<Locale,String> labelIntervalsToHideMap)
public String getMaxNumberOfIntervals()
public void setMaxNumberOfIntervals(String maxNumberOfIntervals)
public String getDateTamInterval()
public void setDateTamInterval(String dateTamInterval)
public String getDateMinDate()
public void setDateMinDate(String dateMinDate)
public String getDateMaxDate()
public void setDateMaxDate(String dateMaxDate)
public String getNumericTamInterval()
public void setNumericTamInterval(String numericTamInterval)
public String getNumericMinValue()
public void setNumericMinValue(String numericMinValue)
public String getNumericMaxValue()
public void setNumericMaxValue(String numericMaxValue)
public void apply(DataProperty property)
public void read(DataProperty property)
public void clear()
Copyright © 2012-2015 JBoss by Red Hat. All Rights Reserved.