public class ExcelChartCategoryImpl extends ExcelAnnotationImpl<ExcelChartCategory>
| Constructor and Description |
|---|
ExcelChartCategoryImpl()
Instantiates a new excel chart category impl.
|
ExcelChartCategoryImpl(String fieldName,
String function)
Instantiates a new excel chart category impl.
|
ExcelChartCategoryImpl(String fieldName,
String function,
String rowRegex)
Instantiates a new excel chart category impl.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Equals.
|
String |
getFieldName()
Gets the field name.
|
String |
getFunction()
Gets the function.
|
String |
getRowRegex()
Gets the row regex.
|
int |
hashCode()
Hash code.
|
void |
setFieldName(String fieldName)
Sets the field name.
|
void |
setFunction(String function)
Sets the function.
|
void |
setRowRegex(String rowRegex)
Sets the row regex.
|
clone, getAnnotation, getClassAnnotationpublic ExcelChartCategoryImpl(String fieldName, String function, String rowRegex)
fieldName - the field namefunction - the functionrowRegex - the row regexpublic ExcelChartCategoryImpl(String fieldName, String function)
fieldName - the field namefunction - the functionpublic ExcelChartCategoryImpl()
public String getRowRegex()
public void setRowRegex(String rowRegex)
rowRegex - the new row regexpublic String getFieldName()
public void setFieldName(String fieldName)
fieldName - the new field namepublic String getFunction()
public void setFunction(String function)
function - the new functionCopyright © 2022. All rights reserved.