org.camunda.bpm.engine.rest.dto.repository
Class DeploymentResourceDto

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

public class DeploymentResourceDto
extends Object


Field Summary
protected  String deploymentId
           
protected  String id
           
protected  String name
           
 
Constructor Summary
DeploymentResourceDto()
           
 
Method Summary
static DeploymentResourceDto fromResources(Resource resource)
           
 String getDeploymentId()
           
 String getId()
           
 String getName()
           
 void setDeploymentId(String deploymentId)
           
 void setId(String id)
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected String id

name

protected String name

deploymentId

protected String deploymentId
Constructor Detail

DeploymentResourceDto

public DeploymentResourceDto()
Method Detail

getId

public String getId()

setId

public void setId(String id)

getName

public String getName()

setName

public void setName(String name)

getDeploymentId

public String getDeploymentId()

setDeploymentId

public void setDeploymentId(String deploymentId)

fromResources

public static DeploymentResourceDto fromResources(Resource resource)


Copyright © 2016 camunda services GmbH. All rights reserved.