iSeries Remote Systems
v6.0.1

com.ibm.etools.iseries.core.comm
Class ISeriesVRM

java.lang.Object
  extended bycom.ibm.etools.iseries.core.comm.ISeriesVRM

public class ISeriesVRM
extends Object


Field Summary
static String copyright
           
 
Constructor Summary
ISeriesVRM()
          Constructor for ISeriesVRM class
ISeriesVRM(String vrm)
          Constructor for ISeriesVRM class
 
Method Summary
 boolean equalsTo(ISeriesVRM 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(ISeriesVRM vrm)
          Returns true if this ISeriesVRM object is greater than the given ISeriesVRM object.
 boolean lessThan(ISeriesVRM 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

ISeriesVRM

public ISeriesVRM()
Constructor for ISeriesVRM class


ISeriesVRM

public ISeriesVRM(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(ISeriesVRM vrm)
Returns true if this ISeriesVRM object is greater than the given ISeriesVRM object.


equalsTo

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


lessThan

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


iSeries Remote Systems
v6.0.1

Copyright © 2005 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.