public class OperationGroupDescription extends Object
OperationGroupDescription class.
| Constructor and Description |
|---|
OperationGroupDescription()
Constructor for OperationGroupDescription.
|
OperationGroupDescription(String group,
String title)
Constructor for OperationGroupDescription.
|
| Modifier and Type | Method and Description |
|---|---|
String |
findTitle(MNlsProvider p)
findTitle.
|
String |
getGroup()
Getter for the field
group. |
HashMap<String,Object> |
getParameters()
Getter for the field
parameters. |
String |
getTitle()
Getter for the field
title. |
void |
setGroup(String group)
Setter for the field
group. |
void |
setParameters(HashMap<String,Object> parameters)
Setter for the field
parameters. |
void |
setTitle(String title)
Setter for the field
title. |
public OperationGroupDescription()
Constructor for OperationGroupDescription.
public void setGroup(String group)
Setter for the field group.
group - a String object.public void setTitle(String title)
Setter for the field title.
title - a String object.public HashMap<String,Object> getParameters()
Getter for the field parameters.
HashMap object.public void setParameters(HashMap<String,Object> parameters)
Setter for the field parameters.
parameters - a HashMap object.public String findTitle(MNlsProvider p)
findTitle.
p - a MNlsProvider object.String object.Copyright © 2016. All Rights Reserved.