Package nis.svc.mdl.api
Interface ModelProject
-
- All Superinterfaces:
ModelEntities
public interface ModelProject extends ModelEntities
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface nis.svc.mdl.api.ModelEntities
ModelEntities.Composites, ModelEntities.Correlations, ModelEntities.Exposures, ModelEntities.Factors, ModelEntities.MemberRow
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
code()
The model code.java.lang.String
date()
The date that will be used to select the model data for the code.ModelException
fail()
Returns the exception if a fail state is set.Model
model()
The returned model datajava.lang.String
name()
An info string about this model code.ModelReport
report()
A report of the results of the selection.ModelRequest
request()
The settings data that will be sent as the request to the server to select the model data.
-
-
-
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:
-
-