|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectproject35.mda.config.PluginConfigurableComponent
project35.mda.config.SchemaConceptConfiguration
public class SchemaConceptConfiguration
base class for holding common configuration data about records, edit fields, list fields, and attribute fields.
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.
| Constructor Summary | |
|---|---|
SchemaConceptConfiguration()
|
|
| Method Summary | |
|---|---|
void |
addPluginConfiguration(PluginConfiguration pluginConfiguration)
|
String |
getDescription()
Get the value of description. |
String |
getFormComments()
Get the value of formComments. |
String |
getHelpLink()
Get the value of helpLink. |
String |
getName()
Get the value of name. |
String |
getOntologyIdentifier()
Get the value of ontologyIdentifier. |
PluginConfiguration[] |
getPluginConfigurations()
|
void |
setDescription(String description)
Set the value of description. |
void |
setFormComments(String formComments)
Set the value of formComments. |
void |
setHelpLink(String helpLink)
Set the value of helpLink. |
void |
setName(String name)
Set the value of name. |
void |
setOntologyIdentifier(String ontologyIdentifier)
Set the value of ontologyIdentifier. |
void |
setPluginConfigurations(ArrayList pluginConfigurations)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SchemaConceptConfiguration()
| Method Detail |
|---|
public String getName()
public String getDescription()
public String getOntologyIdentifier()
public String getFormComments()
public String getHelpLink()
public PluginConfiguration[] getPluginConfigurations()
getPluginConfigurations in class PluginConfigurableComponentpublic void setName(String name)
name - Value to assign to name.public void setDescription(String description)
description - Value to assign to description.public void setOntologyIdentifier(String ontologyIdentifier)
ontologyIdentifier - Value to assign to ontologyIdentifier.public void setFormComments(String formComments)
formComments - Value to assign to formComments.public void setHelpLink(String helpLink)
helpLink - Value to assign to helpLink.public void addPluginConfiguration(PluginConfiguration pluginConfiguration)
addPluginConfiguration in class PluginConfigurableComponentpublic void setPluginConfigurations(ArrayList pluginConfigurations)
setPluginConfigurations in class PluginConfigurableComponent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||