Package io.keikai.model.impl
Class TableColumnImpl
- java.lang.Object
-
- io.keikai.model.impl.AbstractTableColumnAdv
-
- io.keikai.model.impl.TableColumnImpl
-
- All Implemented Interfaces:
STableColumn,java.io.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(java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetName()java.lang.StringgetTotalsRowFormula()STableColumn.STotalsRowFunctiongetTotalsRowFunction()java.lang.StringgetTotalsRowLabel()voidsetName(java.lang.String name)voidsetTotalsRowFormula(java.lang.String formula)voidsetTotalsRowFunction(STableColumn.STotalsRowFunction func)voidsetTotalsRowLabel(java.lang.String label)
-
-
-
Method Detail
-
getName
public java.lang.String getName()
-
getTotalsRowLabel
public java.lang.String getTotalsRowLabel()
-
getTotalsRowFunction
public STableColumn.STotalsRowFunction getTotalsRowFunction()
-
setName
public void setName(java.lang.String name)
-
setTotalsRowLabel
public void setTotalsRowLabel(java.lang.String label)
-
setTotalsRowFunction
public void setTotalsRowFunction(STableColumn.STotalsRowFunction func)
-
getTotalsRowFormula
public java.lang.String getTotalsRowFormula()
-
setTotalsRowFormula
public void setTotalsRowFormula(java.lang.String formula)
-
-