org.jbpm.model.formapi.shared.menu
Class MenuItemDescription
java.lang.Object
org.jbpm.model.formapi.shared.menu.MenuItemDescription
- All Implemented Interfaces:
- Mappable
public class MenuItemDescription
- extends Object
- implements Mappable
MenuItemDescription
public MenuItemDescription()
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.