Class AdditionalAgreementEvent
java.lang.Object
ru.bitel.bgbilling.kernel.event.common.Event
ru.bitel.bgbilling.kernel.event.common.QueueEvent
ru.bitel.bgbilling.kernel.event.common.LocalEvent
ru.bitel.bgbilling.modules.license.server.event.AdditionalAgreementEvent
- All Implemented Interfaces:
java.io.Serializable
,ErrorReturnableEvent
- Direct Known Subclasses:
AddAdditionalAgreementEvent
,RemoveAdditionalAgreementEvent
,SignAdditionalAgreementEvent
,UnsignAdditionalAgreementEvent
public class AdditionalAgreementEvent
extends ru.bitel.bgbilling.kernel.event.common.LocalEvent
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected AdditionalAgreement
additionalAgreement
Fields inherited from class ru.bitel.bgbilling.kernel.event.common.Event
CONTRACT_GLOBAL, NO_MODULE, NO_PLUGIN
-
Constructor Summary
Constructors Modifier Constructor Description protected
AdditionalAgreementEvent(int moduleId, int contractId, int userId)
-
Method Summary
Modifier and Type Method Description AdditionalAgreement
getAdditionalAgreement()
java.lang.String
getAttribute(java.lang.String key)
protected void
setAdditionalAgreement(AdditionalAgreement additionalAgreement)
void
setAttribute(java.lang.String key, java.lang.String value)
Methods inherited from class ru.bitel.bgbilling.kernel.event.common.LocalEvent
getError, setError
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, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
additionalAgreement
-
-
Constructor Details
-
AdditionalAgreementEvent
protected AdditionalAgreementEvent(int moduleId, int contractId, int userId)
-
-
Method Details
-
getAdditionalAgreement
-
setAdditionalAgreement
-
getAttribute
public java.lang.String getAttribute(java.lang.String key) -
setAttribute
public void setAttribute(java.lang.String key, java.lang.String value)
-