Interface JSLocation

  • All Superinterfaces:
    JSValue
    All Known Implementing Classes:
    JSLocationImpl

    public interface JSLocation
    extends JSValue
    User: mike Date: 10/25/19 Time: 12:46
    • Method Detail

      • setName

        void setName​(String val)
      • setUid

        void setUid​(String val)
      • setDescription

        void setDescription​(String val)
      • getDescription

        String getDescription()
      • setRelativeTo

        void setRelativeTo​(String val)
      • getRelativeTo

        String getRelativeTo()
      • setTimeZone

        void setTimeZone​(String val)
      • getTimeZone

        String getTimeZone()
      • setCoordinates

        void setCoordinates​(String val)
      • getCoordinates

        String getCoordinates()
      • setLocationTypes

        void setLocationTypes​(JSList<String> val)
      • getLocationTypes

        JSList<String> getLocationTypes​(boolean create)
        Parameters:
        create - true if we create property if it doesn't exist
        Returns:
        list of location types
      • getLinks

        JSLinks getLinks​(boolean create)
        Parameters:
        create - true if we create property if it doesn't exist
        Returns:
        JSLinks object - never null if create true