jBPM Console NG - Human Tasks API 6.0.0.Beta2

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

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

@Portable
public class IdentitySummary
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
IdentitySummary()
           
IdentitySummary(String id, String type)
           
 
Method Summary
 String getId()
           
 String getType()
           
 void setId(String id)
           
 void setType(String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IdentitySummary

public IdentitySummary()

IdentitySummary

public IdentitySummary(String id,
                       String type)
Method Detail

getId

public String getId()

setId

public void setId(String id)

getType

public String getType()

setType

public void setType(String type)

jBPM Console NG - Human Tasks API 6.0.0.Beta2

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