Class PlaceDisplayProperties

  • All Implemented Interfaces:
    HasTransientProperties, SupportsExtensionElements

    public class PlaceDisplayProperties
    extends ExtensibleData
    A set of display properties for places for the convenience of quick display, such as for a Web-based application. All display properties are provided in the default locale for the current application context and are NOT considered canonical for the purposes of data exchange.
    • Constructor Detail

      • PlaceDisplayProperties

        public PlaceDisplayProperties()
    • Method Detail

      • getName

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

        public void setName​(String name)
        The displayable name of the place.
        Parameters:
        name - The displayable name of the place.
      • name

        public PlaceDisplayProperties name​(String name)
        Build up these properties with a name.
        Parameters:
        name - The name.
        Returns:
        this.
      • getFullName

        public String getFullName()
        The displayable full name of the place.
        Returns:
        The displayable full name of the place.
      • setFullName

        public void setFullName​(String name)
        The displayable full name of the place.
        Parameters:
        name - The displayable full name of the place.
      • fullName

        public PlaceDisplayProperties fullName​(String name)
        Build up these properties with a full name.
        Parameters:
        name - The name.
        Returns:
        this.
      • getType

        public String getType()
        The displayable type of the place.
        Returns:
        The displayable type of the place.
      • setType

        public void setType​(String type)
        The displayable type of the place.
        Parameters:
        type - The displayable type of the place.
      • type

        public PlaceDisplayProperties type​(String type)
        Build up these properties with a type.
        Parameters:
        type - The type.
        Returns:
        this.
      • embed

        public void embed​(PlaceDisplayProperties data)
        Embed a set of display properties.
        Parameters:
        data - The data to embed.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object