public class ProductLevel extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
databaseProductName_ |
String |
databaseProductVersion_ |
int |
modificationLevel_ |
int |
releaseLevel_ |
int |
versionLevel_ |
| Constructor and Description |
|---|
ProductLevel(String productID,
String databaseProductName,
String srvrlslv) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
greaterThanOrEqualTo(int versionLevel,
int releaseLevel,
int modificationLevel) |
boolean |
lessThan(int versionLevel,
int releaseLevel,
int modificationLevel) |
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.