|
Last update: 2011-06-23 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.proteios.core.data.BasicData
org.proteios.core.data.SchemaVersionData
public class SchemaVersionData
This class holds information about the current schema version of the database. It contains only one record. All modifications to the database which requires some update script action on the data bumps the version number with one.
| Constructor Summary | |
|---|---|
SchemaVersionData()
|
|
| Method Summary | |
|---|---|
int |
getBuild()
Get the build number. |
int |
getSchemaVersion()
Get the schema version. |
void |
setBuild(int build)
Set the build number. |
void |
setSchemaVersion(int schemaVersion)
Set the schema version. |
| Methods inherited from class org.proteios.core.data.BasicData |
|---|
equals, getId, getVersion, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SchemaVersionData()
| Method Detail |
|---|
public int getSchemaVersion()
public void setSchemaVersion(int schemaVersion)
schemaVersion - int the schema version value to set.public int getBuild()
public void setBuild(int build)
build - int the build number to set.
|
Last update: 2011-06-23 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||