|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object cuba.Version
public class Version
Field Summary | |
---|---|
static int |
BUILT
|
static int |
MAJOR
|
static int |
MINOR
|
Constructor Summary | |
---|---|
Version()
|
Method Summary | |
---|---|
int |
getBuilt()
|
int |
getMajor()
|
int |
getMinor()
|
java.lang.String |
getVersion()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int MAJOR
public static final int MINOR
public static final int BUILT
Constructor Detail |
---|
public Version()
Method Detail |
---|
public int getMajor()
getMajor
in interface VersionI
public int getMinor()
getMinor
in interface VersionI
public int getBuilt()
getBuilt
in interface VersionI
public java.lang.String getVersion()
getVersion
in interface VersionI
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |