| Constructor and Description |
|---|
ExcelColumnImpl(String columnName,
String comment,
double indexColumn,
boolean ignore)
Instantiates a new excel column impl.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
clone()
Clone.
|
boolean |
equals(Object obj)
Equals.
|
String |
getColumnName()
Gets the column name.
|
String |
getComment()
Gets the comment.
|
ExcelColumn |
getExcelColumn()
Gets the excel column.
|
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.
|
public Object clone() throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedException - the clone not supported exceptionpublic ExcelColumn getExcelColumn()
public 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 © 2020 Pivotal Software, Inc.. All rights reserved.