ej-technologies

org.gjt.jclasslib.browser.config.window
Class CategoryHolder

java.lang.Object
  extended by org.gjt.jclasslib.browser.config.window.CategoryHolder
All Implemented Interfaces:
PathComponent

public class CategoryHolder
extends java.lang.Object
implements PathComponent

Browser path component for a node category.

Version:
$Revision: 1.2 $ $Date: 2006-03-02 19:23:10 $
Author:
Ingo Kegel

Constructor Summary
CategoryHolder()
          Constructor.
CategoryHolder(java.lang.String category)
          Constructor.
 
Method Summary
 java.lang.String getCategory()
          Get the category.
 void setCategory(java.lang.String category)
          Set the category.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CategoryHolder

public CategoryHolder(java.lang.String category)
Constructor.

Parameters:
category - the category.

CategoryHolder

public CategoryHolder()
Constructor.

Method Detail

getCategory

public java.lang.String getCategory()
Get the category.

Returns:
the category.

setCategory

public void setCategory(java.lang.String category)
Set the category.

Parameters:
category - the category.

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

ej-technologies