public class ExcelColumnImpl extends ExcelAnnotationImpl<ExcelColumn>
| Constructor and Description |
|---|
ExcelColumnImpl()
Instantiates a new excel column impl.
|
ExcelColumnImpl(String columnName,
double indexColumn)
Instantiates a new excel column impl.
|
ExcelColumnImpl(String columnName,
String comment,
double indexColumn,
boolean ignore)
Instantiates a new excel column impl.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Equals.
|
String |
getColumnName()
Gets the column name.
|
String |
getComment()
Gets the comment.
|
double |
getIndexColumn()
Gets the index column.
|
int |
hashCode()
Hash code.
|
boolean |
isIgnore()
Checks if is ignore.
|
void |
setColumnName(String columnName)
Sets the column name.
|
void |
setComment(String comment)
Sets the comment.
|
void |
setIgnore(boolean ignore)
Sets the ignore.
|
void |
setIndexColumn(double indexColumn)
Sets the index column.
|
clone, getAnnotation, getClassAnnotationpublic ExcelColumnImpl()
public ExcelColumnImpl(String columnName, double indexColumn)
columnName - the column nameindexColumn - the index columnpublic String getColumnName()
public void setColumnName(String columnName)
columnName - the new column namepublic String getComment()
public void setComment(String comment)
comment - the new commentpublic double getIndexColumn()
public void setIndexColumn(double indexColumn)
indexColumn - the new index columnpublic boolean isIgnore()
public void setIgnore(boolean ignore)
ignore - the new ignoreCopyright © 2022. All rights reserved.