Package alpine.model
Class SchemaVersion
- java.lang.Object
-
- alpine.model.SchemaVersion
-
- All Implemented Interfaces:
Serializable
public class SchemaVersion extends Object implements Serializable
Persistable object representing the schema version of the database- Since:
- 1.2.0
- Author:
- Steve Springett
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SchemaVersion()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetId()StringgetVersion()voidsetId(long id)voidsetVersion(String version)
-