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

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

public class PriorityDto
extends Object


Field Summary
protected  Long priority
           
 
Constructor Summary
PriorityDto()
           
 
Method Summary
 Long getPriority()
           
 void setPriority(Long priority)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

priority

protected Long priority
Constructor Detail

PriorityDto

public PriorityDto()
Method Detail

getPriority

public Long getPriority()

setPriority

public void setPriority(Long priority)


Copyright © 2016 camunda services GmbH. All rights reserved.