Class ContractTariffOptionChangedEvent
java.lang.Object
ru.bitel.bgbilling.kernel.event.common.Event
ru.bitel.bgbilling.kernel.tariff.option.server.event.ContractTariffOptionChangedEvent
- All Implemented Interfaces:
java.io.Serializable
public class ContractTariffOptionChangedEvent
extends ru.bitel.bgbilling.kernel.event.common.Event
Событие-топик, оповещающее всех, что набор тарифных опций на договоре изменился.
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description static intOPTION_ACTIVATEDstatic intOPTION_DEACTIVATEDstatic intOPTION_DELETEDstatic intOPTION_REACTIVATEDFields inherited from class ru.bitel.bgbilling.kernel.event.common.Event
CONTRACT_GLOBAL, NO_MODULE, NO_PLUGIN -
Constructor Summary
Constructors Modifier Constructor Description protectedContractTariffOptionChangedEvent()ContractTariffOptionChangedEvent(int contractId, int userId, int state, ContractTariffOption contractTariffOption) -
Method Summary
Modifier and Type Method Description ContractTariffOptiongetContractTariffOption()intgetState()Methods inherited from class ru.bitel.bgbilling.kernel.event.common.Event
getContractId, getDestination, getGenerateTime, getMessageID, getModuleId, getPluginId, getSuperContractId, getTime, getTimestamp, getTypeId, getUserId, isLogFunctionProcess, prepareMessage, serializeAsObject, setLogFunctionProcess, setMessageID, toString, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
OPTION_ACTIVATED
public static final int OPTION_ACTIVATED- See Also:
- Constant Field Values
-
OPTION_DEACTIVATED
public static final int OPTION_DEACTIVATED- See Also:
- Constant Field Values
-
OPTION_REACTIVATED
public static final int OPTION_REACTIVATED- See Also:
- Constant Field Values
-
OPTION_DELETED
public static final int OPTION_DELETED- See Also:
- Constant Field Values
-
-
Constructor Details
-
ContractTariffOptionChangedEvent
protected ContractTariffOptionChangedEvent() -
ContractTariffOptionChangedEvent
public ContractTariffOptionChangedEvent(int contractId, int userId, int state, ContractTariffOption contractTariffOption)
-
-
Method Details
-
getState
public int getState() -
getContractTariffOption
-