Class Primefaces5_2Properties

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected boolean canEqual​(java.lang.Object other)  
      boolean equals​(java.lang.Object o)  
      java.lang.Boolean getFontAwesome()
      Enabled font-awesome icons.
      int hashCode()  
      void setFontAwesome​(java.lang.Boolean fontAwesome)
      Enabled font-awesome icons.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • Primefaces5_2Properties

        public Primefaces5_2Properties()
    • Method Detail

      • getFontAwesome

        public java.lang.Boolean getFontAwesome()
        Enabled font-awesome icons.
      • setFontAwesome

        public void setFontAwesome​(java.lang.Boolean fontAwesome)
        Enabled font-awesome icons.
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • canEqual

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object