public class DefaultSeries extends ISOMetadata implements Series
Defined in the sis-metadata module
identifiers, LOGGER
Constructor and Description |
---|
DefaultSeries()
Constructs a default series.
|
DefaultSeries(CharSequence name)
Constructs a series with the specified name.
|
DefaultSeries(Series object)
Constructs a new instance initialized with the values from the specified metadata object.
|
Modifier and Type | Method and Description |
---|---|
static DefaultSeries |
castOrCopy(Series object)
Returns a SIS metadata implementation with the values of the given arbitrary implementation.
|
String |
getIssueIdentification()
Returns information identifying the issue of the series.
|
InternationalString |
getName()
Returns 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)
Sets information identifying the issue of the series.
|
void |
setName(InternationalString newValue)
Sets the name of the series, or aggregate dataset, of which the dataset is a part.
|
void |
setPage(String newValue)
Sets details on which pages of the publication the article was published.
|
getIdentifierMap, getIdentifiers, getStandard
checkWritePermission, clone, collectionType, copyCollection, copyList, copySet, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, singleton, unmodifiable, writeCollection, writeList, writeSet
asMap, asTreeTable, equals, equals, getInterface, hashCode, isEmpty, prune, toString
public DefaultSeries()
public DefaultSeries(CharSequence name)
name
- The name of the series of which the dataset is a part, or null
.public DefaultSeries(Series object)
object
- The metadata to copy values from, or null
if none.castOrCopy(Series)
public static DefaultSeries castOrCopy(Series object)
null
, then this method returns null
.DefaultSeries
, then it is returned unchanged.DefaultSeries
instance is created using the
copy constructor
and returned. Note that this is a shallow copy operation, since the other
metadata contained in the given object are not recursively copied.object
- The object to get as a SIS implementation, or null
if none.null
if the argument was null.public InternationalString getName()
public void setName(InternationalString newValue)
newValue
- The new name, or null
if none.public String getIssueIdentification()
getIssueIdentification
in interface Series
null
.public void setIssueIdentification(String newValue)
newValue
- The new issue identification, or null
if none.public String getPage()
public void setPage(String newValue)
newValue
- The new page, or null
if none.Copyright © 2010–2013 The Apache Software Foundation. All rights reserved.