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