public abstract class BaseSheet extends Object
| Constructor and Description |
|---|
BaseSheet(@Size(max=31) String sheetName)
Instantiates a new base sheet.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Equals.
|
String |
getSheetName()
Gets the name sheet.
|
int |
hashCode()
Hash code.
|
void |
setSheetName(String sheetName)
Sets the name sheet.
|
public static final String APOS
public BaseSheet(@Size(max=31)
@Size(max=31) String sheetName)
sheetName - the name sheetCopyright © 2022. All rights reserved.