Class TagContainer

    • Constructor Detail

      • TagContainer

        public TagContainer()
    • Method Detail

      • group

        public Group group()
        Specified by:
        group in interface Tag
      • group

        public void group​(Group newGroup)
      • groupPresent

        public boolean groupPresent()
        Specified by:
        groupPresent in interface Tag
      • host

        public Host host()
        Specified by:
        host in interface Tag
      • host

        public void host​(Host newHost)
      • hostPresent

        public boolean hostPresent()
        Specified by:
        hostPresent in interface Tag
      • parent

        public Tag parent()
        Specified by:
        parent in interface Tag
      • parent

        public void parent​(Tag newParent)
      • parentPresent

        public boolean parentPresent()
        Specified by:
        parentPresent in interface Tag
      • template

        public void template​(Template newTemplate)
      • templatePresent

        public boolean templatePresent()
        Specified by:
        templatePresent in interface Tag
      • user

        public User user()
        Specified by:
        user in interface Tag
      • user

        public void user​(User newUser)
      • userPresent

        public boolean userPresent()
        Specified by:
        userPresent in interface Tag
      • vm

        public Vm vm()
        Specified by:
        vm in interface Tag
      • vm

        public void vm​(Vm newVm)
      • vmPresent

        public boolean vmPresent()
        Specified by:
        vmPresent in interface Tag