public class WorkflowRequest extends Object
Constructor and Description |
---|
WorkflowRequest()
Empty constructor
|
Modifier and Type | Method and Description |
---|---|
Integer |
getGroup()
Get the group ID
|
String |
getMessage()
Get the message
|
boolean |
isDelete() |
void |
setDelete(boolean delete) |
void |
setGroup(Integer group)
Set the group ID
|
void |
setMessage(String message)
Set the message
|
public String getMessage()
public Integer getGroup()
public void setMessage(String message)
message
- the message to setpublic void setGroup(Integer group)
group
- the group to setpublic boolean isDelete()
public void setDelete(boolean delete)
delete
- the delete to setCopyright © 2024 Gentics Software. All rights reserved.