com.ibm.commerce.contract.beans

Interface ReferralInputDataBean

  • All Superinterfaces:
    com.ibm.commerce.beans.DataBean, com.ibm.commerce.beans.InputDataBean, java.io.Serializable
    All Known Implementing Classes:
    ReferralDataBean


    public interface ReferralInputDataBean
    extends com.ibm.commerce.beans.InputDataBean
    This interface extends InputDataBean to provide an interface for the ReferralDataBean.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      The IBM copyright notice field.
      • Fields inherited from interface com.ibm.commerce.beans.DataBean

        emptyString
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      void setDataBeanKeyContractId(java.lang.Long aReferenceNumber)
      Sets the contract in which to find the ReferralInterfaceTC information.
      void setDataBeanKeyStoreId(java.lang.Integer aReferenceNumber)
      Sets the store in which to find the ReferralInterfaceTC information.
      void setDataBeanKeyStoreId(java.lang.String aReferenceNumber)
      Sets the store in which to find the ReferralInterfaceTC information.
      • Methods inherited from interface com.ibm.commerce.beans.InputDataBean

        getRequestProperties, setRequestProperties
    • Field Detail

      • COPYRIGHT

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

      • setDataBeanKeyContractId

        void setDataBeanKeyContractId(java.lang.Long aReferenceNumber)
        Sets the contract in which to find the ReferralInterfaceTC information.
        Parameters:
        aReferenceNumber - The contract ID.
      • setDataBeanKeyStoreId

        void setDataBeanKeyStoreId(java.lang.Integer aReferenceNumber)
        Sets the store in which to find the ReferralInterfaceTC information.
        Parameters:
        aReferenceNumber - The store ID.
      • setDataBeanKeyStoreId

        void setDataBeanKeyStoreId(java.lang.String aReferenceNumber)
        Sets the store in which to find the ReferralInterfaceTC information.
        Parameters:
        aReferenceNumber - The store ID.