Package io.keikai.model.impl
Class TableColumnImpl
- java.lang.Object
-
- io.keikai.model.impl.AbstractTableColumnAdv
-
- io.keikai.model.impl.TableColumnImpl
-
- All Implemented Interfaces:
STableColumn
,Serializable
public class TableColumnImpl extends AbstractTableColumnAdv
Table column.- Since:
- 3.8.0
- Author:
- henri
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.keikai.model.STableColumn
STableColumn.STotalsRowFunction
-
-
Constructor Summary
Constructors Constructor Description TableColumnImpl(String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
String
getTotalsRowFormula()
STableColumn.STotalsRowFunction
getTotalsRowFunction()
String
getTotalsRowLabel()
void
setName(String name)
void
setTotalsRowFormula(String formula)
void
setTotalsRowFunction(STableColumn.STotalsRowFunction func)
void
setTotalsRowLabel(String label)
-
-
-
Constructor Detail
-
TableColumnImpl
public TableColumnImpl(String name)
-
-
Method Detail
-
getName
public String getName()
-
getTotalsRowLabel
public String getTotalsRowLabel()
-
getTotalsRowFunction
public STableColumn.STotalsRowFunction getTotalsRowFunction()
-
setName
public void setName(String name)
-
setTotalsRowLabel
public void setTotalsRowLabel(String label)
-
setTotalsRowFunction
public void setTotalsRowFunction(STableColumn.STotalsRowFunction func)
-
getTotalsRowFormula
public String getTotalsRowFormula()
-
setTotalsRowFormula
public void setTotalsRowFormula(String formula)
-
-