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 voiddeserializePart(org.w3c.dom.Element element)java.util.Set<java.lang.Integer>getLabels()protected voidserializePart(org.w3c.dom.Element element)voidsetLabels(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, setModuleIdMethods 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:
serializePartin classDispatchCondition
-
deserializePart
protected void deserializePart(org.w3c.dom.Element element)- Specified by:
deserializePartin classDispatchCondition
-
getLabels
public java.util.Set<java.lang.Integer> getLabels() -
setLabels
public void setLabels(java.util.Set<java.lang.Integer> labels)
-