com.ibm.commerce.utf.beans

Interface RFQInputDataBean

  • All Known Implementing Classes:
    RFQDataBean


    public interface RFQInputDataBean
    RFQ input databean.
    • Field Summary

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      void setRfqId(java.lang.String newRfqId)
      Sets the rfqId field and uses it to set the referenceNumber key field of the access bean.
      void setRfqName(java.lang.String newName)
      Sets the name value.
      void setRfqNameAndVersion(java.lang.String newName, java.lang.Integer newMajorVersion, java.lang.Integer newMinorVersion)
      Sets the name, majorVersion, and minorVersion value.
    • Field Detail

      • COPYRIGHT

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

      • setRfqId

        void setRfqId(java.lang.String newRfqId)
        Sets the rfqId field and uses it to set the referenceNumber key field of the access bean.
        Parameters:
        newRfqId - the relevant referenceNumber.
      • setRfqName

        void setRfqName(java.lang.String newName)
                 throws java.lang.Exception
        Sets the name value. This method will find active RFQ by name.
        Parameters:
        newName - relevant name.
        Throws:
        java.lang.Exception
      • setRfqNameAndVersion

        void setRfqNameAndVersion(java.lang.String newName,
                                  java.lang.Integer newMajorVersion,
                                  java.lang.Integer newMinorVersion)
                           throws java.lang.Exception
        Sets the name, majorVersion, and minorVersion value. This method will find RFQ by name and versions.
        Parameters:
        newName - relevant name.
        newMajorVersion - relevant majorVersion.
        newMinorVersion - relevant minorVersion.
        Throws:
        java.lang.Exception