com.gentics.contentnode.rest.model.request
Class WorkflowRequest

java.lang.Object
  extended by com.gentics.contentnode.rest.model.request.WorkflowRequest

public class WorkflowRequest
extends Object

Request for modifying a page in the workflow


Constructor Summary
WorkflowRequest()
          Empty constructor
 
Method Summary
 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkflowRequest

public WorkflowRequest()
Empty constructor

Method Detail

getMessage

public String getMessage()
Get the message

Returns:
the message

getGroup

public Integer getGroup()
Get the group ID

Returns:
the group

setMessage

public void setMessage(String message)
Set the message

Parameters:
message - the message to set

setGroup

public void setGroup(Integer group)
Set the group ID

Parameters:
group - the group to set

isDelete

public boolean isDelete()
Returns:
the delete

setDelete

public void setDelete(boolean delete)
Parameters:
delete - the delete to set


Copyright © 2014 Gentics Software GmbH. All Rights Reserved.