Class RemoteFieldModelImpl

java.lang.Object
ch.tocco.nice2.model.entity.impl.entity.search.AbstractSearchFieldsHolder
ch.tocco.nice2.model.entity.impl.entity.search.RemoteFieldModelImpl
All Implemented Interfaces:
CommonSearchModel, RemoteFieldModel
Direct Known Subclasses:
MultiRemoteFieldModelImpl

public class RemoteFieldModelImpl extends AbstractSearchFieldsHolder implements RemoteFieldModel
  • Constructor Details

    • RemoteFieldModelImpl

      public RemoteFieldModelImpl()
  • Method Details

    • getScope

      @Nullable public @Nullable String getScope()
      Specified by:
      getScope in interface RemoteFieldModel
    • setScope

      public void setScope(@Nullable @Nullable String scope)
      Specified by:
      setScope in interface RemoteFieldModel
    • createEmptyInstance

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