Rational Developer for Power Systems Software
V7.6

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

java.lang.Object
  extended by com.ibm.etools.iseries.subsystems.qsys.comm.IBMiFeatureVerify
Direct Known Subclasses:
IBMiProductVerify

public class IBMiFeatureVerify
extends Object


Field Summary
static String copyright
           
 
Constructor Summary
IBMiFeatureVerify()
          Initalizes an instance of the ISeriesFeatureVerify class
 
Method Summary
 void addRelease(IBMiReleaseVerify releaseVerify)
          Adds a release to this feature
 IBMiVRM getMinVRM()
          Gets the minimum VRM for this feature
 String getName()
          Gets the name for this feature
 List<IBMiReleaseVerify> getReleases()
          Returns the releases of this feature
 boolean isPIDSuccessfull()
          Returns true if all the PIDs checked were successfull
 boolean isPTFSuccessfull()
          Returns true if all the PTFs checked were successfull
 void setMinVRM(IBMiVRM p_minVRM)
          Sets the minimum VRM for this feature
 void setName(String p_name)
          Sets the name of this feature
 
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

IBMiFeatureVerify

public IBMiFeatureVerify()
Initalizes an instance of the ISeriesFeatureVerify class

Method Detail

setName

public void setName(String p_name)
Sets the name of this feature


setMinVRM

public void setMinVRM(IBMiVRM p_minVRM)
Sets the minimum VRM for this feature


getName

public String getName()
Gets the name for this feature


getMinVRM

public IBMiVRM getMinVRM()
Gets the minimum VRM for this feature


addRelease

public void addRelease(IBMiReleaseVerify releaseVerify)
Adds a release to this feature


getReleases

public List<IBMiReleaseVerify> getReleases()
Returns the releases of this feature


isPTFSuccessfull

public boolean isPTFSuccessfull()
Returns true if all the PTFs checked were successfull


isPIDSuccessfull

public boolean isPIDSuccessfull()
Returns true if all the PIDs checked were successfull


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.