public static class Dates.ExtractedDate extends GenericModel
Constructor and Description |
---|
ExtractedDate() |
Modifier and Type | Method and Description |
---|---|
java.util.Date |
getDate()
Gets the date.
|
java.lang.String |
getText()
Gets the text.
|
void |
setDate(java.util.Date date)
Sets the date.
|
void |
setText(java.lang.String text)
Sets the text.
|
equals, hashCode, toString
public java.util.Date getDate()
public java.lang.String getText()
public void setDate(java.util.Date date)
date
- the new datepublic void setText(java.lang.String text)
text
- the new text