Class ColumnFormatNumber
java.lang.Object
net.datenwerke.rs.base.service.reportengines.table.entities.format.ColumnFormat
net.datenwerke.rs.base.service.reportengines.table.entities.format.ColumnFormatNumber
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ColumnFormatCurrency
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@GenerateDto(dtoPackage="net.datenwerke.rs.base.client.reportengines.table.dto",
createDecorator=true)
public class ColumnFormatNumber
extends ColumnFormat
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetType()booleanvoidsetNumberOfDecimalPlaces(int numberOfDecimalPlaces) voidsetThousandSeparator(boolean thousandSeparator) voidsetType(NumberType type) Methods inherited from class net.datenwerke.rs.base.service.reportengines.table.entities.format.ColumnFormat
getId, getVersion, setId, setVersion
-
Constructor Details
-
ColumnFormatNumber
public ColumnFormatNumber()
-
-
Method Details
-
getType
-
setType
-
isThousandSeparator
public boolean isThousandSeparator() -
setThousandSeparator
public void setThousandSeparator(boolean thousandSeparator) -
getNumberOfDecimalPlaces
public int getNumberOfDecimalPlaces() -
setNumberOfDecimalPlaces
public void setNumberOfDecimalPlaces(int numberOfDecimalPlaces) -
format
- Specified by:
formatin classColumnFormat
-
getNumberFormat
-
getPattern
-
getPatternForExcel
-
getDecimalPattern
-