com.neidetcher.petunia.service
Class CategoryImpl
java.lang.Object
com.neidetcher.petunia.service.CategoryImpl
- All Implemented Interfaces:
- Category
public class CategoryImpl
- extends java.lang.Object
- implements Category
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CategoryImpl
public CategoryImpl()
getId
public java.lang.Integer getId()
- Specified by:
getId
in interface Category
setId
public void setId(java.lang.Integer id)
- Specified by:
setId
in interface Category
getName
public java.lang.String getName()
- Specified by:
getName
in interface Category
setName
public void setName(java.lang.String name)
- Specified by:
setName
in interface Category
getParentCategoryId
public java.lang.Integer getParentCategoryId()
- Specified by:
getParentCategoryId
in interface Category
setParentCategoryId
public void setParentCategoryId(java.lang.Integer parentCategoryId)
- Specified by:
setParentCategoryId
in interface Category
getDescription
public java.lang.String getDescription()
- Specified by:
getDescription
in interface Category
setDescription
public void setDescription(java.lang.String description)
- Specified by:
setDescription
in interface Category
Copyright © 2008. All Rights Reserved.