Class RelationSearchModelImpl

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

public class RelationSearchModelImpl extends AbstractSearchFieldsHolder implements RelationSearchModel
  • Constructor Details

    • RelationSearchModelImpl

      public RelationSearchModelImpl()
  • Method Details

    • createEmptyInstance

      public static RelationSearchModel 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.