Class BillEventNumbers
java.lang.Object
ru.bitel.bgbilling.modules.bill.server.event.BillEventNumbers
public class BillEventNumbers
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description static intBILL_CREATED_EVENTstatic intINVOICE_CREATED_EVENT -
Constructor Summary
Constructors Constructor Description BillEventNumbers() -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
BILL_CREATED_EVENT
public static final int BILL_CREATED_EVENT- See Also:
- Constant Field Values
-
INVOICE_CREATED_EVENT
public static final int INVOICE_CREATED_EVENT- See Also:
- Constant Field Values
-
-
Constructor Details
-
BillEventNumbers
public BillEventNumbers()
-