| Constructor and Description |
|---|
DashboardTableColumn()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
ReportSummaryType |
getAggregateType() |
boolean |
getCalculatePercent() |
String |
getColumn() |
int |
getDecimalPlaces() |
boolean |
getShowTotal() |
DashboardComponentFilter |
getSortBy() |
boolean |
isCalculatePercent() |
boolean |
isShowTotal() |
void |
load(XmlInputStream __in,
TypeMapper __typeMapper) |
protected void |
loadFields(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setAggregateType(ReportSummaryType aggregateType) |
void |
setCalculatePercent(boolean calculatePercent) |
void |
setColumn(String column) |
void |
setDecimalPlaces(int decimalPlaces) |
void |
setShowTotal(boolean showTotal) |
void |
setSortBy(DashboardComponentFilter sortBy) |
String |
toString() |
void |
write(QName __element,
XmlOutputStream __out,
TypeMapper __typeMapper) |
protected void |
writeFields(XmlOutputStream __out,
TypeMapper __typeMapper) |
public ReportSummaryType getAggregateType()
public void setAggregateType(ReportSummaryType aggregateType)
public boolean getCalculatePercent()
public boolean isCalculatePercent()
public void setCalculatePercent(boolean calculatePercent)
public String getColumn()
public void setColumn(String column)
public int getDecimalPlaces()
public void setDecimalPlaces(int decimalPlaces)
public boolean getShowTotal()
public boolean isShowTotal()
public void setShowTotal(boolean showTotal)
public DashboardComponentFilter getSortBy()
public void setSortBy(DashboardComponentFilter sortBy)
public void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
write in interface XMLizableIOExceptionprotected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
IOExceptionpublic void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
load in interface XMLizableIOExceptionConnectionExceptionprotected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
IOExceptionConnectionExceptionCopyright © 2015. All Rights Reserved.