Primavera Integration API 7.0

com.primavera.integration.client
Class VersionInfo

java.lang.Object
  extended by com.primavera.integration.client.VersionInfo

public class VersionInfo
extends java.lang.Object

Information about this release of the Integration API, version 7.0.0.0.


Constructor Summary
VersionInfo()
           
 
Method Summary
static int getBuildVersion()
          Gets the build version of this release
static java.lang.String getCompileTime()
          Gets the date and time at which the API code was compiled
static java.lang.String getFullVersion()
          Gets the full version of this release
static int getMajorVersion()
          Gets the major version of this release
static int getMinorVersion()
          Gets the minor version of this release
static int getRevisionVersion()
          Gets the revision version of this release
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VersionInfo

public VersionInfo()
Method Detail

getCompileTime

public static java.lang.String getCompileTime()
Gets the date and time at which the API code was compiled

Returns:
String the compile time

getMajorVersion

public static int getMajorVersion()
Gets the major version of this release

Returns:
int the major version

getMinorVersion

public static int getMinorVersion()
Gets the minor version of this release

Returns:
int the minor version

getRevisionVersion

public static int getRevisionVersion()
Gets the revision version of this release

Returns:
int the revision version

getBuildVersion

public static int getBuildVersion()
Gets the build version of this release

Returns:
int the build version

getFullVersion

public static java.lang.String getFullVersion()
Gets the full version of this release

Returns:
String the full version

Primavera Integration API 7.0

Copyright © 2003, 2009, Oracle and/or its affiliates. All rights reserved.