com.ibm.commerce.utf.beans

Class RFQDataLight

  • java.lang.Object
    • com.ibm.commerce.utf.beans.RFQDataLight


  • public class RFQDataLight
    extends java.lang.Object
    Provides a RFQDataLight objects.
    • Field Detail

      • COPYRIGHT

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

      • RFQDataLight

        public RFQDataLight()
    • Method Detail

      • getRfqId

        public java.lang.String getRfqId()
        Gets the rfq ID.
        Returns:
        java.lang.String
      • getPrevOffId

        public java.lang.String getPrevOffId()
        Gets the previous round rfq ID.
        Returns:
        java.lang.String
      • getLogonId

        public java.lang.String getLogonId()
        Gets the logon ID.
        Returns:
        java.lang.String
      • getMemberId

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

        public java.lang.String getNextOffId()
        Gets the next round rfq ID.
        Returns:
        java.lang.String
      • getRound

        public java.lang.String getRound()
        Gets the rfq round.
        Returns:
        java.lang.String
      • getName

        public java.lang.String getName()
        Gets the rfq name.
        Returns:
        java.lang.String
      • getDescription

        public java.lang.String getDescription()
        Gets the rfq description.
        Returns:
        java.lang.String
      • getCreateTime

        public java.lang.String getCreateTime()
        Gets the rfq create time.
        Returns:
        java.lang.String
      • getActivateTime

        public java.lang.String getActivateTime()
        Gets the rfq activate time.
        Returns:
        java.lang.String
      • getCloseTime

        public java.lang.String getCloseTime()
        Gets the rfq close time.
        Returns:
        java.lang.String
      • getEndTime

        public java.lang.String getEndTime()
        Gets the rfq end time.
        Returns:
        java.lang.String
      • getCreateTimeInEntityType

        public java.sql.Timestamp getCreateTimeInEntityType()
        Gets the create time.
        Returns:
        java.sql.Timestamp
      • getActivateTimeInEntityType

        public java.sql.Timestamp getActivateTimeInEntityType()
        Gets the activate time.
        Returns:
        java.sql.Timestamp
      • getCloseTimeInEntityType

        public java.sql.Timestamp getCloseTimeInEntityType()
        Gets the close time.
        Returns:
        java.sql.Timestamp
      • getEndTimeInEntityType

        public java.sql.Timestamp getEndTimeInEntityType()
        Gets the end time.
        Returns:
        java.sql.Timestamp
      • getState

        public java.lang.String getState()
        Gets the rfq state.
        Returns:
        java.lang.String
      • setRfqId

        public void setRfqId(java.lang.String newRfqId)
        Sets the rfq ID.
        Parameters:
        newRfqId - the rfq ID
      • setPrevOffId

        public void setPrevOffId(java.lang.String newPrevOffId)
        Sets the previous round rfq ID.
        Parameters:
        newPrevOffId - the previous round rfq ID
      • setLogonId

        public void setLogonId(java.lang.String newLogonId)
        Sets the logon ID.
        Parameters:
        newLogonId - the logon ID
      • setMemberId

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

        public void setNextOffId(java.lang.String newNextOffId)
        Sets the next round rfq ID.
        Parameters:
        newNextOffId - the next round rfq ID
      • setRound

        public void setRound(java.lang.String newRound)
        Sets the rfq round.
        Parameters:
        newRound - the rfq round
      • setName

        public void setName(java.lang.String newName)
        Sets the rfq name.
        Parameters:
        newName - the rfq name
      • setDescription

        public void setDescription(java.lang.String newDescription)
        Sets the rfq description.
        Parameters:
        newDescription - the rfq description
      • setCreateTime

        public void setCreateTime(java.sql.Timestamp newCreateTime)
        Sets the rfq create time.
        Parameters:
        newCreateTime - the rfq create time
      • setActivateTime

        public void setActivateTime(java.sql.Timestamp newActivateTime)
        Sets the rfq activate time.
        Parameters:
        newActivateTime - the rfq activate time
      • setCloseTime

        public void setCloseTime(java.sql.Timestamp newCloseTime)
        Sets the rfq close time.
        Parameters:
        newCloseTime - the rfq close time
      • setEndTime

        public void setEndTime(java.sql.Timestamp newEndTime)
        Sets the rfq end time.
        Parameters:
        newEndTime - the rfq end time
      • setState

        public void setState(java.lang.String newState)
        Sets the rfq state.
        Parameters:
        newState - the rfq state
      • hasNextRoundRfqForSeller

        public boolean hasNextRoundRfqForSeller()
        Check if there is an eligible next round RFQ for a seller store.
        Returns:
        boolean returns true if there is eligible next round RFQ.
      • setCommandContext

        public void setCommandContext(CommandContext newCommandContext)
        Sets the active commandContext.
        Parameters:
        newCommandContext - the active command context.
      • getCommandContext

        public CommandContext getCommandContext()
        Gets the active commandContext.
        Returns:
        the active commandContext.
      • hasPreviousRoundRfqForSeller

        public boolean hasPreviousRoundRfqForSeller()
        Check if there is an eligible previous round RFQ for a seller store.
        Returns:
        boolean returns true if there is eligible previous round RFQ.