Class Facility

java.lang.Object
com.arubanetworks.meridian.editor.Facility
All Implemented Interfaces:
Serializable

public class Facility extends Object implements Serializable
See Also:
  • Constructor Details

    • Facility

      public Facility()
  • Method Details

    • fromPlacemark

      public static Facility fromPlacemark(Placemark placemark)
    • fromJSON

      public static Facility fromJSON(org.json.JSONObject jsonObject) throws org.json.JSONException
      Throws:
      org.json.JSONException
    • getCategory

      public String getCategory()
    • setCategory

      public void setCategory(String category)
    • getType

      public Facility.Type getType()
    • setType

      public void setType(Facility.Type type)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getColor

      public int getColor()
    • setColor

      public void setColor(int color)