
Public Member Functions | |
| ERXModelVersion (String modelName, int version) | |
| ERXModelVersion (EOModel model, int version) | |
| EOModel | model () |
| int | version () |
Private Attributes | |
| EOModel | _model |
| int | _version |
| ERXModelVersion | ( | EOModel | model, | |
| int | version | |||
| ) |
| model | a model | |
| version | the version of that model |
| ERXModelVersion | ( | String | modelName, | |
| int | version | |||
| ) |
| modelName | the name of a model | |
| version | the version of that model |
| EOModel model | ( | ) |
Returns the model for this version.
| int version | ( | ) |
Returns the version dependency for this model.
EOModel _model [private] |
int _version [private] |
1.5.8