Class AbstractCATag

    • Constructor Detail

      • AbstractCATag

        public AbstractCATag()
    • Method Detail

      • getBucket

        public String getBucket()
        Returns:
        the bucket
      • getName

        public String getName()
        Returns:
        the name
      • getResource

        public Resource getResource()
        Returns:
        the resource
      • getVar

        public String getVar()
        Gets the variable name to which to save the list of children.
        Returns:
        the variable name
      • setBucket

        public void setBucket​(String bucket)
        Parameters:
        bucket - the bucket to set
      • setName

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

        public void setResource​(Resource resource)
        Parameters:
        resource - the resource to set
      • setVar

        public void setVar​(String var)
        Sets the variable name to which to save the list of children.
        Parameters:
        var - the variable name