org.jbpm.formbuilder.server.xml
Class ListOptionsDTO

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

public class ListOptionsDTO
extends Object


Field Summary
static Class<?>[] RELATED_CLASSES
           
 
Constructor Summary
ListOptionsDTO()
           
ListOptionsDTO(List<MenuOptionDescription> options)
           
 
Method Summary
 boolean equals(Object obj)
           
 List<MenuOptionDTO> getMenuOption()
           
 int hashCode()
           
 void setMenuOption(List<MenuOptionDTO> menuOption)
           
 
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

ListOptionsDTO

public ListOptionsDTO()

ListOptionsDTO

public ListOptionsDTO(List<MenuOptionDescription> options)
Method Detail

getMenuOption

public List<MenuOptionDTO> getMenuOption()

setMenuOption

public void setMenuOption(List<MenuOptionDTO> menuOption)

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.