java.lang.Object
net.datenwerke.rs.base.service.reportengines.table.entities.format.ColumnFormat
net.datenwerke.rs.base.service.reportengines.table.entities.format.ColumnFormatDate
All Implemented Interfaces:
Serializable
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 ColumnFormatDate extends ColumnFormat
See Also:
  • Constructor Details

    • ColumnFormatDate

      public ColumnFormatDate()
  • Method Details

    • getBaseFormat

      public String getBaseFormat()
    • setBaseFormat

      public void setBaseFormat(String baseFormat)
    • getTargetFormat

      public String getTargetFormat()
    • setTargetFormat

      public void setTargetFormat(String targetFormat)
    • isRollOver

      public Boolean isRollOver()
    • setRollOver

      public void setRollOver(Boolean rollOver)
    • isReplaceErrors

      public Boolean isReplaceErrors()
    • setReplaceErrors

      public void setReplaceErrors(Boolean replaceErrors)
    • getErrorReplacement

      public String getErrorReplacement()
    • setErrorReplacement

      public void setErrorReplacement(String errorReplacement)
    • parse

      public Date parse(String strValue) throws ParseException
      Throws:
      ParseException
    • format

      public String format(Object value)
      Specified by:
      format in class ColumnFormat