Class Title

  • All Implemented Interfaces:
    java.io.Serializable

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

      Constructors 
      Constructor Description
      Title()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void deletePitch()  
      boolean equals​(java.lang.Object obj)
      Overrides the Object.equals method.
      java.util.Optional<java.lang.String> getFont()
      Returns the value of field 'font'.
      java.util.Optional<java.lang.Integer> getPitch()
      Returns the value of field 'pitch'.
      java.util.Optional<Rgb> getRgb()
      Returns the value of field 'rgb'.
      java.util.Optional<java.lang.String> getStyle()
      Returns the value of field 'style'.
      java.lang.String getValue()
      Returns the value of field 'value'.
      int hashCode()
      Method hashCode.
      boolean hasPitch()
      Method hasPitch.
      void setFont​(java.lang.String font)
      Sets the value of field 'font'.
      void setPitch​(java.lang.Integer pitch)
      Sets the value of field 'pitch'.
      void setRgb​(Rgb rgb)
      Sets the value of field 'rgb'.
      void setStyle​(java.lang.String style)
      Sets the value of field 'style'.
      void setValue​(java.lang.String value)
      Sets the value of field 'value'.
      • Methods inherited from class java.lang.Object

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

      • Title

        public Title()
    • Method Detail

      • deletePitch

        public void deletePitch()
      • 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.
      • getFont

        public java.util.Optional<java.lang.String> getFont()
        Returns the value of field 'font'.
        Returns:
        the value of field 'Font'.
      • getPitch

        public java.util.Optional<java.lang.Integer> getPitch()
        Returns the value of field 'pitch'.
        Returns:
        the value of field 'Pitch'.
      • getRgb

        public java.util.Optional<Rgb> getRgb()
        Returns the value of field 'rgb'.
        Returns:
        the value of field 'Rgb'.
      • getStyle

        public java.util.Optional<java.lang.String> getStyle()
        Returns the value of field 'style'.
        Returns:
        the value of field 'Style'.
      • getValue

        public java.lang.String getValue()
        Returns the value of field 'value'.
        Returns:
        the value of field 'Value'.
      • hasPitch

        public boolean hasPitch()
        Method hasPitch.
        Returns:
        true if at least one Pitch has been added
      • hashCode

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

        public void setFont​(java.lang.String font)
        Sets the value of field 'font'.
        Parameters:
        font - the value of field 'font'.
      • setPitch

        public void setPitch​(java.lang.Integer pitch)
        Sets the value of field 'pitch'.
        Parameters:
        pitch - the value of field 'pitch'.
      • setRgb

        public void setRgb​(Rgb rgb)
        Sets the value of field 'rgb'.
        Parameters:
        rgb - the value of field 'rgb'.
      • setStyle

        public void setStyle​(java.lang.String style)
        Sets the value of field 'style'.
        Parameters:
        style - the value of field 'style'.
      • setValue

        public void setValue​(java.lang.String value)
        Sets the value of field 'value'.
        Parameters:
        value - the value of field 'value'.