jBPM Console NG - Business Domain API 6.2.1-SNAPSHOT

org.jbpm.console.ng.bd.model
Class DeploymentUnitSummary

java.lang.Object
  extended by org.uberfire.paging.AbstractPageRow
      extended by org.jbpm.console.ng.ga.model.GenericSummary
          extended by org.jbpm.console.ng.bd.model.DeploymentUnitSummary
All Implemented Interfaces:
Serializable, Comparable<org.uberfire.paging.AbstractPageRow>
Direct Known Subclasses:
KModuleDeploymentUnitSummary

@Portable
public class DeploymentUnitSummary
extends GenericSummary
implements Serializable

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jbpm.console.ng.ga.model.GenericSummary
id, name
 
Constructor Summary
DeploymentUnitSummary()
           
DeploymentUnitSummary(String id, String type)
           
 
Method Summary
 String getId()
           
 String getType()
           
 boolean isActive()
           
 void setActive(boolean active)
           
 void setId(String id)
           
 void setType(String type)
           
 
Methods inherited from class org.jbpm.console.ng.ga.model.GenericSummary
equals, getName, hashCode, setId, setName
 
Methods inherited from class org.uberfire.paging.AbstractPageRow
compareTo
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeploymentUnitSummary

public DeploymentUnitSummary()

DeploymentUnitSummary

public DeploymentUnitSummary(String id,
                             String type)
Method Detail

getId

public String getId()
Overrides:
getId in class GenericSummary

setId

public void setId(String id)

getType

public String getType()

setType

public void setType(String type)

isActive

public boolean isActive()

setActive

public void setActive(boolean active)

jBPM Console NG - Business Domain API 6.2.1-SNAPSHOT

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.