Class Facility
java.lang.Object
com.arubanetworks.meridian.editor.Facility
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Facility
fromJSON
(JSONObject jsonObject) static Facility
fromPlacemark
(Placemark placemark) int
getColor()
getName()
getType()
void
setCategory
(String category) void
setColor
(int color) void
void
setType
(Facility.Type type)
-
Constructor Details
-
Facility
public Facility()
-
-
Method Details
-
fromPlacemark
-
fromJSON
- Throws:
JSONException
-
getCategory
-
setCategory
-
getType
-
setType
-
getName
-
setName
-
getColor
public int getColor() -
setColor
public void setColor(int color)
-