public class OperationDescription extends Object
OperationDescription class.
| Constructor and Description |
|---|
OperationDescription()
Constructor for OperationDescription.
|
OperationDescription(Class<?> clazz,
String title)
Constructor for OperationDescription.
|
OperationDescription(Class<?> clazz,
String title,
DefRoot form)
Constructor for OperationDescription.
|
OperationDescription(OperationGroupDescription group,
String id,
String title)
Constructor for OperationDescription.
|
OperationDescription(String group,
String id,
String title)
Constructor for OperationDescription.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
findTitle(MNlsProvider p)
findTitle.
|
String |
getForm()
Getter for the field
form. |
String |
getGroup()
Getter for the field
group. |
String |
getId()
Getter for the field
id. |
HashMap<String,Object> |
getParameters()
Getter for the field
parameters. |
String |
getPath()
getPath.
|
String |
getTitle()
Getter for the field
title. |
void |
setForm(DefRoot form)
Setter for the field
form. |
void |
setForm(String form)
Setter for the field
form. |
void |
setGroup(String group)
Setter for the field
group. |
void |
setId(String id)
Setter for the field
id. |
void |
setParameters(HashMap<String,Object> parameters)
Setter for the field
parameters. |
void |
setTitle(String title)
Setter for the field
title. |
String |
toString() |
public OperationDescription()
Constructor for OperationDescription.
public OperationDescription(Class<?> clazz, String title)
Constructor for OperationDescription.
public OperationDescription(Class<?> clazz, String title, DefRoot form)
Constructor for OperationDescription.
public OperationDescription(OperationGroupDescription group, String id, String title)
Constructor for OperationDescription.
group - a OperationGroupDescription object.id - a String object.title - a String object.public void setForm(DefRoot form)
Setter for the field form.
form - a DefRoot object.public void setTitle(String title)
Setter for the field title.
title - a String object.public void setGroup(String group)
Setter for the field group.
group - a String object.public void setForm(String form)
Setter for the field form.
form - 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.