Class Pool

  • Direct Known Subclasses:
    InventoryObjectPool, ScriptedQueriesPool

    public class Pool
    extends Object
    A POJO representation of a pool. A pool is basically a bag where you put elements of the same type
    Author:
    Charles Edward Bedon Cortazar <charles.bedon@kuwaiba.org>
    • Method Detail

      • getId

        public String getId()
      • setId

        public void setId​(String id)
      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • getDescription

        public String getDescription()
      • setDescription

        public void setDescription​(String description)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object