er.extensions.migration
Class ERXModelVersion
java.lang.Object
er.extensions.migration.ERXModelVersion
- Direct Known Subclasses:
- ERXMigrator.ModelVersion
public class ERXModelVersion
- extends Object
ERX* ModelVersion represents a particular version of an EOModel.
- Author:
- mschrag
|
Method Summary |
EOModel |
model()
Returns the model for this version. |
int |
version()
Returns the version dependency for this model. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ERXModelVersion
public ERXModelVersion(EOModel model,
int version)
- Parameters:
model - a modelversion - the version of that model
ERXModelVersion
public ERXModelVersion(String modelName,
int version)
- Parameters:
modelName - the name of a modelversion - the version of that model
model
public EOModel model()
- Returns the model for this version.
- Returns:
- the model for this version
version
public int version()
- Returns the version dependency for this model.
- Returns:
- the version dependency for this model
Copyright © 2002 – 2007 Project Wonder.