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 FacilityfromJSON(org.json.JSONObject jsonObject) static FacilityfromPlacemark(Placemark placemark) intgetColor()getName()getType()voidsetCategory(String category) voidsetColor(int color) voidvoidsetType(Facility.Type type)
-
Constructor Details
-
Facility
public Facility()
-
-
Method Details
-
fromPlacemark
-
fromJSON
- Throws:
org.json.JSONException
-
getCategory
-
setCategory
-
getType
-
setType
-
getName
-
setName
-
getColor
public int getColor() -
setColor
public void setColor(int color)
-