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
FileContentMarkerUtil- Since:
- 6.3
- Version:
- $Revision$
- Author:
- Sébastien Lepage / last modified by $Author$
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FileContent(String title, String value, String type, List<FileContent> attached)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)List<FileContent>getAttached()StringgetTitle()StringgetType()StringgetValue()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
FileContent
public FileContent(String title, String value, String type, List<FileContent> attached)
-
-
Method Detail
-
getTitle
public String getTitle()
-
getValue
public String getValue()
-
getType
public String getType()
-
getAttached
public List<FileContent> getAttached()
-
-