|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.ibm.etools.iseries.subsystems.qsys.comm.IBMiVRM
public class IBMiVRM
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 |
---|
public static final String copyright
Constructor Detail |
---|
public IBMiVRM()
public IBMiVRM(String vrm)
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 |
---|
public void setVersion(String p_version)
public void setRelease(String p_release)
public void setModification(String p_modification)
public String getVersion()
public String getRelease()
public String getModification()
public boolean greaterThan(IBMiVRM vrm)
public boolean equalsTo(IBMiVRM vrm)
public boolean lessThan(IBMiVRM vrm)
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |