Class DateParamValue

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

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

    Constructors
    Constructor Description
    DateParamValue()  
  • Method Summary

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

    • DateParamValue

      public DateParamValue()
  • Method Details

    • getValue

      public java.util.Calendar getValue()
    • setValue

      public void setValue​(java.util.Calendar value)