jBPM Console NG - Human Tasks API 6.1.0.Beta2

org.jbpm.console.ng.ht.model
Class GenericSummary

java.lang.Object
  extended by org.jbpm.console.ng.ht.model.GenericSummary
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
TaskSummary

public class GenericSummary
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
protected  long id
           
protected  String name
           
 
Constructor Summary
GenericSummary()
           
 
Method Summary
 long getId()
           
 String getName()
           
 void setId(long id)
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected long id

name

protected String name
Constructor Detail

GenericSummary

public GenericSummary()
Method Detail

getId

public long getId()

setId

public void setId(long id)

getName

public String getName()

setName

public void setName(String name)

jBPM Console NG - Human Tasks API 6.1.0.Beta2

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