Class ServiceUnit
java.lang.Object
ru.bitel.oss.systems.inventory.service.common.bean.ServiceUnit
public class ServiceUnit
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description static int
UNIT_BYTES
static int
UNIT_ITEMS
static int
UNIT_SECONDS
-
Constructor Summary
Constructors Constructor Description ServiceUnit()
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
UNIT_ITEMS
public static final int UNIT_ITEMS- See Also:
- Constant Field Values
-
UNIT_SECONDS
public static final int UNIT_SECONDS- See Also:
- Constant Field Values
-
UNIT_BYTES
public static final int UNIT_BYTES- See Also:
- Constant Field Values
-
-
Constructor Details
-
ServiceUnit
public ServiceUnit()
-