org.jbpm.console.ng.bd.model
Class RuntimeSummary
java.lang.Object
org.jbpm.console.ng.bd.model.RuntimeSummary
- All Implemented Interfaces:
- Serializable
@Portable
public class RuntimeSummary
- 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 |
RuntimeSummary
public RuntimeSummary()
RuntimeSummary
public RuntimeSummary(long id,
String name,
String reference,
String type)
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)
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.