Class Owner

    • Constructor Detail

      • Owner

        public Owner​(String id,
                     String displayName)

        Constructs a new Owner with the specified ID and display name.

        Parameters:
        id - The ID for the owner.
        displayName - The display name for the owner.
        See Also:
        Owner()
    • Method Detail

      • getId

        public String getId()

        Gets the ID of the owner.

        Returns:
        The ID of the owner.
        See Also:
        setId(String)
      • setId

        public void setId​(String id)

        Sets the ID of the owner.

        Parameters:
        id - The ID of the owner.
        See Also:
        getId()
      • getDisplayName

        public String getDisplayName()

        Gets the display name of the owner.

        Returns:
        The display name of the owner.
        See Also:
        setDisplayName(String)
      • setDisplayName

        public void setDisplayName​(String name)

        Sets the display name of the owner.

        Parameters:
        name - The display name of the owner.
        See Also:
        getDisplayName()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object