|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectAbstractMetadata
ModifiableMetadata
MetadataEntity
CitationDateImpl
public class CitationDateImpl
Reference date and event used to describe it.
Field Summary |
---|
Fields inherited from class AbstractMetadata |
---|
LOGGER |
Constructor Summary | |
---|---|
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. |
Method Summary | |
---|---|
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. |
Methods inherited from class MetadataEntity |
---|
ensureNonNull, getStandard |
Methods inherited from class ModifiableMetadata |
---|
checkWritePermission, clone, copyCollection, copyList, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, unmodifiable |
Methods inherited from class AbstractMetadata |
---|
asMap, asTree, equals, getInterface, hashCode, toString |
Methods inherited from class Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CitationDateImpl()
public CitationDateImpl(CitationDate source)
public CitationDateImpl(Date date, DateType dateType)
Method Detail |
---|
public Date getDate()
getDate
in interface CitationDate
public void setDate(Date newValue)
public DateType getDateType()
getDateType
in interface CitationDate
public void setDateType(DateType newValue)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |