jBPM Console NG - Business Domain API 6.0.3-SNAPSHOT

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

java.lang.Object
  extended by org.jbpm.console.ng.bd.model.RuntimeSummary
All Implemented Interfaces:
Serializable

@Portable
public class RuntimeSummary
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
RuntimeSummary()
           
RuntimeSummary(long id, String name, String reference, String type)
           
 
Method Summary
 long getId()
           
 String getName()
           
 String getReference()
           
 String getType()
           
 void setId(long id)
           
 void setName(String name)
           
 void setReference(String reference)
           
 void setType(String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RuntimeSummary

public RuntimeSummary()

RuntimeSummary

public RuntimeSummary(long id,
                      String name,
                      String reference,
                      String type)
Method Detail

getId

public long getId()

setId

public void setId(long id)

getName

public String getName()

setName

public void setName(String name)

getReference

public String getReference()

setReference

public void setReference(String reference)

getType

public String getType()

setType

public void setType(String type)

jBPM Console NG - Business Domain API 6.0.3-SNAPSHOT

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