org.camunda.bpm.engine.rest.dto
Class AtomLink

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

public class AtomLink
extends Object


Constructor Summary
AtomLink()
           
AtomLink(String rel, String href, String method)
           
 
Method Summary
 String getHref()
           
 String getMethod()
           
 String getRel()
           
 void setHref(String href)
           
 void setMethod(String method)
           
 void setRel(String rel)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AtomLink

public AtomLink()

AtomLink

public AtomLink(String rel,
                String href,
                String method)
Method Detail

getHref

public String getHref()

setHref

public void setHref(String href)

getRel

public String getRel()

setRel

public void setRel(String rel)

getMethod

public String getMethod()

setMethod

public void setMethod(String method)


Copyright © 2016 camunda services GmbH. All rights reserved.