Class Post.Property

    • Method Detail

      • getName

        public String getName()
        The name of the property.
        Returns:
        The name of the property.
      • setName

        public void setName​(String name)
        The name of the property.
      • getText

        public String getText()
        The text of the property.
        Returns:
        The text of the property.
      • setText

        public void setText​(String text)
        The text of the property.
      • getHref

        public String getHref()
        The URL of the property.
        Returns:
        The URL of the property.
      • setHref

        public void setHref​(String href)
        The URL of the property.