Skip navigation links
com.essbase.eas.essbase.net.xml
Class Version
java.lang.Object
com.essbase.eas.essbase.net.xml.Version
-
public class Version
- extends java.lang.Object
This class represents Essbase API version information.
- Version:
- 1.00, 06/17/2000
- Author:
- Hank Cox
| Constructor Summary |
Version()
|
Version(int release, int version, int revision)
|
Version(int release, int version, int revision, int servicePatch, int serviceFix)
|
Version(long serverVersion)
|
Version(short release, short version, short revision)
|
Version(short release, short version, short revision, short servicePatch, short serviceFix)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
VERSION_710
public static final Version VERSION_710
VERSION_712
public static final Version VERSION_712
VERSION_713
public static final Version VERSION_713
VERSION_900
public static final Version VERSION_900
VERSION_930
public static final Version VERSION_930
VERSION_9313
public static final Version VERSION_9313
VERSION_950
public static final Version VERSION_950
VERSION_1112
public static final Version VERSION_1112
VERSION_11122
public static final Version VERSION_11122
VERSION_CURRENT
public static final Version VERSION_CURRENT
Version
public Version()
Version
public Version(long serverVersion)
Version
public Version(int release,
int version,
int revision)
Version
public Version(int release,
int version,
int revision,
int servicePatch,
int serviceFix)
Version
public Version(short release,
short version,
short revision)
Version
public Version(short release,
short version,
short revision,
short servicePatch,
short serviceFix)
getVersion
public long getVersion()
setVersion
public void setVersion(long value)
getRelease
public long getRelease()
setRelease
public void setRelease(long value)
getRevision
public long getRevision()
setRevision
public void setRevision(long value)
setServicePatch
public void setServicePatch(short value)
getServicePatch
public short getServicePatch()
setServiceFix
public void setServiceFix(short value)
getServiceFix
public short getServiceFix()
setServerVersion
public void setServerVersion(long value)
getServerVersion
public long getServerVersion()
toString
public java.lang.String toString()
-
- Overrides:
toString in class java.lang.Object
equalto
public boolean equalto(java.lang.Object o)
lessthan
public boolean lessthan(java.lang.Object o)
greaterthan
public boolean greaterthan(java.lang.Object o)
greaterThanOrEqualTo
public boolean greaterThanOrEqualTo(Version ver)
getLongVersion
public long getLongVersion()
Skip navigation links
Copyright © 2001, 2012, Oracle. All rights reserved.