project35.mda.config
Class OntologyServiceConfiguration

java.lang.Object
  extended by project35.mda.config.OntologyServiceConfiguration
All Implemented Interfaces:
java.io.Serializable

public class OntologyServiceConfiguration
extends java.lang.Object
implements java.io.Serializable

Stores configuration information about an ontology service; corresponds to the "ontology_service" record defined in the XML Schema for the Project35 Configuration Tool


Copyright (c) 2008 Kevin Garwood for Project35. The original code was developed by Kevin Garwood for the University of Manchester. Revisions have been made for Project35, a project that is independent of that institution. This code is licensed under the Academic Free License version 3.0. The code attribution for the original code is included here:

Copyright (c) Kevin Garwood and University of Manchester 2007. All rights reserved. Licensed under the Academic Free License version 3.0. For more information on the terms and conditions, please see the file "LICENSE" that is included in this distribution.


Version:
1.0
Author:
Kevin Garwood (kgarwood@users.sourceforge.net)
See Also:
Serialized Form

Constructor Summary
OntologyServiceConfiguration()
           
 
Method Summary
 java.lang.String getDescription()
          Get the value of description.
 java.lang.String getFeatureCode()
          Get the value of featureCode.
 java.lang.String getName()
          Get the value of name.
 OntologySourceConfiguration getOntologySourceConfiguration()
          Get the value of ontologySourceConfiguration.
 OntologyViewerConfiguration getOntologyViewerConfiguration()
          Get the value of ontologyViewerConfiguration.
 void setDescription(java.lang.String description)
          Set the value of description.
 void setFeatureCode(java.lang.String featureCode)
          Set the value of featureCode.
 void setName(java.lang.String name)
          Set the value of name.
 void setOntologySourceConfiguration(OntologySourceConfiguration ontologySourceConfiguration)
          Set the value of ontologySourceConfiguration.
 void setOntologyViewerConfiguration(OntologyViewerConfiguration ontologyViewerConfiguration)
          Set the value of ontologyViewerConfiguration.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OntologyServiceConfiguration

public OntologyServiceConfiguration()
Method Detail

setFeatureCode

public void setFeatureCode(java.lang.String featureCode)
Set the value of featureCode.

Parameters:
featureCode - Value to assign to featureCode.

setName

public void setName(java.lang.String name)
Set the value of name.

Parameters:
name - Value to assign to name.

setDescription

public void setDescription(java.lang.String description)
Set the value of description.

Parameters:
description - Value to assign to description.

setOntologySourceConfiguration

public void setOntologySourceConfiguration(OntologySourceConfiguration ontologySourceConfiguration)
Set the value of ontologySourceConfiguration.

Parameters:
ontologySourceConfiguration - Value to assign to ontologySourceConfiguration.

setOntologyViewerConfiguration

public void setOntologyViewerConfiguration(OntologyViewerConfiguration ontologyViewerConfiguration)
Set the value of ontologyViewerConfiguration.

Parameters:
ontologyViewerConfiguration - Value to assign to ontologyViewerConfiguration.

getFeatureCode

public java.lang.String getFeatureCode()
Get the value of featureCode.

Returns:
value of featureCode.

getName

public java.lang.String getName()
Get the value of name.

Returns:
value of name.

getDescription

public java.lang.String getDescription()
Get the value of description.

Returns:
value of description.

getOntologySourceConfiguration

public OntologySourceConfiguration getOntologySourceConfiguration()
Get the value of ontologySourceConfiguration.

Returns:
value of ontologySourceConfiguration.

getOntologyViewerConfiguration

public OntologyViewerConfiguration getOntologyViewerConfiguration()
Get the value of ontologyViewerConfiguration.

Returns:
value of ontologyViewerConfiguration.