com.ibm.commerce.negotiation.beans

Interface MemberAuctionRelationListInputDataBean

  • All Known Implementing Classes:
    MemberAuctionRelationListBean


    public interface MemberAuctionRelationListInputDataBean
    The interface of member auction relation list input data bean
    • Method Detail

      • getAuctionId

        java.lang.String getAuctionId()
        Gets the auction ID.
        Returns:
        the auction ID.
      • getMemberAuctionRelations

        MemberAuctionRelationDataBean[] getMemberAuctionRelations()
        Gets a sorted list of MemberAuctionRelationDataBean objects.
        Returns:
        sorted array of MemberAuctionRelationDataBean.
      • getMemberId

        java.lang.String getMemberId()
        Gets the member ID.
        Returns:
        the member ID
      • getOwnerId

        java.lang.String getOwnerId()
        Gets the value of the owner ID field; currently implemented to return null.
        Returns:
        always null
      • getRelationType

        java.lang.String getRelationType()
        Gets the relation type.
        Returns:
        the relation type; null, Viewed rules, in Gallery, or VG
      • setAuctionId

        void setAuctionId(java.lang.String newAuctionId)
        Sets the auction ID.
        Parameters:
        newAuctionId - the relevant auction ID.
      • setMemberAuctionRelations

        void setMemberAuctionRelations(MemberAuctionRelationDataBean[] newMemberAuctionRelations)
        Loads the array of MemberAuctionRelationDataBean.
        Parameters:
        newMemberAuctionRelations - new array of MemberAuctionRelationDataBean objects.
      • setMemberId

        void setMemberId(java.lang.String newMemberId)
        Sets the member ID.
        Parameters:
        newMemberId - the member ID.
      • setRelationType

        void setRelationType(java.lang.String newRelationType)
        Sets the relation type.
        Parameters:
        newRelationType - the relation type; null, Viewed rules, in Gallery, or VG