public class SchemaVersionData extends BasicData
Modifier and Type | Field and Description |
---|---|
private int |
build |
private int |
schemaVersion |
Constructor and Description |
---|
SchemaVersionData() |
Modifier and Type | Method and Description |
---|---|
int |
getBuild()
The build number.
|
int |
getSchemaVersion()
The current schema version.
|
void |
setBuild(int build) |
void |
setSchemaVersion(int schemaVersion) |
equals, getId, getVersion, hashCode, setId, setVersion, toString
public int getSchemaVersion()
public void setSchemaVersion(int schemaVersion)
public int getBuild()
public void setBuild(int build)