Class DispatchContractLabelCondition

java.lang.Object
ru.bitel.bgbilling.plugins.dispatch.common.bean.condition.base.DispatchCondition
ru.bitel.bgbilling.plugins.dispatch.common.bean.condition.DispatchContractLabelCondition
All Implemented Interfaces:
java.io.Serializable

public class DispatchContractLabelCondition
extends DispatchCondition
See Also:
Serialized Form
  • Constructor Summary

    Constructors
    Constructor Description
    DispatchContractLabelCondition()  
  • Method Summary

    Modifier and Type Method Description
    protected void deserializePart​(org.w3c.dom.Element element)  
    java.util.Set<java.lang.Integer> getLabels()  
    protected void serializePart​(org.w3c.dom.Element element)  
    void setLabels​(java.util.Set<java.lang.Integer> labels)  

    Methods inherited from class ru.bitel.bgbilling.plugins.dispatch.common.bean.condition.base.DispatchCondition

    deserialize, getClassName, getModuleId, serialize, setModuleId

    Methods inherited from class java.lang.Object

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

    • DispatchContractLabelCondition

      public DispatchContractLabelCondition()
  • Method Details

    • serializePart

      protected void serializePart​(org.w3c.dom.Element element)
      Specified by:
      serializePart in class DispatchCondition
    • deserializePart

      protected void deserializePart​(org.w3c.dom.Element element)
      Specified by:
      deserializePart in class DispatchCondition
    • getLabels

      public java.util.Set<java.lang.Integer> getLabels()
    • setLabels

      public void setLabels​(java.util.Set<java.lang.Integer> labels)