Class ColumnsImpl

    • Constructor Detail

      • ColumnsImpl

        public ColumnsImpl()
        Constructor
    • Method Detail

      • getColumnList

        public List<Column> getColumnList()
        Description copied from interface: Columns
        Get the referenced Column objects as a list
        Specified by:
        getColumnList in interface Columns
        Returns:
      • getRoleName

        public String getRoleName()
        Description copied from interface: Columns
        Get the role for which the list of items must be returned
        Specified by:
        getRoleName in interface Columns
        Returns:
        role name
      • setRoleName

        public void setRoleName​(String roleName)
        Description copied from interface: Columns
        Set the role for which the list of items must be returned
        Specified by:
        setRoleName in interface Columns
        Parameters:
        roleName - role name
      • getColumn

        public Column getColumn​(String strItemName)
        Description copied from interface: Columns
        Get the column referencing the given item
        Specified by:
        getColumn in interface Columns
        Parameters:
        strItemName - the name of the item
        Returns:
        a Column object
      • addColumn

        public void addColumn​(Column column)
        Description copied from interface: Columns
        Add an column to the collection
        Specified by:
        addColumn in interface Columns
        Parameters:
        column - to be added
      • createColumn

        public Column createColumn()
        Description copied from interface: Columns
        Create an Column
        Specified by:
        createColumn in interface Columns
        Returns:
        an object implementing Column
      • iterateColumn

        public Iterator<Column> iterateColumn()
        Description copied from interface: Columns
        Iterate through the Column objects
        Specified by:
        iterateColumn in interface Columns
        Returns:
        an iterator
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object