Class FlagParamValue

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

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

    Constructors
    Constructor Description
    FlagParamValue()  
  • Method Summary

    Modifier and Type Method Description
    boolean getValue()  
    void setValue​(boolean 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

    • FlagParamValue

      public FlagParamValue()
  • Method Details

    • getValue

      public boolean getValue()
    • setValue

      public void setValue​(boolean value)