project35.mda.config
Class SchemaConceptConfiguration

java.lang.Object
  extended by project35.mda.config.PluginConfigurableComponent
      extended by project35.mda.config.SchemaConceptConfiguration
Direct Known Subclasses:
EditFieldConfiguration, ListFieldConfiguration, RecordConfiguration

public class SchemaConceptConfiguration
extends PluginConfigurableComponent

base class for holding common configuration data about records, edit fields, list fields, and attribute fields.


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)

Constructor Summary
SchemaConceptConfiguration()
           
 
Method Summary
 void addPluginConfiguration(PluginConfiguration pluginConfiguration)
           
 java.lang.String getDescription()
          Get the value of description.
 java.lang.String getFormComments()
          Get the value of formComments.
 java.lang.String getHelpLink()
          Get the value of helpLink.
 java.lang.String getName()
          Get the value of name.
 java.lang.String getOntologyIdentifier()
          Get the value of ontologyIdentifier.
 PluginConfiguration[] getPluginConfigurations()
           
 void setDescription(java.lang.String description)
          Set the value of description.
 void setFormComments(java.lang.String formComments)
          Set the value of formComments.
 void setHelpLink(java.lang.String helpLink)
          Set the value of helpLink.
 void setName(java.lang.String name)
          Set the value of name.
 void setOntologyIdentifier(java.lang.String ontologyIdentifier)
          Set the value of ontologyIdentifier.
 void setPluginConfigurations(java.util.ArrayList pluginConfigurations)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SchemaConceptConfiguration

public SchemaConceptConfiguration()
Method Detail

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.

getOntologyIdentifier

public java.lang.String getOntologyIdentifier()
Get the value of ontologyIdentifier.

Returns:
value of ontologyIdentifier.

getFormComments

public java.lang.String getFormComments()
Get the value of formComments.

Returns:
value of formComments.

getHelpLink

public java.lang.String getHelpLink()
Get the value of helpLink.

Returns:
value of helpLink.

getPluginConfigurations

public PluginConfiguration[] getPluginConfigurations()
Overrides:
getPluginConfigurations in class PluginConfigurableComponent

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.

setOntologyIdentifier

public void setOntologyIdentifier(java.lang.String ontologyIdentifier)
Set the value of ontologyIdentifier.

Parameters:
ontologyIdentifier - Value to assign to ontologyIdentifier.

setFormComments

public void setFormComments(java.lang.String formComments)
Set the value of formComments.

Parameters:
formComments - Value to assign to formComments.

setHelpLink

public void setHelpLink(java.lang.String helpLink)
Set the value of helpLink.

Parameters:
helpLink - Value to assign to helpLink.

addPluginConfiguration

public void addPluginConfiguration(PluginConfiguration pluginConfiguration)
Overrides:
addPluginConfiguration in class PluginConfigurableComponent

setPluginConfigurations

public void setPluginConfigurations(java.util.ArrayList pluginConfigurations)
Overrides:
setPluginConfigurations in class PluginConfigurableComponent