Class ExcelDateImpl
java.lang.Object
bld.generator.report.excel.annotation.impl.ExcelAnnotationImpl<ExcelDate>
bld.generator.report.excel.annotation.impl.ExcelDateImpl
- All Implemented Interfaces:
Cloneable
The Class ExcelDateImpl.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new excel date impl.ExcelDateImpl(ColumnDateFormat value) Instantiates a new excel date impl. -
Method Summary
Modifier and TypeMethodDescriptionbooleanEquals.getValue()Gets the value.inthashCode()Hash code.voidsetValue(ColumnDateFormat value) Sets the value.Methods inherited from class bld.generator.report.excel.annotation.impl.ExcelAnnotationImpl
clone, getAnnotation, getClassAnnotation
-
Constructor Details
-
ExcelDateImpl
Instantiates a new excel date impl.- Parameters:
value- the value
-
ExcelDateImpl
public ExcelDateImpl()Instantiates a new excel date impl.
-
-
Method Details
-
getValue
Gets the value.- Returns:
- the value
-
setValue
Sets the value.- Parameters:
value- the new value
-
hashCode
public int hashCode()Hash code. -
equals
Equals.
-