org.apache.jetspeed.om.registry.base
Class BaseCategory

java.lang.Object
  extended byorg.apache.jetspeed.om.registry.base.BaseCategory
All Implemented Interfaces:
Category, java.io.Serializable

public class BaseCategory
extends java.lang.Object
implements Category, java.io.Serializable

Bean like implementation of the Category interface suitable for Castor serialization.

Version:
$Id: BaseCategory.java,v 1.4 2004/02/23 03:08:26 jford Exp $
Author:
David Sean Taylor
See Also:
Security, Serialized Form

Constructor Summary
BaseCategory()
           
 
Method Summary
 boolean equals(java.lang.Object object)
          Implements the equals operation so that 2 elements are equal if all their member values are equal.
 java.lang.String getGroup()
           
 java.lang.String getName()
           
 void setGroup(java.lang.String group)
          Sets the string Group
 void setName(java.lang.String name)
          Sets the string Name
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseCategory

public BaseCategory()
Method Detail

equals

public boolean equals(java.lang.Object object)
Implements the equals operation so that 2 elements are equal if all their member values are equal.


getName

public java.lang.String getName()
Specified by:
getName in interface Category
Returns:
the string Name

setName

public void setName(java.lang.String name)
Sets the string Name

Specified by:
setName in interface Category

getGroup

public java.lang.String getGroup()
Specified by:
getGroup in interface Category
Returns:
the string Group

setGroup

public void setGroup(java.lang.String group)
Sets the string Group

Specified by:
setGroup in interface Category


Copyright © 2000-2005 Apache Software Foundation. All Rights Reserved.