|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.refractions.udig.catalog.ICatalogInfo
public class ICatalogInfo
Represents a bean style metadata accessor for metadata about a catalog. This may be the result of a request to a metadata service. All methods within an implementation of this interface should NOT block. Much of this is based on Dublin Core and the RDF application profile.
Field Summary | |
---|---|
protected java.lang.String |
description
|
protected java.lang.String[] |
keywords
|
protected java.net.URL |
source
|
protected java.lang.String |
title
|
Constructor Summary | |
---|---|
protected |
ICatalogInfo()
|
|
ICatalogInfo(java.lang.String title,
java.lang.String description,
java.net.URL 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.URL |
getSource()
Returns the catalog source. |
java.lang.String |
getTitle()
returns the catalog title May Not Block. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String title
protected java.lang.String description
protected java.net.URL source
protected java.lang.String[] keywords
Constructor Detail |
---|
protected ICatalogInfo()
public ICatalogInfo(java.lang.String title, java.lang.String description, java.net.URL source, java.lang.String[] keywords)
Method Detail |
---|
public java.lang.String getTitle()
public java.lang.String[] getKeywords()
public java.lang.String getDescription()
public java.net.URL getSource()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |