public class Zone
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
GLOBAL_ZONE |
static int |
NO_ZONE |
static int |
PERSONAL_ZONE |
Constructor and Description |
---|
Zone() |
Zone(int id,
java.lang.String title) |
Modifier and Type | Method and Description |
---|---|
int |
getId() |
java.lang.String |
getTitle() |
void |
setId(int id) |
void |
setTitle(java.lang.String title) |
public static final int NO_ZONE
public static final int PERSONAL_ZONE
public static final int GLOBAL_ZONE