Class ExcelColumnImpl
java.lang.Object
bld.generator.report.excel.annotation.impl.ExcelAnnotationImpl<ExcelColumn>
bld.generator.report.excel.annotation.impl.ExcelColumnImpl
- All Implemented Interfaces:
Cloneable
The Class ExcelColumnImpl.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new excel column impl.ExcelColumnImpl(String name, double index) Instantiates a new excel column impl.ExcelColumnImpl(String name, String comment, double index, boolean ignore) Instantiates a new excel column impl. -
Method Summary
Modifier and TypeMethodDescriptionbooleanEquals.Gets the comment.doublegetIndex()Gets the index.getName()Gets the name.inthashCode()Hash code.booleanisIgnore()Checks if is ignore.voidsetComment(String comment) Sets the comment.voidsetIgnore(boolean ignore) Sets the ignore.voidsetIndex(double index) Sets the index.voidSets the name.Methods inherited from class bld.generator.report.excel.annotation.impl.ExcelAnnotationImpl
clone, getAnnotation, getClassAnnotation
-
Constructor Details
-
ExcelColumnImpl
public ExcelColumnImpl()Instantiates a new excel column impl. -
ExcelColumnImpl
Instantiates a new excel column impl.- Parameters:
name- the nameindex- the index
-
ExcelColumnImpl
Instantiates a new excel column impl.- Parameters:
name- the namecomment- the commentindex- the indexignore- the ignore
-
-
Method Details
-
getName
Gets the name.- Returns:
- the name
-
setName
Sets the name.- Parameters:
name- the new name
-
getComment
Gets the comment.- Returns:
- the comment
-
setComment
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. -
equals
Equals.
-