Package org.silverpeas.web.pdc.vo
Class ResultFilterVO
- java.lang.Object
-
- org.silverpeas.web.pdc.vo.ResultFilterVO
-
public class ResultFilterVO extends Object
-
-
Constructor Summary
Constructors Constructor Description ResultFilterVO()
Default constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addFormFieldSelectedFacetEntry(String facetId, String value)
String
getAuthorId()
String
getComponentId()
String
getDatatype()
String
getFiletype()
Map<String,String>
getFormFieldSelectedFacetEntries()
String
getFormFieldSelectedFacetEntry(String facetId)
String
getLastUpdate()
boolean
isEmpty()
boolean
isSelectedFormFieldFacetsEmpty()
void
setAuthorId(String authorId)
void
setComponentId(String componentId)
void
setDatatype(String datatype)
void
setFiletype(String filetype)
void
setLastUpdate(String lastUpdate)
String
toString()
-
-
-
Method Detail
-
getAuthorId
public String getAuthorId()
-
setAuthorId
public void setAuthorId(String authorId)
-
getComponentId
public String getComponentId()
-
setComponentId
public void setComponentId(String componentId)
-
getLastUpdate
public String getLastUpdate()
-
setLastUpdate
public void setLastUpdate(String lastUpdate)
-
addFormFieldSelectedFacetEntry
public void addFormFieldSelectedFacetEntry(String facetId, String value)
-
isSelectedFormFieldFacetsEmpty
public boolean isSelectedFormFieldFacetsEmpty()
-
isEmpty
public boolean isEmpty()
-
setDatatype
public void setDatatype(String datatype)
-
getDatatype
public String getDatatype()
-
setFiletype
public void setFiletype(String filetype)
-
getFiletype
public String getFiletype()
-
-