Class GetParentTag

    • Constructor Detail

      • GetParentTag

        public GetParentTag()
    • Method Detail

      • getResource

        public Resource getResource()
        Gets the resource.
        Returns:
        the resource
      • getLevel

        public java.lang.String getLevel()
        Get the level of the parent resource to retrieve.
        Returns:
        the level
      • getVar

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

        public void setResource​(Resource resource)
        Sets the resource.
        Parameters:
        resource - the new resource
      • setLevel

        public void setLevel​(java.lang.String level)
        Set the level of the parent resource to retrieve.
        Parameters:
        level - the level
      • setVar

        public void setVar​(java.lang.String var)
        Sets the variable name to which to save the parent resource.
        Parameters:
        var - the variable name