org.jbpm.formbuilder.server.xml
Class FileListDTO

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

public class FileListDTO
extends Object


Field Summary
static Class<?>[] RELATED_CLASSES
           
 
Constructor Summary
FileListDTO()
           
FileListDTO(List<String> file)
           
 
Method Summary
 boolean equals(Object obj)
           
 List<String> getFile()
           
 int hashCode()
           
 void setFile(List<String> file)
           
 
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

FileListDTO

public FileListDTO()

FileListDTO

public FileListDTO(List<String> file)
Method Detail

getFile

public List<String> getFile()

setFile

public void setFile(List<String> file)

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.