org.jbpm.console.ng.pr.model
Class ProcessSummary
java.lang.Object
org.jbpm.console.ng.pr.model.ProcessSummary
@Portable
public class ProcessSummary
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProcessSummary
public ProcessSummary()
ProcessSummary
public ProcessSummary(String id,
String name,
String deploymentId,
String packageName,
String type,
String version,
String originalpath,
String processSource)
getId
public String getId()
setId
public void setId(String id)
getName
public String getName()
setName
public void setName(String name)
getPackageName
public String getPackageName()
setPackageName
public void setPackageName(String packageName)
getType
public String getType()
setType
public void setType(String type)
getVersion
public String getVersion()
setVersion
public void setVersion(String version)
getDeploymentId
public String getDeploymentId()
setDeploymentId
public void setDeploymentId(String deploymentId)
getOriginalPath
public String getOriginalPath()
setOriginalPath
public void setOriginalPath(String originalPath)
getEncodedProcessSource
public String getEncodedProcessSource()
setEncodedProcessSource
public void setEncodedProcessSource(String encodedProcessSource)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.