Class TableItemSimple

    • Constructor Detail

      • TableItemSimple

        public TableItemSimple()
      • TableItemSimple

        public TableItemSimple​(String id,
                               String name,
                               String description,
                               String type)
        Parameters:
        id - id
        name - name
        description - description
        type - type
      • TableItemSimple

        public TableItemSimple​(String id,
                               String name,
                               String description)
        Parameters:
        id - id
        name - name
        description - description
    • Method Detail

      • getName

        public String getName()
        Returns:
        the name
      • setName

        public void setName​(String name)
        Parameters:
        name - the name to set
      • getDescription

        public String getDescription()
        Returns:
        the description
      • setDescription

        public void setDescription​(String description)
        Parameters:
        description - the description to set
      • getType

        public String getType()
        Returns:
        the type
      • setType

        public void setType​(String type)
        Parameters:
        type - the type to set
      • getId

        public String getId()
        Returns:
        the id
      • setId

        public void setId​(String id)
        Parameters:
        id - the id to set
      • isTabularResource

        public boolean isTabularResource()
      • setTabularResource

        public void setTabularResource​(boolean tabularResource)