|
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.IBMiPIDVerify
public class IBMiPIDVerify
Field Summary | |
---|---|
static String |
copyright
|
Constructor Summary | |
---|---|
IBMiPIDVerify(String p_pidStr,
boolean p_required)
The constructor for the ISeriesPIDVerify class |
|
IBMiPIDVerify(String p_pidStr,
boolean p_required,
String p_pidOption)
The constructor for the ISeriesPIDVerify class |
Method Summary | |
---|---|
void |
addPTF(IBMiPTFVerify ptfVerify)
Adds a PTF to this ISeriesReleaseVerify |
String |
getPIDOption()
Returns the PID option. |
String |
getPIDStr()
Returns the PID string. |
List<IBMiPTFVerify> |
getPTFs()
Gets the PTFs associated with this ISeriesReleaseVerify |
boolean |
hasOption()
Returns true if this PID has an option. |
boolean |
isPTFSuccessfull()
Returns true if all the PTFs checked were successfull |
boolean |
isRequired()
Returns true if this PID is required. |
boolean |
isSuccessfull()
Returns true if the PID was successfull. |
boolean |
isSuccessfullWithOption()
Returns true if the PID was successfull. |
void |
setSuccessfull(boolean success)
Sets this PID to successfull or not. |
void |
setSuccessfullWithOption(boolean success)
Sets this PID to successfull with option or not. |
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 IBMiPIDVerify(String p_pidStr, boolean p_required)
p_pidStr
- The PID string.p_required
- A boolean, representing if this PID is required.public IBMiPIDVerify(String p_pidStr, boolean p_required, String p_pidOption)
p_pidStr
- The PID string.p_required
- A boolean, representing if this PID is required.Method Detail |
---|
public String getPIDStr()
public boolean isRequired()
public boolean hasOption()
public String getPIDOption()
public void setSuccessfull(boolean success)
public void setSuccessfullWithOption(boolean success)
public boolean isSuccessfull()
public boolean isSuccessfullWithOption()
public void addPTF(IBMiPTFVerify ptfVerify)
public List<IBMiPTFVerify> getPTFs()
public boolean isPTFSuccessfull()
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |