org.jbpm.formbuilder.server.xml
Class PropertiesDTO

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

public class PropertiesDTO
extends Object


Field Summary
static Class<?>[] RELATED_CLASSES
           
 
Constructor Summary
PropertiesDTO()
           
PropertiesDTO(Map<String,String> props)
           
 
Method Summary
 boolean equals(Object obj)
           
 List<PropertiesItemDTO> getProperty()
           
 int hashCode()
           
 void setProperty(List<PropertiesItemDTO> property)
           
 
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

PropertiesDTO

public PropertiesDTO()

PropertiesDTO

public PropertiesDTO(Map<String,String> props)
Method Detail

getProperty

public List<PropertiesItemDTO> getProperty()

setProperty

public void setProperty(List<PropertiesItemDTO> property)

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object


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