|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.geotools.metadata.iso.MetadataEntity org.geotools.metadata.iso.citation.CitationDateImpl
Reference date and event used to describe it.
Field Summary |
Fields inherited from class org.geotools.metadata.iso.MetadataEntity |
LOGGER |
Constructor Summary | |
CitationDateImpl()
Constructs an initially empty citation date. |
|
CitationDateImpl(java.util.Date date,
org.opengis.metadata.citation.DateType dateType)
Constructs a citation date initialized to the given date. |
Method Summary | |
boolean |
equals(java.lang.Object object)
Compares this citation with the specified object for equality. |
protected void |
freeze()
Declares this metadata and all its attributes as unmodifiable. |
java.util.Date |
getDate()
Returns the reference date for the cited resource. |
org.opengis.metadata.citation.DateType |
getDateType()
Returns the event used for reference date. |
int |
hashCode()
Returns a hash code value for this citation. |
void |
setDate(java.util.Date newValue)
Set the reference date for the cited resource. |
void |
setDateType(org.opengis.metadata.citation.DateType newValue)
Set the event used for reference date. |
java.lang.String |
toString()
Returns a string representation of this citation. |
Methods inherited from class org.geotools.metadata.iso.MetadataEntity |
appendLineSeparator, checkWritePermission, copyCollection, isModifiable, nonNullCollection, unmodifiable, unmodifiable |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public CitationDateImpl()
public CitationDateImpl(java.util.Date date, org.opengis.metadata.citation.DateType dateType)
Method Detail |
public java.util.Date getDate()
getDate
in interface org.opengis.metadata.citation.CitationDate
public void setDate(java.util.Date newValue)
public org.opengis.metadata.citation.DateType getDateType()
getDateType
in interface org.opengis.metadata.citation.CitationDate
public void setDateType(org.opengis.metadata.citation.DateType newValue)
protected void freeze()
freeze
in class MetadataEntity
public boolean equals(java.lang.Object object)
public int hashCode()
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |