org.geotools.metadata.iso
Class PortrayalCatalogueReferenceImpl

java.lang.Object
  extended byorg.geotools.metadata.iso.MetadataEntity
      extended byorg.geotools.metadata.iso.PortrayalCatalogueReferenceImpl
All Implemented Interfaces:
java.lang.Cloneable, org.opengis.metadata.PortrayalCatalogueReference, java.io.Serializable

public class PortrayalCatalogueReferenceImpl
extends MetadataEntity
implements org.opengis.metadata.PortrayalCatalogueReference

Information identifying the portrayal catalogue used.

Since:
2.1
Version:
$Id: PortrayalCatalogueReferenceImpl.java 17672 2006-01-19 00:25:55Z desruisseaux $
Author:
Martin Desruisseaux, Toura?vane
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.geotools.metadata.iso.MetadataEntity
LOGGER
 
Constructor Summary
PortrayalCatalogueReferenceImpl()
          Construct an initially empty portrayal catalogue reference.
PortrayalCatalogueReferenceImpl(java.util.Collection portrayalCatalogueCitations)
          Creates a portrayal catalogue reference initialized to the given values.
 
Method Summary
 boolean equals(java.lang.Object object)
          Compare this portrayal catalogue reference with the specified object for equality.
protected  void freeze()
          Declare this metadata and all its attributes as unmodifiable.
 java.util.Collection getPortrayalCatalogueCitations()
          Bibliographic reference to the portrayal catalogue cited.
 int hashCode()
          Returns a hash code value for this object.
 void setPortrayalCatalogueCitations(java.util.Collection newValues)
          Set bibliographic reference to the portrayal catalogue cited.
 java.lang.String toString()
          Returns a string representation of this object.
 
Methods inherited from class org.geotools.metadata.iso.MetadataEntity
appendLineSeparator, checkWritePermission, copyCollection, isModifiable, nonNullCollection, unmodifiable, unmodifiable
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PortrayalCatalogueReferenceImpl

public PortrayalCatalogueReferenceImpl()
Construct an initially empty portrayal catalogue reference.


PortrayalCatalogueReferenceImpl

public PortrayalCatalogueReferenceImpl(java.util.Collection portrayalCatalogueCitations)
Creates a portrayal catalogue reference initialized to the given values.

Method Detail

getPortrayalCatalogueCitations

public java.util.Collection getPortrayalCatalogueCitations()
Bibliographic reference to the portrayal catalogue cited.

Specified by:
getPortrayalCatalogueCitations in interface org.opengis.metadata.PortrayalCatalogueReference

setPortrayalCatalogueCitations

public void setPortrayalCatalogueCitations(java.util.Collection newValues)
Set bibliographic reference to the portrayal catalogue cited.


freeze

protected void freeze()
Declare this metadata and all its attributes as unmodifiable.

Overrides:
freeze in class MetadataEntity

equals

public boolean equals(java.lang.Object object)
Compare this portrayal catalogue reference with the specified object for equality.


hashCode

public int hashCode()
Returns a hash code value for this object. For performance reason, this method do not uses all attributes for computing the hash code. Instead, it uses the attributes that are the most likely to be unique.


toString

public java.lang.String toString()
Returns a string representation of this object.



Copyright © GeoTools. All Rights Reserved.