Package com.priint.pubserver.dashboard
Class TableChartData.DataMapping
- java.lang.Object
-
- com.priint.pubserver.dashboard.TableChartData.DataMapping
-
- Enclosing class:
- TableChartData
public static class TableChartData.DataMapping extends java.lang.ObjectStructure columns definition for Table in dashboards
-
-
Constructor Summary
Constructors Constructor Description DataMapping()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAccessor()Gets the value of the mapping attribute of column in Table.java.lang.StringgetHeader()Gets the value of the label attribute of column in Table.java.lang.StringgetType()Gets the value of the type attribute of column in Table(string or checkbox).voidsetAccessor(java.lang.String accessor)Set the value of the mapping attribute of column in Table.voidsetHeader(java.lang.String header)Set the value of the Label attribute of column in Table.voidsetType(java.lang.String type)Set the value of the type attribute of column in Table(string or checkbox).
-
-
-
Method Detail
-
getHeader
public java.lang.String getHeader()
Gets the value of the label attribute of column in Table.- Returns:
String
-
setHeader
public void setHeader(java.lang.String header)
Set the value of the Label attribute of column in Table.- Parameters:
header- allowed object isString
-
getAccessor
public java.lang.String getAccessor()
Gets the value of the mapping attribute of column in Table. This attribute defines unique identifier of column.- Returns:
String
-
setAccessor
public void setAccessor(java.lang.String accessor)
Set the value of the mapping attribute of column in Table. * This attribute defines unique identifier of column.- Parameters:
accessor-String
-
getType
public java.lang.String getType()
Gets the value of the type attribute of column in Table(string or checkbox). Default is string.- Returns:
String
-
setType
public void setType(java.lang.String type)
Set the value of the type attribute of column in Table(string or checkbox). Default is string.- Parameters:
type-String
-
-