| Constructor and Description |
|---|
ExcelDateImpl(ColumnDateFormat format)
Instantiates a new excel date impl.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
clone()
Clone.
|
boolean |
equals(Object obj)
Equals.
|
ExcelDate |
getExcelDate()
Gets the excel date.
|
ColumnDateFormat |
getFormat()
Gets the format.
|
int |
hashCode()
Hash code.
|
void |
setFormat(ColumnDateFormat format)
Sets the format.
|
public ExcelDateImpl(ColumnDateFormat format)
format - the formatpublic Object clone() throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedException - the clone not supported exceptionpublic ExcelDate getExcelDate()
public ColumnDateFormat getFormat()
public void setFormat(ColumnDateFormat format)
format - the new formatCopyright © 2020 Pivotal Software, Inc.. All rights reserved.