org.jbpm.bpmn2.core
Class Message

java.lang.Object
  extended by org.jbpm.bpmn2.core.Message
All Implemented Interfaces:
Serializable

public class Message
extends Object
implements Serializable

See Also:
Serialized Form

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

Constructor Detail

Message

public Message(String id)
Method Detail

getId

public String getId()

getType

public String getType()

setType

public void setType(String type)


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