org.geotools.metadata.iso.citation
Class SeriesImpl

Object
  extended by AbstractMetadata
      extended by ModifiableMetadata
          extended by MetadataEntity
              extended by SeriesImpl
All Implemented Interfaces:
Serializable, Cloneable, Series

public class SeriesImpl
extends MetadataEntity
implements Series

Information about the series, or aggregate dataset, to which a dataset belongs.

Since:
2.1
Author:
Jody Garnett, Martin Desruisseaux
See Also:
Serialized Form
Module:

Field Summary
 
Fields inherited from class AbstractMetadata
LOGGER
 
Constructor Summary
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.
 
Method Summary
 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.
 
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

SeriesImpl

public SeriesImpl()
Constructs a default series.


SeriesImpl

public SeriesImpl(Series source)
Constructs a metadata entity initialized with the values from the specified metadata.

Since:
2.4

SeriesImpl

public SeriesImpl(CharSequence name)
Constructs a series with the specified name.

Method Detail

getName

public InternationalString getName()
Returne the name of the series, or aggregate dataset, of which the dataset is a part.

Specified by:
getName in interface Series

setName

public void setName(InternationalString newValue)
Set the name of the series, or aggregate dataset, of which the dataset is a part.


getIssueIdentification

public String getIssueIdentification()
Returns information identifying the issue of the series.

Specified by:
getIssueIdentification in interface Series

setIssueIdentification

public void setIssueIdentification(String newValue)
Set information identifying the issue of the series.


getPage

public String getPage()
Returns details on which pages of the publication the article was published.

Specified by:
getPage in interface Series

setPage

public void setPage(String newValue)
Set details on which pages of the publication the article was published.



Copyright © 1996-2009 Geotools. All Rights Reserved.