public class CitationDateImpl extends MetadataEntity implements CitationDate
LOGGER| Constructor and Description |
|---|
CitationDateImpl()
Constructs an initially empty citation date.
|
CitationDateImpl(CitationDate source)
Constructs a metadata entity initialized with the values from the specified metadata.
|
CitationDateImpl(Date date,
DateType dateType)
Constructs a citation date initialized to the given date.
|
| Modifier and Type | Method and Description |
|---|---|
Date |
getDate()
Returns the reference date for the cited resource.
|
DateType |
getDateType()
Returns the event used for reference date.
|
void |
setDate(Date newValue)
Set the reference date for the cited resource.
|
void |
setDateType(DateType newValue)
Set the event used for reference date.
|
ensureNonNull, getStandardcheckWritePermission, clone, copyCollection, copyList, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, unmodifiableasMap, asTree, equals, getInterface, hashCode, toStringpublic CitationDateImpl()
public CitationDateImpl(CitationDate source)
public Date getDate()
getDate in interface CitationDatepublic void setDate(Date newValue)
public DateType getDateType()
getDateType in interface CitationDatepublic void setDateType(DateType newValue)
Copyright © 1996–2019 Geotools. All rights reserved.