jBPM distribution 6.0.0.CR4

org.jbpm.form.builder.services.model.menu
Class FormEffectDescription

java.lang.Object
  extended by org.jbpm.form.builder.services.model.menu.FormEffectDescription
All Implemented Interfaces:
Serializable, Mappable

public class FormEffectDescription
extends Object
implements Mappable

See Also:
Serialized Form

Constructor Summary
FormEffectDescription()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getClassName()
           
 Map<String,Object> getDataMap()
           
 int hashCode()
           
 void setClassName(String className)
           
 void setDataMap(Map<String,Object> dataMap)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormEffectDescription

public FormEffectDescription()
Method Detail

getClassName

public String getClassName()

setClassName

public void setClassName(String className)

getDataMap

public Map<String,Object> getDataMap()
Specified by:
getDataMap in interface Mappable

setDataMap

public void setDataMap(Map<String,Object> dataMap)
Specified by:
setDataMap in interface Mappable

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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

jBPM distribution 6.0.0.CR4

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