Class ResourceCategory<T>
java.lang.Object
bitel.billing.server.admin.resource.bean.ResourceCategory<T>
- Direct Known Subclasses:
IPResourceCategory,NumberResourceCategory
public class ResourceCategory<T>
extends java.lang.Object
-
Field Summary
-
Constructor Summary
Constructors Constructor Description ResourceCategory() -
Method Summary
Modifier and Type Method Description java.lang.StringgetComment()intgetId()intgetParentId()java.util.List<T>getSubCategories()java.lang.StringgetTitle()intgetType()voidsetComment(java.lang.String comment)voidsetId(int id)voidsetParentId(int parentId)voidsetSubCategories(java.util.List<T> subCategories)voidsetTitle(java.lang.String title)voidsetType(int type)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
id
protected int id -
type
protected int type -
parentId
protected int parentId -
title
protected java.lang.String title -
comment
protected java.lang.String comment -
subCategories
-
-
Constructor Details
-
ResourceCategory
public ResourceCategory()
-
-
Method Details
-
getId
public int getId() -
setId
public void setId(int id) -
getSubCategories
-
setSubCategories
-
getTitle
public java.lang.String getTitle() -
setTitle
public void setTitle(java.lang.String title) -
getType
public int getType() -
setType
public void setType(int type) -
getParentId
public int getParentId() -
setParentId
public void setParentId(int parentId) -
getComment
public java.lang.String getComment() -
setComment
public void setComment(java.lang.String comment)
-