com.ibm.commerce.contract.beans

Interface ParticipantInputDataBean

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


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

      • Fields inherited from interface com.ibm.commerce.beans.InputDataBean

        COPYRIGHT
      • 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 setDataBeanKeyParticipantId(java.lang.String aParticipantId)
      Sets the participant ID.
      • Methods inherited from interface com.ibm.commerce.beans.InputDataBean

        getRequestProperties, setRequestProperties
    • Method Detail

      • setDataBeanKeyParticipantId

        void setDataBeanKeyParticipantId(java.lang.String aParticipantId)
        Sets the participant ID.
        Parameters:
        aParticipantId - The participant ID.