Package org.primefaces.showcase.util
Class FileContent
- java.lang.Object
-
- org.primefaces.showcase.util.FileContent
-
- All Implemented Interfaces:
Serializable
public class FileContent extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FileContent(String title, String value, String type, Set<FileContent> attached)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Set<FileContent>getAttached()StringgetTitle()StringgetType()StringgetValue()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
FileContent
public FileContent(String title, String value, String type, Set<FileContent> attached)
-
-
Method Detail
-
getTitle
public String getTitle()
-
getValue
public String getValue()
-
getType
public String getType()
-
getAttached
public Set<FileContent> getAttached()
-
-