Class Workflow
java.lang.Object
com.gentics.contentnode.rest.model.Workflow
- All Implemented Interfaces:
Serializable
Workflow information about the page
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetUser()booleanvoidvoidsetMessage(String message) voidsetModified(boolean modified) voidsetTimestamp(int timestamp) void
-
Constructor Details
-
Workflow
public Workflow()Create an empty instance
-
-
Method Details
-
getGroups
- Returns:
- the groups
-
getMessage
- Returns:
- the message
-
getUser
- Returns:
- the user
-
isModified
public boolean isModified()- Returns:
- the modified
-
setGroups
- Parameters:
groups- the groups to set
-
setMessage
- Parameters:
message- the message to set
-
setUser
- Parameters:
user- the user to set
-
setModified
public void setModified(boolean modified) - Parameters:
modified- the modified to set
-
getTimestamp
public int getTimestamp()- Returns:
- the timestamp
-
setTimestamp
public void setTimestamp(int timestamp) - Parameters:
timestamp- the timestamp to set
-