com.ibm.commerce.component.servicemapper

Class MappingResult

  • java.lang.Object
    • com.ibm.commerce.component.servicemapper.MappingResult


  • public class MappingResult
    extends java.lang.Object
    Stores the results from mapping requests to services.
    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        IBM copyright notice field.
        See Also:
        Constant Field Values
    • Constructor Detail

      • MappingResult

        public MappingResult()
    • Method Detail

      • getServiceInput

        public BusinessObjectDocument getServiceInput()
        Returns:
        the service input, which is an implementation of BusinessObjectDocument
      • getServiceName

        public java.lang.String getServiceName()
        Returns:
        the service name
      • setServiceInput

        public void setServiceInput(BusinessObjectDocument document)
        Sets the service input document
        Parameters:
        document - the service input of this result
      • setServiceName

        public void setServiceName(java.lang.String name)
        Sets the service name
        Parameters:
        name - the service name to set for the result
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
        Returns:
        the string representation of the map