Class TextParamValue

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

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

    Constructors
    Constructor Description
    TextParamValue()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getValue()  
    void setValue​(java.lang.String 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

    • TextParamValue

      public TextParamValue()
  • Method Details

    • getValue

      public java.lang.String getValue()
    • setValue

      public void setValue​(java.lang.String value)