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, getStandard
checkWritePermission, clone, copyCollection, copyList, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, unmodifiable
asMap, asTree, equals, getInterface, hashCode, toString
public CitationDateImpl()
public CitationDateImpl(CitationDate source)
public Date getDate()
getDate
in interface CitationDate
public void setDate(Date newValue)
public DateType getDateType()
getDateType
in interface CitationDate
public void setDateType(DateType newValue)
Copyright © 1996–2019 Geotools. All rights reserved.