public class WorkflowComment extends Object implements Serializable
| Constructor and Description |
|---|
WorkflowComment()
Initializes an instance of this class.
|
WorkflowComment(String comment,
Date time,
String user)
Initializes an instance of this class.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getComment() |
Date |
getTime() |
String |
getUser() |
void |
setComment(String comment) |
void |
setTime(Date time) |
void |
setUser(String user) |
Copyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.