org.geotools.catalog.defaults
Class DefaultCatalogInfo

java.lang.Object
  extended byorg.geotools.catalog.defaults.DefaultCatalogInfo
All Implemented Interfaces:
CatalogInfo

public class DefaultCatalogInfo
extends java.lang.Object
implements CatalogInfo


Field Summary
protected  java.lang.String description
           
protected  java.lang.String[] keywords
           
protected  java.net.URI source
           
protected  java.lang.String title
           
 
Constructor Summary
DefaultCatalogInfo()
           
DefaultCatalogInfo(java.lang.String title, java.lang.String description, java.net.URI source, java.lang.String[] keywords)
           
 
Method Summary
 java.lang.String getDescription()
          returns the catalog description.
 java.lang.String[] getKeywords()
          returns the keywords assocaited with this catalog May Not Block.
 java.net.URI getSource()
          Returns the catalog source.
 java.lang.String getTitle()
          returns the catalog title May Not Block.
 void setDesc(java.lang.String desc)
          DOCUMENT ME!
 void setKeywords(java.lang.String[] keywords)
          DOCUMENT ME!
 void setSource(java.net.URI source)
          DOCUMENT ME!
 void setTitle(java.lang.String title)
          DOCUMENT ME!
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

title

protected java.lang.String title

description

protected java.lang.String description

source

protected java.net.URI source

keywords

protected java.lang.String[] keywords
Constructor Detail

DefaultCatalogInfo

public DefaultCatalogInfo()

DefaultCatalogInfo

public DefaultCatalogInfo(java.lang.String title,
                          java.lang.String description,
                          java.net.URI source,
                          java.lang.String[] keywords)
Method Detail

getTitle

public java.lang.String getTitle()
Description copied from interface: CatalogInfo
returns the catalog title May Not Block.

Specified by:
getTitle in interface CatalogInfo
Returns:

getKeywords

public java.lang.String[] getKeywords()
Description copied from interface: CatalogInfo
returns the keywords assocaited with this catalog May Not Block. Maps to Dublin Core's Subject element

Specified by:
getKeywords in interface CatalogInfo
Returns:

getDescription

public java.lang.String getDescription()
Description copied from interface: CatalogInfo
returns the catalog description.

Specified by:
getDescription in interface CatalogInfo
Returns:

getSource

public java.net.URI getSource()
Description copied from interface: CatalogInfo
Returns the catalog source. May Not Block. Maps to the Dublin Core Server Element

Specified by:
getSource in interface CatalogInfo
Returns:

setDesc

public void setDesc(java.lang.String desc)
DOCUMENT ME!

Parameters:
desc - The desc to set.

setKeywords

public void setKeywords(java.lang.String[] keywords)
DOCUMENT ME!

Parameters:
keywords - The keywords to set.

setSource

public void setSource(java.net.URI source)
DOCUMENT ME!

Parameters:
source - The source to set.

setTitle

public void setTitle(java.lang.String title)
DOCUMENT ME!

Parameters:
title - The title to set.


Copyright © GeoTools. All Rights Reserved.