org.jbpm.model.formapi.shared.menu
Class MenuItemDescription

java.lang.Object
  extended by org.jbpm.model.formapi.shared.menu.MenuItemDescription
All Implemented Interfaces:
Mappable

public class MenuItemDescription
extends Object
implements Mappable


Constructor Summary
MenuItemDescription()
           
 
Method Summary
 boolean equals(Object obj)
           
 List<String> getAllowedEvents()
           
 String getClassName()
           
 Map<String,Object> getDataMap()
           
 List<FormEffectDescription> getEffects()
           
 FormItemRepresentation getItemRepresentation()
           
 String getName()
           
 int hashCode()
           
 void setAllowedEvents(List<String> allowedEvents)
           
 void setClassName(String className)
           
 void setDataMap(Map<String,Object> data)
           
 void setEffects(List<FormEffectDescription> effects)
           
 void setItemRepresentation(FormItemRepresentation itemRepresentation)
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MenuItemDescription

public MenuItemDescription()
Method Detail

getClassName

public String getClassName()

setClassName

public void setClassName(String className)

getName

public String getName()

setName

public void setName(String name)

getItemRepresentation

public FormItemRepresentation getItemRepresentation()

setItemRepresentation

public void setItemRepresentation(FormItemRepresentation itemRepresentation)

getEffects

public List<FormEffectDescription> getEffects()

setEffects

public void setEffects(List<FormEffectDescription> effects)

getAllowedEvents

public List<String> getAllowedEvents()

setAllowedEvents

public void setAllowedEvents(List<String> allowedEvents)

getDataMap

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

setDataMap

public void setDataMap(Map<String,Object> data)
                throws FormEncodingException
Specified by:
setDataMap in interface Mappable
Throws:
FormEncodingException

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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


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