Class TariffIncludeItem

java.lang.Object
ru.bitel.bgbilling.modules.runtel.common.bean.TariffIncludeItem

public class TariffIncludeItem
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    TariffIncludeItem()  
    TariffIncludeItem​(java.lang.String name, java.lang.String title, int value)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getName()  
    java.lang.String getTitle()  
    int getValue()  
    void setName​(java.lang.String name)  
    void setTitle​(java.lang.String title)  
    void setValue​(int value)  

    Methods inherited from class java.lang.Object

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

    • TariffIncludeItem

      public TariffIncludeItem()
    • TariffIncludeItem

      public TariffIncludeItem​(java.lang.String name, java.lang.String title, int value)
  • Method Details

    • getTitle

      public java.lang.String getTitle()
    • setTitle

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

      public java.lang.String getName()
    • setName

      public void setName​(java.lang.String name)
    • getValue

      public int getValue()
    • setValue

      public void setValue​(int value)