Class SearchingTypeDefinition

All Implemented Interfaces:
Serializable, Cloneable, Copyable, DataDictionaryDefinition, DictionaryBean

public class SearchingTypeDefinition extends DataDictionaryDefinitionBase
See Also:
  • Field Details

  • Constructor Details

    • SearchingTypeDefinition

      public SearchingTypeDefinition()
  • Method Details

    • getSearchingAttribute

      public SearchingAttribute getSearchingAttribute()
      Returns:
      the searchingAttribute
    • getDocumentValues

      public List<String> getDocumentValues()
      Returns:
      the documentValues
    • setSearchingAttribute

      public void setSearchingAttribute(SearchingAttribute searchingAttribute)
      Parameters:
      searchingAttribute - the searchingAttribute to set
    • setDocumentValues

      public void setDocumentValues(List<String> paths)
      Parameters:
      paths - the documentValues to set