public class Area extends DataModel
Modifier and Type | Field and Description |
---|---|
Map<String,Field> |
attributes |
static String |
CODE |
static String |
Name |
static String |
TYPE |
Constructor and Description |
---|
Area(Area toLoad) |
Area(AreaType type,
String code) |
Area(AreaType type,
String code,
String name) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getCode() |
String |
getName() |
AreaType |
getType() |
int |
hashCode() |
static Set<Area> |
load(AreasArray toLoad) |
void |
setCode(String code) |
void |
setName(String name) |
void |
setType(AreaType type) |
String |
toJSON() |
Area |
toStubsVersion() |
static AreasArray |
toStubsVersion(Set<Area> toConvert) |
public static final String TYPE
public static final String CODE
public static final String Name
public Area(Area toLoad)
public AreaType getType()
public void setType(AreaType type)
public String getName()
public void setName(String name)
public String getCode()
public void setCode(String code)
public Area toStubsVersion()
public static AreasArray toStubsVersion(Set<Area> toConvert)
public static Set<Area> load(AreasArray toLoad)
public String toJSON()
Copyright © 2017. All Rights Reserved.