|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.commerce.messaging.composer.ComposerResult
Object that will contain the result when the view command is executed and whether the view is a URL view or not.
Constructor Summary | |
ComposerResult()
Constructs the ComposerResult object. |
Method Summary | |
boolean |
getIsURL()
Gets the isURL property (boolean) value. |
TypedProperty |
getResult()
Gets the result property (com.ibm.commerce.datatype.TypedProperty) value. |
void |
setIsURL(boolean isURL)
Sets the isURL property (boolean) value. |
void |
setResult(TypedProperty result)
Sets the result property (com.ibm.commerce.datatype.TypedProperty) value. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ComposerResult()
Method Detail |
public boolean getIsURL()
setIsURL(boolean)
public TypedProperty getResult()
setResult(com.ibm.commerce.datatype.TypedProperty)
public void setIsURL(boolean isURL)
isURL
- The new value for the property.getIsURL()
public void setResult(TypedProperty result)
result
- The new value for the property.getResult()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |