Rational Developer for Power Systems Software
V7.6

com.ibm.etools.iseries.subsystems.qsys.comm
Class IBMiVRM

java.lang.Object
  extended by com.ibm.etools.iseries.subsystems.qsys.comm.IBMiVRM

public class IBMiVRM
extends Object


Field Summary
static String copyright
           
 
Constructor Summary
IBMiVRM()
          Constructor for ISeriesVRM class
IBMiVRM(String vrm)
          Constructor for ISeriesVRM class
 
Method Summary
 boolean equalsTo(IBMiVRM vrm)
          Returns true if this ISeriesVRM object is equal to the given ISeriesVRM object.
 String getModification()
          Gets the modification of this ISeriesVRM class
 String getRelease()
          Gets the release of this ISeriesVRM class
 String getVersion()
          Gets the version of this ISeriesVRM class
 boolean greaterThan(IBMiVRM vrm)
          Returns true if this ISeriesVRM object is greater than the given ISeriesVRM object.
 boolean lessThan(IBMiVRM vrm)
          Returns true if this ISeriesVRM object less than the given ISeriesVRM object.
 void setModification(String p_modification)
          Sets the modification of this ISeriesVRM class
 void setRelease(String p_release)
          Sets the release of this ISeriesVRM class
 void setVersion(String p_version)
          Sets the version of this ISeriesVRM class
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

copyright

public static final String copyright
See Also:
Constant Field Values
Constructor Detail

IBMiVRM

public IBMiVRM()
Constructor for ISeriesVRM class


IBMiVRM

public IBMiVRM(String vrm)
Constructor for ISeriesVRM class

Takes in a String. The format of the String is version.release.modification (i.e. 4.5.1, version 4, release 5, modification 1).

Method Detail

setVersion

public void setVersion(String p_version)
Sets the version of this ISeriesVRM class


setRelease

public void setRelease(String p_release)
Sets the release of this ISeriesVRM class


setModification

public void setModification(String p_modification)
Sets the modification of this ISeriesVRM class


getVersion

public String getVersion()
Gets the version of this ISeriesVRM class


getRelease

public String getRelease()
Gets the release of this ISeriesVRM class


getModification

public String getModification()
Gets the modification of this ISeriesVRM class


greaterThan

public boolean greaterThan(IBMiVRM vrm)
Returns true if this ISeriesVRM object is greater than the given ISeriesVRM object.


equalsTo

public boolean equalsTo(IBMiVRM vrm)
Returns true if this ISeriesVRM object is equal to the given ISeriesVRM object.


lessThan

public boolean lessThan(IBMiVRM vrm)
Returns true if this ISeriesVRM object less than the given ISeriesVRM object.


Rational Developer for Power Systems Software
V7.6

Copyright © 2011 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.