jbpm-form-modeler-api 6.0.0.Beta5

org.jbpm.formModeler.api.client
Class FormEditorContextTO

java.lang.Object
  extended by org.jbpm.formModeler.api.client.FormEditorContextTO
All Implemented Interfaces:
Serializable

@Portable
public class FormEditorContextTO
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
FormEditorContextTO()
           
FormEditorContextTO(String ctxUID, Long formId, String formName, Object path)
           
 
Method Summary
 String getCtxUID()
           
 Long getFormId()
           
 String getFormName()
           
 Object getPath()
           
 void setCtxUID(String ctxUID)
           
 void setFormId(Long formId)
           
 void setFormName(String formName)
           
 void setPath(Object path)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormEditorContextTO

public FormEditorContextTO()

FormEditorContextTO

public FormEditorContextTO(String ctxUID,
                           Long formId,
                           String formName,
                           Object path)
Method Detail

getCtxUID

public String getCtxUID()

setCtxUID

public void setCtxUID(String ctxUID)

getFormId

public Long getFormId()

setFormId

public void setFormId(Long formId)

getFormName

public String getFormName()

setFormName

public void setFormName(String formName)

getPath

public Object getPath()

setPath

public void setPath(Object path)

jbpm-form-modeler-api 6.0.0.Beta5

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