org.camunda.bpm.engine.rest.dto.runtime
Class JobDuedateDto

java.lang.Object
  extended by org.camunda.bpm.engine.rest.dto.runtime.JobDuedateDto

public class JobDuedateDto
extends Object


Constructor Summary
JobDuedateDto()
           
 
Method Summary
 Date getDuedate()
           
 void setDuedate(Date duedate)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JobDuedateDto

public JobDuedateDto()
Method Detail

getDuedate

public Date getDuedate()

setDuedate

public void setDuedate(Date duedate)


Copyright © 2016 camunda services GmbH. All rights reserved.