org.jbpm.process.core.context.swimlane
Class Swimlane

java.lang.Object
  extended by org.jbpm.process.core.context.swimlane.Swimlane
All Implemented Interfaces:
Serializable

public class Swimlane
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Swimlane()
           
 
Method Summary
 String getActorId()
           
 String getName()
           
 void setActorId(String actorId)
           
 void setName(String name)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Swimlane

public Swimlane()
Method Detail

getName

public String getName()

setName

public void setName(String name)

setActorId

public void setActorId(String actorId)

getActorId

public String getActorId()

toString

public String toString()
Overrides:
toString in class Object


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