com.ibm.commerce.edp.beans

Class EDPRefundStatusDataBean

    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      The IBM Copyright notice field.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getCommandInterfaceName()
      This method gets the command interface name that populates this data bean.
      boolean getNeedGlobalized()
      This method gets the flag indicating if the result need to be globalized.
      java.lang.String getRefundStatus()
      This method gets the latest human-readable refund status of current RMA.
      TypedProperty getRequestProperties()
      This method gets the parameters passed as part of the URL if any.
      java.lang.Long getRmaId()
      This method gets the RMA ID.
      void setCommandInterfaceName(java.lang.String ifname)
      This method sets the command interface name.
      void setNeedGlobalized(boolean isNeeded)
      This method sets the flag indicating if the result need to be globalized.
      void setRefundStatus(java.lang.String status)
      This method sets the latest human-readable refund status of current RMA.
      void setRequestProperties(TypedProperty aRequestProperties)
      This method sets the parameters passed as part of the URL if any.
      void setRmaId(java.lang.Long paramRmaId)
      This method sets the RMA ID.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • COPYRIGHT

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

      • EDPRefundStatusDataBean

        public EDPRefundStatusDataBean()
    • Method Detail

      • setCommandInterfaceName

        public void setCommandInterfaceName(java.lang.String ifname)
        This method sets the command interface name. The data can be got through the specified databean command.
        Parameters:
        ifname - A String that specifies the command interface name to be set.
      • getCommandInterfaceName

        public java.lang.String getCommandInterfaceName()
        This method gets the command interface name that populates this data bean. The default command interfaceName is com.ibm.commerce.edp.commands.
        Returns:
        A String that specifies the name of the command interface.
      • setRefundStatus

        public void setRefundStatus(java.lang.String status)
        This method sets the latest human-readable refund status of current RMA.
        Parameters:
        status - A String that specifies the latest human-readable refund status.
      • getRefundStatus

        public java.lang.String getRefundStatus()
        This method gets the latest human-readable refund status of current RMA.
        Returns:
        A String that specifies the latest human-readable refund status.
      • setRequestProperties

        public void setRequestProperties(TypedProperty aRequestProperties)
        This method sets the parameters passed as part of the URL if any.
        Parameters:
        aRequestProperties - A TypedProperty that specifies the parameters passed as part of the URL if any.
      • getRequestProperties

        public TypedProperty getRequestProperties()
        This method gets the parameters passed as part of the URL if any.
        Returns:
        A TypedProperty that specifies the parameters passed as part of the URL if any
      • setRmaId

        public void setRmaId(java.lang.Long paramRmaId)
        This method sets the RMA ID. This data bean represents the latest refund status of the RMA with the RMA ID.
        Parameters:
        paramRmaId - A Long that specifies the RMA ID to be set.
      • getRmaId

        public java.lang.Long getRmaId()
        This method gets the RMA ID. This data bean represents the latest refund status of the RMA with the RMA ID.
        Returns:
        A Long that specifies the RMA ID to be set.
      • setNeedGlobalized

        public void setNeedGlobalized(boolean isNeeded)
        This method sets the flag indicating if the result need to be globalized. If true, the payment status will be globalized as the language in CommandContext
        Parameters:
        isNeeded - A boolean that indicates if the result needs to be globalized.
      • getNeedGlobalized

        public boolean getNeedGlobalized()
        This method gets the flag indicating if the result need to be globalized.
        Returns:
        A boolean that indicates if the result needs to be globalized.