com.fullspan.pwkeep.data
Class PwkCategory

java.lang.Object
  extended by com.fullspan.pwkeep.data.PwkBean
      extended by com.fullspan.pwkeep.data.PwkCategory

public class PwkCategory
extends PwkBean

Represents a PWKeep category.

Version:
$Revision: 1.3 $, $Date: 2004/01/18 07:21:04 $
Author:
Mitch Stuart, $Author: mitch $

Constructor Summary
PwkCategory(org.jdom.Element catElem)
           
PwkCategory(PwkCategory category)
           
PwkCategory(java.lang.String categoryName)
           
 
Method Summary
 org.jdom.Element toJdomElement()
          Returns an XML element representing this object.
 
Methods inherited from class com.fullspan.pwkeep.data.PwkBean
getChildTextTrim, getName, getTypeName, newInstance, setName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PwkCategory

public PwkCategory(java.lang.String categoryName)

PwkCategory

public PwkCategory(PwkCategory category)

PwkCategory

public PwkCategory(org.jdom.Element catElem)
Method Detail

toJdomElement

public org.jdom.Element toJdomElement()
Description copied from class: PwkBean
Returns an XML element representing this object. This method is only valid for subclasses, if it is called for the base class PwkBean, it will throw an UnsupportedOperationException.

Overrides:
toJdomElement in class PwkBean
Returns:
an XML element representing this object