org.jaffa.presentation.portlet.component
Class ComponentDefinition

java.lang.Object
  extended byorg.jaffa.presentation.portlet.component.ComponentDefinition

public class ComponentDefinition
extends Object

This class holds the information for a component as defined in the components.xml file.


Constructor Summary
ComponentDefinition()
           
 
Method Summary
 String getComponentClass()
          Getter for property componentClass.
 String getComponentName()
          Getter for property componentName.
 String getComponentType()
          Getter for property componentType.
 String[] getMandatoryFunctions()
          Getter for property mandatoryFunctions.
 String[] getOptionalFunctions()
          Getter for property optionalFunctions.
 void setComponentClass(String componentClass)
          Setter for property componentClass.
 void setComponentName(String componentName)
          Setter for property componentName.
 void setComponentType(String componentType)
          Setter for property componentType.
 void setMandatoryFunctions(String[] mandatoryFunctions)
          Setter for property mandatoryFunctions.
 void setOptionalFunctions(String[] optionalFunctions)
          Setter for property optionalFunctions.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentDefinition

public ComponentDefinition()
Method Detail

getComponentType

public String getComponentType()
Getter for property componentType.

Returns:
Value of property componentType.

setComponentType

public void setComponentType(String componentType)
Setter for property componentType.

Parameters:
componentType - New value of property componentType.

getComponentName

public String getComponentName()
Getter for property componentName.

Returns:
Value of property componentName.

setComponentName

public void setComponentName(String componentName)
Setter for property componentName.

Parameters:
componentName - New value of property componentName.

getComponentClass

public String getComponentClass()
Getter for property componentClass.

Returns:
Value of property componentClass.

setComponentClass

public void setComponentClass(String componentClass)
Setter for property componentClass.

Parameters:
componentClass - New value of property componentClass.

getMandatoryFunctions

public String[] getMandatoryFunctions()
Getter for property mandatoryFunctions.

Returns:
Value of property mandatoryFunctions.

setMandatoryFunctions

public void setMandatoryFunctions(String[] mandatoryFunctions)
Setter for property mandatoryFunctions.

Parameters:
mandatoryFunctions - New value of property mandatoryFunctions.

getOptionalFunctions

public String[] getOptionalFunctions()
Getter for property optionalFunctions.

Returns:
Value of property optionalFunctions.

setOptionalFunctions

public void setOptionalFunctions(String[] optionalFunctions)
Setter for property optionalFunctions.

Parameters:
optionalFunctions - New value of property optionalFunctions.


Copyright © 2002-2004 JAFFA Project.