Class InventoryObjectPool


  • public class InventoryObjectPool
    extends Pool
    A POJO representation of a pool. A pool is basically a bag where you put elements of the same type, for example, a pool of instances of Router, or Buildings, etc. Pools are heavily used in many modules to support tree-like structure, such as the Service Manager, which organizes customers and services in groups and those groups are implemented via pools.
    Author:
    Charles Edward Bedon Cortazar <charles.bedon@kuwaiba.org>
    • Constructor Detail

      • InventoryObjectPool

        public InventoryObjectPool​(String id,
                                   String name,
                                   String description,
                                   String className,
                                   int type)
    • Method Detail

      • getClassName

        public String getClassName()
      • setClassName

        public void setClassName​(String className)
      • getType

        public int getType()
      • setType

        public void setType​(int type)