Class SubTitle

  • All Implemented Interfaces:
    java.io.Serializable

    public class SubTitle
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      SubTitle()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)
      Overrides the Object.equals method.
      java.util.Optional<java.lang.String> getHorizontalAlignment()
      Returns the value of field 'horizontalAlignment'.
      java.util.Optional<java.lang.String> getPosition()
      Returns the value of field 'position'.
      Title getTitle()
      Returns the value of field 'title'.
      int hashCode()
      Method hashCode.
      void setHorizontalAlignment​(java.lang.String horizontalAlignment)
      Sets the value of field 'horizontalAlignment'.
      void setPosition​(java.lang.String position)
      Sets the value of field 'position'.
      void setTitle​(Title title)
      Sets the value of field 'title'.
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SubTitle

        public SubTitle()
    • Method Detail

      • equals

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

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

        public java.util.Optional<java.lang.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 java.lang.Object
        Returns:
        a hash code value for the object.
      • setHorizontalAlignment

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

        public void setPosition​(java.lang.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'.