com.ibm.commerce.messaging.composer
Class ComposerResult

java.lang.Object
  |
  +--com.ibm.commerce.messaging.composer.ComposerResult

public class ComposerResult
extends java.lang.Object

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

ComposerResult

public ComposerResult()
Constructs the ComposerResult object.
Method Detail

getIsURL

public boolean getIsURL()
Gets the isURL property (boolean) value.
Returns:
The isURL property value.
See Also:
setIsURL(boolean)

getResult

public TypedProperty getResult()
Gets the result property (com.ibm.commerce.datatype.TypedProperty) value.
Returns:
The result property value.
See Also:
setResult(com.ibm.commerce.datatype.TypedProperty)

setIsURL

public void setIsURL(boolean isURL)
Sets the isURL property (boolean) value.
Parameters:
isURL - The new value for the property.
See Also:
getIsURL()

setResult

public void setResult(TypedProperty result)
Sets the result property (com.ibm.commerce.datatype.TypedProperty) value.
Parameters:
result - The new value for the property.
See Also:
getResult()