public class PeriodDataType extends Object implements Serializable, Comparable<PeriodDataType>
| Constructor and Description |
|---|
PeriodDataType() |
PeriodDataType(String name,
String label,
ArrayList<ValueDataFormat> timeDataFormats) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(PeriodDataType periodDataType) |
String |
getLabel() |
String |
getName() |
ArrayList<ValueDataFormat> |
getTimeDataFormats() |
void |
setLabel(String label) |
void |
setName(String name) |
void |
setTimeDataFormats(ArrayList<ValueDataFormat> timeDataFormats) |
String |
toString() |
public PeriodDataType()
public PeriodDataType(String name, String label, ArrayList<ValueDataFormat> timeDataFormats)
public String getName()
public void setName(String name)
public String getLabel()
public void setLabel(String label)
public ArrayList<ValueDataFormat> getTimeDataFormats()
public void setTimeDataFormats(ArrayList<ValueDataFormat> timeDataFormats)
public int compareTo(PeriodDataType periodDataType)
compareTo in interface Comparable<PeriodDataType>Copyright © 2017. All Rights Reserved.