net.sf.oness.inventory.model.category.bo
Class Category
java.lang.Object
net.sf.oness.common.all.BaseObject
net.sf.oness.common.model.auditing.AbstractAuditableObject
net.sf.oness.common.model.bo.AbstractBusinessObject
net.sf.oness.inventory.model.category.bo.Category
- All Implemented Interfaces:
- Auditable, AuditableBusinessObject, Cloneable, Serializable
- public class Category
- extends AbstractBusinessObject
- Version:
- $Revision: 1.2 $
- Author:
- Carlos Sanchez
- See Also:
- Serialized Form
| Fields inherited from class net.sf.oness.common.all.BaseObject |
log |
| Methods inherited from class net.sf.oness.common.model.bo.AbstractBusinessObject |
clone, equals, getCode, getComments, getCreatedBy, getDeletedBy, getId, getTransactionTime, hashCode, setComments, toString |
Category
public Category()
setParent
public void setParent(Category parent)
- Parameters:
parent - The parent to set.
getParent
public Category getParent()
- Returns:
- Returns the parent.
setName
public void setName(String name)
- Parameters:
name - The name to set.
getName
public String getName()
- Returns:
- Returns the name.
Copyright © 2003-2004 ONess Project. All Rights Reserved.