com.gentics.contentnode.rest.model.request.migration
Class MigrationReinvokeRequest

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

public class MigrationReinvokeRequest
extends Object

Tag Type Migration Reinvoke Request. This request can be used to reinvoke a migration job.

Author:
johannes2

Constructor Summary
MigrationReinvokeRequest()
          Default Constructor needed for jaxb
 
Method Summary
 Integer getJobId()
          Returns the job id for this request
 Integer getObjectId()
          Returns the id of the object that should be re-invoked.
 String getType()
          Return the type of this migration request
 void setJobId(Integer jobId)
          Set the job id that should be used for reinvocation
 void setObjectId(Integer objectId)
          Set the object id for the request
 void setType(String type)
          Set the migration job type for this request
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MigrationReinvokeRequest

public MigrationReinvokeRequest()
Default Constructor needed for jaxb

Method Detail

getType

public String getType()
Return the type of this migration request

Returns:

setType

public void setType(String type)
Set the migration job type for this request

Parameters:
type -

getObjectId

public Integer getObjectId()
Returns the id of the object that should be re-invoked.

Returns:

setObjectId

public void setObjectId(Integer objectId)
Set the object id for the request

Parameters:
objectId -

getJobId

public Integer getJobId()
Returns the job id for this request

Returns:

setJobId

public void setJobId(Integer jobId)
Set the job id that should be used for reinvocation

Parameters:
jobId -


Copyright © 2013 Gentics Software GmbH. All Rights Reserved.