|
iSeries Remote Systems v6.0.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.etools.iseries.core.comm.ISeriesPIDVerify
Field Summary | |
---|---|
static String |
copyright
|
Constructor Summary | |
---|---|
ISeriesPIDVerify(String p_pidStr,
boolean p_required)
The constructor for the ISeriesPIDVerify class |
|
ISeriesPIDVerify(String p_pidStr,
boolean p_required,
String p_pidOption)
The constructor for the ISeriesPIDVerify class |
Method Summary | |
---|---|
void |
addPTF(ISeriesPTFVerify ptfVerify)
Adds a PTF to this ISeriesReleaseVerify |
String |
getPIDOption()
Returns the PID option. |
String |
getPIDStr()
Returns the PID string. |
List |
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 ISeriesPIDVerify(String p_pidStr, boolean p_required)
p_pidStr
- The PID string.p_required
- A boolean, representing if this PID is required.public ISeriesPIDVerify(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(ISeriesPTFVerify ptfVerify)
public List getPTFs()
public boolean isPTFSuccessfull()
|
iSeries Remote Systems v6.0.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |