Class ExcelRowHeightImpl
java.lang.Object
bld.generator.report.excel.annotation.impl.ExcelAnnotationImpl<ExcelRowHeight>
bld.generator.report.excel.annotation.impl.ExcelRowHeightImpl
- All Implemented Interfaces:
Cloneable
The Class ExcelRowHeightImpl.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new excel row height impl.ExcelRowHeightImpl(short height) Instantiates a new excel row height impl. -
Method Summary
Methods inherited from class bld.generator.report.excel.annotation.impl.ExcelAnnotationImpl
clone, getAnnotation, getClassAnnotation
-
Constructor Details
-
ExcelRowHeightImpl
public ExcelRowHeightImpl()Instantiates a new excel row height impl. -
ExcelRowHeightImpl
public ExcelRowHeightImpl(short height) Instantiates a new excel row height impl.- Parameters:
height- the height
-
-
Method Details
-
hashCode
public int hashCode()Hash code. -
equals
Equals. -
getHeight
public short getHeight()Gets the height.- Returns:
- the height
-
setHeight
public void setHeight(short height) Sets the height.- Parameters:
height- the new height
-