project35.mda.config
Class CustomMenuConfiguration

java.lang.Object
  extended by project35.mda.config.PluginConfigurableComponent
      extended by project35.mda.config.CustomMenuConfiguration

public class CustomMenuConfiguration
extends PluginConfigurableComponent

holds configuration data about a custom menu. Corresponds to the "custom_menu" record definition of 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)

Constructor Summary
CustomMenuConfiguration()
           
 
Method Summary
 java.lang.String getDescription()
          Get the value of description.
 java.lang.String getFeatureCode()
          Get the value of featureCode.
 java.lang.String getHelpLink()
          Get the value of helpLink.
 java.lang.String getName()
          Get the value of name.
 int getPosition()
          Get the value of position.
 void setDescription(java.lang.String description)
          Set the value of description.
 void setFeatureCode(java.lang.String featureCode)
          Set the value of featureCode.
 void setHelpLink(java.lang.String helpLink)
          Set the value of helpLink.
 void setName(java.lang.String name)
          Set the value of name.
 void setPosition(int position)
          Set the value of position.
 
Methods inherited from class project35.mda.config.PluginConfigurableComponent
addPluginConfiguration, getPluginConfigurations, setPluginConfigurations
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomMenuConfiguration

public CustomMenuConfiguration()
Method Detail

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.

getPosition

public int getPosition()
Get the value of position.

Returns:
value of position.

getDescription

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

Returns:
value of description.

getHelpLink

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

Returns:
value of helpLink.

setName

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

Parameters:
name - Value to assign to name.

setFeatureCode

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

Parameters:
featureCode - Value to assign to featureCode.

setPosition

public void setPosition(int position)
Set the value of position.

Parameters:
position - Value to assign to position.

setDescription

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

Parameters:
description - Value to assign to description.

setHelpLink

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

Parameters:
helpLink - Value to assign to helpLink.