Class ExcelColumnWidthImpl

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

public class ExcelColumnWidthImpl extends ExcelAnnotationImpl<ExcelColumnWidth>
The Class ExcelColumnWidthImpl.
  • 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.
      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