Class CerbercryptEventNumbers
java.lang.Object
ru.bitel.bgbilling.modules.cerbercrypt.server.event.CerbercryptEventNumbers
public class CerbercryptEventNumbers
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description static int
CARD_SUBSCRIPTION_CHANGED
static int
CLOSEPACKET
static int
GET_CLOSEPACKET_DATES
static int
GET_OPENPACKET_DATES
static int
GLOBAL_RECALCULATE
static int
OPENPACKET
static int
USERCARD_UPDATE
-
Constructor Summary
Constructors Constructor Description CerbercryptEventNumbers()
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
CARD_SUBSCRIPTION_CHANGED
public static final int CARD_SUBSCRIPTION_CHANGED- See Also:
- Constant Field Values
-
GET_OPENPACKET_DATES
public static final int GET_OPENPACKET_DATES- See Also:
- Constant Field Values
-
GET_CLOSEPACKET_DATES
public static final int GET_CLOSEPACKET_DATES- See Also:
- Constant Field Values
-
OPENPACKET
public static final int OPENPACKET- See Also:
- Constant Field Values
-
CLOSEPACKET
public static final int CLOSEPACKET- See Also:
- Constant Field Values
-
GLOBAL_RECALCULATE
public static final int GLOBAL_RECALCULATE- See Also:
- Constant Field Values
-
USERCARD_UPDATE
public static final int USERCARD_UPDATE- See Also:
- Constant Field Values
-
-
Constructor Details
-
CerbercryptEventNumbers
public CerbercryptEventNumbers()
-