Class Showcase


  • @Entity
    public class Showcase
    extends Object
    Represents a show-case with exhibits
    • Constructor Detail

      • Showcase

        public Showcase()
    • Method Detail

      • onCreate

        protected void onCreate()
        sets parameters for newly created show-cases
      • equals

        public boolean equals​(Object o)
        Gets whether two instances represents the same show-case
        Overrides:
        equals in class Object
        Parameters:
        o - comparing show-case
        Returns:
        whether two instances represents the same show-case
      • hashCode

        public int hashCode()
        Gets the hash code for given instance
        Overrides:
        hashCode in class Object
        Returns:
        hash code for given instance