org.jaffa.components.menu
Class Group

java.lang.Object
  extended byorg.jaffa.components.menu.Group

public class Group
extends Object

Class Group defines the Groups under which the Menu Options are listed


Constructor Summary
Group()
          Default constructor
 
Method Summary
 String getDescription()
          Getter for property Description
 String getGroupIcon()
          Getter for property GroupIcon
 String getGroupName()
          Getter for the property GroupName
 String getGroupTitle()
          Getter for the property of Group Title
 void setDescription(String description)
          Setter for property Description
 void setGroupIcon(String groupIcon)
          Setter for property GroupIcon
 void setGroupName(String groupName)
          Setter for property Group Name
 void setGroupTitle(String groupTitle)
          Setter for property of Group Title
 String toString()
          Returns the debug information
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Group

public Group()
Default constructor

Method Detail

getGroupName

public String getGroupName()
Getter for the property GroupName

Returns:
Name of Group

setGroupName

public void setGroupName(String groupName)
Setter for property Group Name

Parameters:
groupName - New value of property Group Name

getDescription

public String getDescription()
Getter for property Description

Returns:
Value of property Description

setDescription

public void setDescription(String description)
Setter for property Description

Parameters:
description - New value of property Description

getGroupIcon

public String getGroupIcon()
Getter for property GroupIcon

Returns:
Value of property GroupIcon

setGroupIcon

public void setGroupIcon(String groupIcon)
Setter for property GroupIcon

Parameters:
groupIcon - New value of property GroupIcon

getGroupTitle

public String getGroupTitle()
Getter for the property of Group Title

Returns:
Value of property of Group Title

setGroupTitle

public void setGroupTitle(String groupTitle)
Setter for property of Group Title

Parameters:
groupTitle - New value of property Group Title

toString

public String toString()
Returns the debug information

Returns:
The debug information


Copyright © 2002-2004 JAFFA Project.