Class EventConst
java.lang.Object
ru.bitel.bgbilling.modules.hd.common.bean.EventConst
public class EventConst
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description static int
EVENT_ACTIVATE
static int
EVENT_FINISH
static int
EVENT_PROLONGATE
-
Constructor Summary
Constructors Constructor Description EventConst()
-
Method Summary
Modifier and Type Method Description static java.lang.String
typeToString(int type)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
EVENT_ACTIVATE
public static final int EVENT_ACTIVATE- See Also:
- Constant Field Values
-
EVENT_PROLONGATE
public static final int EVENT_PROLONGATE- See Also:
- Constant Field Values
-
EVENT_FINISH
public static final int EVENT_FINISH- See Also:
- Constant Field Values
-
-
Constructor Details
-
EventConst
public EventConst()
-
-
Method Details
-
typeToString
public static final java.lang.String typeToString(int type)
-