Class ServiceLinkPlan

java.lang.Object
ru.bitel.bgbilling.modules.ipn.server.bean.ServiceLinkPlan
All Implemented Interfaces:
ListItem

public class ServiceLinkPlan
extends java.lang.Object
implements ListItem
  • Field Summary

    Fields
    Modifier and Type Field Description
    static int TYPE_GLOBAL  
    static int TYPE_PERSONAL  
  • Constructor Summary

    Constructors
    Constructor Description
    ServiceLinkPlan()  
  • Method Summary

    Modifier and Type Method Description
    int getId()  
    java.lang.String getTitle()  
    int getType()  
    void setId​(int id)  
    void setTitle​(java.lang.String title)  
    void setType​(int type)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • ServiceLinkPlan

      public ServiceLinkPlan()
  • Method Details

    • getId

      public int getId()
      Specified by:
      getId in interface ListItem
    • setId

      public void setId​(int id)
    • getTitle

      public java.lang.String getTitle()
      Specified by:
      getTitle in interface ListItem
    • setTitle

      public void setTitle​(java.lang.String title)
    • getType

      public int getType()
    • setType

      public void setType​(int type)