Class Catalog


  • public class Catalog
    extends Object
    Contains the information that's stored in a single catalog.
    Since:
    7-apr-2005
    Author:
    Matt
    • Constructor Detail

      • Catalog

        public Catalog​(String catalogName,
                       String[] items)
      • Catalog

        public Catalog​(String catalogName)
    • Method Detail

      • getCatalogName

        public String getCatalogName()
        Returns:
        Returns the catalogName.
      • setCatalogName

        public void setCatalogName​(String catalogName)
        Parameters:
        catalogName - The catalogName to set.
      • getItems

        public String[] getItems()
        Returns:
        Returns the items.
      • setItems

        public void setItems​(String[] items)
        Parameters:
        items - The items to set.