Interface ModelProject

    • Method Detail

      • code

        java.lang.String code()
        The model code.
        Returns:
        the code.
      • date

        java.lang.String date()
        The date that will be used to select the model data for the code.
        Returns:
        the date
      • name

        java.lang.String name()
        An info string about this model code.
        Returns:
        the info
      • request

        ModelRequest request()
        The settings data that will be sent as the request to the server to select the model data.
        Returns:
        the request.
      • report

        ModelReport report()
        A report of the results of the selection.
        Returns:
        the report.
      • model

        Model model()
        The returned model data
        Returns:
        the model.
      • fail

        ModelException fail()
        Returns the exception if a fail state is set.
        Returns: