public class SeriesImpl extends MetadataEntity implements Series
LOGGER
Constructor and Description |
---|
SeriesImpl()
Constructs a default series.
|
SeriesImpl(CharSequence name)
Constructs a series with the specified name.
|
SeriesImpl(Series source)
Constructs a metadata entity initialized with the values from the specified metadata.
|
Modifier and Type | Method and Description |
---|---|
String |
getIssueIdentification()
Returns information identifying the issue of the series.
|
InternationalString |
getName()
Returne the name of the series, or aggregate dataset, of which the dataset is a part.
|
String |
getPage()
Returns details on which pages of the publication the article was published.
|
void |
setIssueIdentification(String newValue)
Set information identifying the issue of the series.
|
void |
setName(InternationalString newValue)
Set the name of the series, or aggregate dataset, of which the dataset is a part.
|
void |
setPage(String newValue)
Set details on which pages of the publication the article was published.
|
ensureNonNull, getStandard
checkWritePermission, clone, copyCollection, copyList, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, unmodifiable
asMap, asTree, equals, getInterface, hashCode, toString
public SeriesImpl()
public SeriesImpl(Series source)
public SeriesImpl(CharSequence name)
public InternationalString getName()
public void setName(InternationalString newValue)
public String getIssueIdentification()
getIssueIdentification
in interface Series
public void setIssueIdentification(String newValue)
public String getPage()
public void setPage(String newValue)
Copyright © 1996–2019 Geotools. All rights reserved.