Class Zone
java.lang.Object
ru.bitel.bgbilling.modules.ipn.server.bean.Zone
public class Zone
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description static int
GLOBAL_ZONE
static int
NO_ZONE
static int
PERSONAL_ZONE
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
NO_ZONE
public static final int NO_ZONE- See Also:
- Constant Field Values
-
PERSONAL_ZONE
public static final int PERSONAL_ZONE- See Also:
- Constant Field Values
-
GLOBAL_ZONE
public static final int GLOBAL_ZONE- See Also:
- Constant Field Values
-
-
Constructor Details
-
Zone
public Zone() -
Zone
public Zone(int id, java.lang.String title)
-
-
Method Details
-
getId
public int getId() -
setId
public void setId(int id) -
getTitle
public java.lang.String getTitle() -
setTitle
public void setTitle(java.lang.String title)
-