public class ExcelDateImpl extends ExcelAnnotationImpl<ExcelDate>
| Constructor and Description |
|---|
ExcelDateImpl()
Instantiates a new excel date impl.
|
ExcelDateImpl(ColumnDateFormat format)
Instantiates a new excel date impl.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Equals.
|
ColumnDateFormat |
getFormat()
Gets the format.
|
int |
hashCode()
Hash code.
|
void |
setFormat(ColumnDateFormat format)
Sets the format.
|
clone, getAnnotation, getClassAnnotationpublic ExcelDateImpl(ColumnDateFormat format)
format - the formatpublic ExcelDateImpl()
public ColumnDateFormat getFormat()
public void setFormat(ColumnDateFormat format)
format - the new formatCopyright © 2022. All rights reserved.