Class SubTitle

    • Constructor Detail

      • SubTitle

        public SubTitle()
    • Method Detail

      • equals

        public boolean equals​(Object obj)
        Overrides the Object.equals method.
        Overrides:
        equals in class Object
        Parameters:
        obj -
        Returns:
        true if the objects are equal.
      • getHorizontalAlignment

        public Optional<String> getHorizontalAlignment()
        Returns the value of field 'horizontalAlignment'.
        Returns:
        the value of field 'HorizontalAlignment'.
      • getPosition

        public Optional<String> getPosition()
        Returns the value of field 'position'.
        Returns:
        the value of field 'Position'.
      • getTitle

        public Title getTitle()
        Returns the value of field 'title'.
        Returns:
        the value of field 'Title'.
      • hashCode

        public int hashCode()
        Method hashCode.
        Overrides:
        hashCode in class Object
        Returns:
        a hash code value for the object.
      • setHorizontalAlignment

        public void setHorizontalAlignment​(String horizontalAlignment)
        Sets the value of field 'horizontalAlignment'.
        Parameters:
        horizontalAlignment - the value of field 'horizontalAlignment'.
      • setPosition

        public void setPosition​(String position)
        Sets the value of field 'position'.
        Parameters:
        position - the value of field 'position'.
      • setTitle

        public void setTitle​(Title title)
        Sets the value of field 'title'.
        Parameters:
        title - the value of field 'title'.