org.jbpm.console.ng.bd.model
Class DeploymentUnitSummary
java.lang.Object
org.jbpm.console.ng.bd.model.DeploymentUnitSummary
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- KModuleDeploymentUnitSummary
@Portable
public class DeploymentUnitSummary
- extends Object
- implements Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeploymentUnitSummary
public DeploymentUnitSummary()
DeploymentUnitSummary
public DeploymentUnitSummary(String id,
String type)
getId
public String getId()
setId
public void setId(String id)
getType
public String getType()
setType
public void setType(String type)
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.