Class ExcelDateImpl

java.lang.Object
bld.generator.report.excel.annotation.impl.ExcelAnnotationImpl<ExcelDate>
bld.generator.report.excel.annotation.impl.ExcelDateImpl
All Implemented Interfaces:
Cloneable

public class ExcelDateImpl extends ExcelAnnotationImpl<ExcelDate>
The Class ExcelDateImpl.
  • Constructor Details

    • ExcelDateImpl

      public ExcelDateImpl(ColumnDateFormat value)
      Instantiates a new excel date impl.
      Parameters:
      value - the value
    • ExcelDateImpl

      public ExcelDateImpl()
      Instantiates a new excel date impl.
  • Method Details

    • getValue

      public ColumnDateFormat getValue()
      Gets the value.
      Returns:
      the value
    • setValue

      public void setValue(ColumnDateFormat value)
      Sets the value.
      Parameters:
      value - the new value
    • hashCode

      public int hashCode()
      Hash code.
      Overrides:
      hashCode in class Object
      Returns:
      the int
    • equals

      public boolean equals(Object obj)
      Equals.
      Overrides:
      equals in class Object
      Parameters:
      obj - the obj
      Returns:
      true, if successful