Package org.silverpeas.web.pdc.vo
Class SearchTypeConfigurationVO
- java.lang.Object
-
- org.silverpeas.web.pdc.vo.SearchTypeConfigurationVO
-
public class SearchTypeConfigurationVO extends Object
SearchTypeConfigurationVO is a search type configuration value object representation
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<String>
getComponents()
int
getConfigId()
String
getName()
Set<String>
getTypes()
void
setComponents(Set<String> components)
void
setName(String name)
void
setTypes(Set<String> types)
-
-
-
Constructor Detail
-
SearchTypeConfigurationVO
public SearchTypeConfigurationVO(int configId, String name, Set<String> components, Set<String> types)
Constructor- Parameters:
configId
- configuration identifiername
- the search type configuration namecomponents
- : list of component nametypes
- : list of object type name
-
-
Method Detail
-
getName
public String getName()
- Returns:
- the name
-
setName
public void setName(String name)
- Parameters:
name
- the name to set
-
setComponents
public void setComponents(Set<String> components)
- Parameters:
components
- the components to set
-
getConfigId
public int getConfigId()
- Returns:
- the configId
-
-