org.deegree.ogcbase
Class DescriptionBase
java.lang.Object
org.deegree.ogcbase.DescriptionBase
- All Implemented Interfaces:
- Cloneable
- Direct Known Subclasses:
- Description
public class DescriptionBase
- extends Object
- implements Cloneable
- Since:
- 2.0
- Version:
- $Revision: 9344 $, 1.0. $Revision: 9344 $, $Date: 2007-12-27 17:21:56 +0100 (Do, 27 Dez 2007) $
- Author:
- Andreas Poth, last edited by: $Author: apoth $
DescriptionBase
public DescriptionBase(String name)
throws OGCException
- just name is mandatory
- Parameters:
name
-
- Throws:
OGCException
DescriptionBase
public DescriptionBase(String name,
String description,
MetadataLink metadataLink)
throws OGCException
- Parameters:
description
- name
- metadataLink
-
- Throws:
OGCException
getDescription
public String getDescription()
- Returns:
- Returns the description.
setDescription
public void setDescription(String description)
- Parameters:
description
- The description to set.
getMetadataLink
public MetadataLink getMetadataLink()
- Returns:
- Returns the metadataLink.
setMetadataLink
public void setMetadataLink(MetadataLink metadataLink)
- Parameters:
metadataLink
- The metadataLink to set.
getName
public String getName()
- Returns:
- Returns the name.
setName
public void setName(String name)
throws OGCException
- Parameters:
name
- The name to set.
- Throws:
OGCException
clone
public Object clone()
- Overrides:
clone
in class Object
- Returns:
- cloned object
- See Also:
Object.clone()
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://deegree.sourceforge.net