Package com.uc4.api

Class DetailGroup


  • public class DetailGroup
    extends java.lang.Object
    This class represents a Group in the Detail of a task. A Detail can contain more than one tab. The method getDetailTab() can be used to get the name of the tab.
    • Constructor Summary

      Constructors 
      Constructor Description
      DetailGroup​(java.lang.String name, java.util.LinkedHashMap<java.lang.String,​java.lang.String> properties, java.lang.String tab)
      Constructs a DetailGroup using the specified parameters.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.LinkedHashMap<java.lang.String,​java.lang.String> getDetails()
      Returns the details of this group in the same order as sent by the server.
      java.lang.String getDetailTab()
      Returns the name of the tab.
      java.lang.String getName()
      Returns the name of this group.
      java.util.Properties getProperties()
      Returns the properties of this group.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DetailGroup

        public DetailGroup​(java.lang.String name,
                           java.util.LinkedHashMap<java.lang.String,​java.lang.String> properties,
                           java.lang.String tab)
        Constructs a DetailGroup using the specified parameters.
        Parameters:
        name - Name of the Group
        properties - Properties
        tab - Name of tab to which this group belongs
    • Method Detail

      • getDetailTab

        public java.lang.String getDetailTab()
        Returns the name of the tab.
        Returns:
        tab name
      • getName

        public java.lang.String getName()
        Returns the name of this group.
        Returns:
        group name
      • getProperties

        public java.util.Properties getProperties()
        Returns the properties of this group.
        Returns:
        properties
      • getDetails

        public java.util.LinkedHashMap<java.lang.String,​java.lang.String> getDetails()
        Returns the details of this group in the same order as sent by the server.
        Returns:
        Details of a group