Class ResourceCategory<T>
java.lang.Object
bitel.billing.server.admin.resource.bean.ResourceCategory<T>
- Direct Known Subclasses:
IPResourceCategory
,NumberResourceCategory
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
getId()
int
getTitle()
int
getType()
void
setComment
(String comment) void
setId
(int id) void
setParentId
(int parentId) void
setSubCategories
(List<T> subCategories) void
void
setType
(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
-