| org.geotools.metadata.iso.MetadataEntity org.geotools.metadata.iso.citation.SeriesImpl
SeriesImpl | public class SeriesImpl extends MetadataEntity implements Series(Code) | | Information about the series, or aggregate dataset, to which a dataset belongs.
author: Jody Garnett author: Martin Desruisseaux since: 2.1 |
Constructor Summary | |
public | SeriesImpl() Constructs a default series. | public | SeriesImpl(Series source) Constructs a metadata entity initialized with the values from the specified metadata. | public | SeriesImpl(CharSequence name) Constructs a series with the specified name. |
Method Summary | |
public String | getIssueIdentification() Returns information identifying the issue of the series. | public InternationalString | getName() Returne the name of the series, or aggregate dataset, of which the dataset is a part. | public String | getPage() Returns details on which pages of the publication the article was published. | public synchronized void | setIssueIdentification(String newValue) Set information identifying the issue of the series. | public synchronized void | setName(InternationalString newValue) Set the name of the series, or aggregate dataset, of which the dataset is a part. | public synchronized void | setPage(String newValue) Set details on which pages of the publication the article was published. |
SeriesImpl | public SeriesImpl()(Code) | | Constructs a default series.
|
SeriesImpl | public SeriesImpl(Series source)(Code) | | Constructs a metadata entity initialized with the values from the specified metadata.
since: 2.4 |
SeriesImpl | public SeriesImpl(CharSequence name)(Code) | | Constructs a series with the specified name.
|
getIssueIdentification | public String getIssueIdentification()(Code) | | Returns information identifying the issue of the series.
|
getName | public InternationalString getName()(Code) | | Returne the name of the series, or aggregate dataset, of which the dataset is a part.
|
getPage | public String getPage()(Code) | | Returns details on which pages of the publication the article was published.
|
setIssueIdentification | public synchronized void setIssueIdentification(String newValue)(Code) | | Set information identifying the issue of the series.
|
setName | public synchronized void setName(InternationalString newValue)(Code) | | Set the name of the series, or aggregate dataset, of which the dataset is a part.
|
setPage | public synchronized void setPage(String newValue)(Code) | | Set details on which pages of the publication the article was published.
|
|
|