Class ResourceCategory<T>
java.lang.Object
bitel.billing.server.admin.resource.bean.ResourceCategory<T>
- Direct Known Subclasses:
 IPResourceCategory,NumberResourceCategory
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionintgetId()intgetTitle()intgetType()voidsetComment(String comment) voidsetId(int id) voidsetParentId(int parentId) voidsetSubCategories(List<T> subCategories) voidvoidsetType(int type)  
- 
Field Details
- 
id
protected int id - 
type
protected int type - 
parentId
protected int parentId - 
title
 - 
comment
 - 
subCategories
 
 - 
 - 
Constructor Details
- 
ResourceCategory
public ResourceCategory() 
 - 
 - 
Method Details
- 
getId
public int getId() - 
setId
public void setId(int id)  - 
getSubCategories
 - 
setSubCategories
 - 
getTitle
 - 
setTitle
 - 
getType
public int getType() - 
setType
public void setType(int type)  - 
getParentId
public int getParentId() - 
setParentId
public void setParentId(int parentId)  - 
getComment
 - 
setComment
 
 -