public class Workflow extends Object implements Serializable
| Constructor and Description |
|---|
Workflow()
Create an empty instance
|
| Modifier and Type | Method and Description |
|---|---|
List<Group> |
getGroups() |
String |
getMessage() |
int |
getTimestamp() |
User |
getUser() |
boolean |
isModified() |
void |
setGroups(List<Group> groups) |
void |
setMessage(String message) |
void |
setModified(boolean modified) |
void |
setTimestamp(int timestamp) |
void |
setUser(User user) |
public String getMessage()
public User getUser()
public boolean isModified()
public void setMessage(String message)
message - the message to setpublic void setUser(User user)
user - the user to setpublic void setModified(boolean modified)
modified - the modified to setpublic int getTimestamp()
public void setTimestamp(int timestamp)
timestamp - the timestamp to setCopyright © 2024 Gentics Software. All rights reserved.