Class ExcelColumnImpl

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

public class ExcelColumnImpl extends ExcelAnnotationImpl<ExcelColumn>
The Class ExcelColumnImpl.
  • Constructor Details

    • ExcelColumnImpl

      public ExcelColumnImpl()
      Instantiates a new excel column impl.
    • ExcelColumnImpl

      public ExcelColumnImpl(String name, double index)
      Instantiates a new excel column impl.
      Parameters:
      name - the name
      index - the index
    • ExcelColumnImpl

      public ExcelColumnImpl(String name, String comment, double index, boolean ignore)
      Instantiates a new excel column impl.
      Parameters:
      name - the name
      comment - the comment
      index - the index
      ignore - the ignore
  • Method Details

    • getName

      public String getName()
      Gets the name.
      Returns:
      the name
    • setName

      public void setName(String name)
      Sets the name.
      Parameters:
      name - the new name
    • getComment

      public String getComment()
      Gets the comment.
      Returns:
      the comment
    • setComment

      public void setComment(String comment)
      Sets the comment.
      Parameters:
      comment - the new comment
    • getIndex

      public double getIndex()
      Gets the index.
      Returns:
      the index
    • setIndex

      public void setIndex(double index)
      Sets the index.
      Parameters:
      index - the new index
    • isIgnore

      public boolean isIgnore()
      Checks if is ignore.
      Returns:
      the ignore
    • setIgnore

      public void setIgnore(boolean ignore)
      Sets the ignore.
      Parameters:
      ignore - the new ignore
    • 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