Class ResourceCategory<T>

java.lang.Object
bitel.billing.server.admin.resource.bean.ResourceCategory<T>
Direct Known Subclasses:
IPResourceCategory, NumberResourceCategory

public class ResourceCategory<T> extends Object
  • Field Details

    • id

      protected int id
    • type

      protected int type
    • parentId

      protected int parentId
    • title

      protected String title
    • comment

      protected String comment
    • subCategories

      protected List<T> subCategories
  • Constructor Details

    • ResourceCategory

      public ResourceCategory()
  • Method Details

    • getId

      public int getId()
    • setId

      public void setId(int id)
    • getSubCategories

      public List<T> getSubCategories()
    • setSubCategories

      public void setSubCategories(List<T> subCategories)
    • getTitle

      public String getTitle()
    • setTitle

      public void setTitle(String title)
    • getType

      public int getType()
    • setType

      public void setType(int type)
    • getParentId

      public int getParentId()
    • setParentId

      public void setParentId(int parentId)
    • getComment

      public String getComment()
    • setComment

      public void setComment(String comment)