Class ListParamValue

java.lang.Object
bitel.billing.server.contract.object.bean.ParamValue
bitel.billing.server.contract.object.bean.ListParamValue
All Implemented Interfaces:
java.io.Serializable

public class ListParamValue
extends ParamValue
Значение спискового параметра объекта.
See Also:
Serialized Form
  • Constructor Summary

    Constructors
    Constructor Description
    ListParamValue()  
  • Method Summary

    Modifier and Type Method Description
    int getValue()  
    void setValue​(int value)  

    Methods inherited from class bitel.billing.server.contract.object.bean.ParamValue

    getObjectId, getParamId, setObjectId, setParamId

    Methods inherited from class java.lang.Object

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

    • ListParamValue

      public ListParamValue()
  • Method Details

    • getValue

      public int getValue()
    • setValue

      public void setValue​(int value)