Class BonitaResource


  • public class BonitaResource
    extends java.lang.Object
    Author:
    Baptiste Mesta
    • Constructor Detail

      • BonitaResource

        public BonitaResource​(java.lang.String name,
                              byte[] content)
    • Method Detail

      • resource

        public static BonitaResource resource​(java.lang.String name,
                                              byte[] content)
      • getName

        public java.lang.String getName()
      • getContent

        public byte[] getContent()
      • equals

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

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