Class FulltextSearchModelImpl

java.lang.Object
ch.tocco.nice2.model.entity.impl.entity.search.AbstractSearchFieldsHolder
ch.tocco.nice2.model.entity.impl.entity.search.FulltextSearchModelImpl
All Implemented Interfaces:
CommonSearchModel, FulltextSearchModel

public class FulltextSearchModelImpl extends AbstractSearchFieldsHolder implements FulltextSearchModel
  • Constructor Details

    • FulltextSearchModelImpl

      public FulltextSearchModelImpl()
  • Method Details

    • createEmptyInstance

      public static FulltextSearchModel createEmptyInstance()
      This aint public, it's only because java lacks package-hierarchy-protected.
      Returns:
      A new instance filled with defaults and empty values to avoid null checking in userland code.