public class DetailGroup
extends java.lang.Object
getDetailTab()
can be used to get the name of the tab.Constructor and 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. |
Modifier and Type | Method and 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.
|
public DetailGroup(java.lang.String name, java.util.LinkedHashMap<java.lang.String,java.lang.String> properties, java.lang.String tab)
DetailGroup
using the specified parameters.name
- Name of the Groupproperties
- Propertiestab
- Name of tab to which this group belongspublic java.lang.String getDetailTab()
public java.lang.String getName()
public java.util.Properties getProperties()
public java.util.LinkedHashMap<java.lang.String,java.lang.String> getDetails()