Class SearchTypeConfigurationVO


  • public class SearchTypeConfigurationVO
    extends Object
    SearchTypeConfigurationVO is a search type configuration value object representation
    • Constructor Detail

      • SearchTypeConfigurationVO

        public SearchTypeConfigurationVO​(int configId,
                                         String name,
                                         Set<String> components,
                                         Set<String> types)
        Constructor
        Parameters:
        configId - configuration identifier
        name - the search type configuration name
        components - : list of component name
        types - : 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
      • getComponents

        public Set<String> getComponents()
        Returns:
        the components
      • setComponents

        public void setComponents​(Set<String> components)
        Parameters:
        components - the components to set
      • getTypes

        public Set<String> getTypes()
        Returns:
        the types
      • setTypes

        public void setTypes​(Set<String> types)
        Parameters:
        types - the types to set
      • getConfigId

        public int getConfigId()
        Returns:
        the configId