org.jbpm.formbuilder.server.xml
Class FormPreviewDTO

java.lang.Object
  extended by org.jbpm.formbuilder.server.xml.FormPreviewDTO

public class FormPreviewDTO
extends Object


Field Summary
static Class<?>[] RELATED_CLASSES
           
 
Constructor Summary
FormPreviewDTO()
           
 
Method Summary
 boolean equals(Object obj)
           
 FormRepresentation getForm()
           
 List<FormPreviewParameterDTO> getInput()
           
 Map<String,Object> getInputsAsMap()
           
 String getRepresentation()
           
 int hashCode()
           
 void setForm(FormRepresentation form)
           
 void setInput(List<FormPreviewParameterDTO> input)
           
 void setRepresentation(String representation)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RELATED_CLASSES

public static final Class<?>[] RELATED_CLASSES
Constructor Detail

FormPreviewDTO

public FormPreviewDTO()
Method Detail

getInput

public List<FormPreviewParameterDTO> getInput()

setInput

public void setInput(List<FormPreviewParameterDTO> input)

getRepresentation

public String getRepresentation()

setRepresentation

public void setRepresentation(String representation)

getForm

public FormRepresentation getForm()

setForm

public void setForm(FormRepresentation form)

getInputsAsMap

public Map<String,Object> getInputsAsMap()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


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