| |
|
| org.geotools.metadata.iso.MetadataEntity org.geotools.metadata.iso.citation.CitationDateImpl
CitationDateImpl | public class CitationDateImpl extends MetadataEntity implements CitationDate(Code) | | Reference date and event used to describe it.
version: $Id: CitationDateImpl.java 25189 2007-04-17 13:23:47Z desruisseaux $ author: Martin Desruisseaux since: 2.1 |
Constructor Summary | |
public | CitationDateImpl() Constructs an initially empty citation date. | public | CitationDateImpl(CitationDate source) Constructs a metadata entity initialized with the values from the specified metadata. | public | CitationDateImpl(Date date, DateType dateType) Constructs a citation date initialized to the given date. |
Method Summary | |
public synchronized Date | getDate() Returns the reference date for the cited resource. | public DateType | getDateType() Returns the event used for reference date. | public synchronized void | setDate(Date newValue) Set the reference date for the cited resource. | public synchronized void | setDateType(DateType newValue) Set the event used for reference date. |
CitationDateImpl | public CitationDateImpl()(Code) | | Constructs an initially empty citation date.
|
CitationDateImpl | public CitationDateImpl(CitationDate source)(Code) | | Constructs a metadata entity initialized with the values from the specified metadata.
since: 2.4 |
CitationDateImpl | public CitationDateImpl(Date date, DateType dateType)(Code) | | Constructs a citation date initialized to the given date.
|
getDate | public synchronized Date getDate()(Code) | | Returns the reference date for the cited resource.
|
getDateType | public DateType getDateType()(Code) | | Returns the event used for reference date.
|
setDate | public synchronized void setDate(Date newValue)(Code) | | Set the reference date for the cited resource.
|
setDateType | public synchronized void setDateType(DateType newValue)(Code) | | Set the event used for reference date.
|
|
|
|