|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.pdp.product.tools.extension.RppSubCommandResult
public class RppSubCommandResult
Concrete IRppSubCommandResult class.
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Constructor Summary | |
---|---|
RppSubCommandResult(int code,
java.lang.String message)
Constructor. |
Method Summary | |
---|---|
int |
getCode()
Returns the command result code |
java.lang.String |
getMessage()
Returns the result message. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String copyright
Constructor Detail |
---|
public RppSubCommandResult(int code, java.lang.String message)
code
- message
- Method Detail |
---|
public int getCode()
getCode
in interface IRppSubCommandResult
public java.lang.String getMessage()
getMessage
in interface IRppSubCommandResult
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |