Class GeneratedCustomerVendorReview

    • Field Detail

      • USER

        public static final java.lang.String USER
        Qualifier of the CustomerVendorReview.user attribute
        See Also:
        Constant Field Values
      • CONSIGNMENT

        public static final java.lang.String CONSIGNMENT
        Qualifier of the CustomerVendorReview.consignment attribute
        See Also:
        Constant Field Values
      • SATISFACTION

        public static final java.lang.String SATISFACTION
        Qualifier of the CustomerVendorReview.satisfaction attribute
        See Also:
        Constant Field Values
      • DELIVERY

        public static final java.lang.String DELIVERY
        Qualifier of the CustomerVendorReview.delivery attribute
        See Also:
        Constant Field Values
      • COMMUNICATION

        public static final java.lang.String COMMUNICATION
        Qualifier of the CustomerVendorReview.communication attribute
        See Also:
        Constant Field Values
      • CREATEDATE

        public static final java.lang.String CREATEDATE
        Qualifier of the CustomerVendorReview.createDate attribute
        See Also:
        Constant Field Values
      • APPROVALSTATUS

        public static final java.lang.String APPROVALSTATUS
        Qualifier of the CustomerVendorReview.approvalStatus attribute
        See Also:
        Constant Field Values
      • VENDOR

        public static final java.lang.String VENDOR
        Qualifier of the CustomerVendorReview.vendor attribute
        See Also:
        Constant Field Values
      • COMMENT

        public static final java.lang.String COMMENT
        Qualifier of the CustomerVendorReview.comment attribute
        See Also:
        Constant Field Values
      • LANGUAGE

        public static final java.lang.String LANGUAGE
        Qualifier of the CustomerVendorReview.language attribute
        See Also:
        Constant Field Values
      • DEFAULT_INITIAL_ATTRIBUTES

        protected static final java.util.Map<java.lang.String,​Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
    • Constructor Detail

      • GeneratedCustomerVendorReview

        public GeneratedCustomerVendorReview()
    • Method Detail

      • getApprovalStatus

        public EnumerationValue getApprovalStatus​(SessionContext ctx)
        Generated method - Getter of the CustomerVendorReview.approvalStatus attribute.
        Returns:
        the approvalStatus - Review approval status
      • getApprovalStatus

        public EnumerationValue getApprovalStatus()
        Generated method - Getter of the CustomerVendorReview.approvalStatus attribute.
        Returns:
        the approvalStatus - Review approval status
      • setApprovalStatus

        public void setApprovalStatus​(SessionContext ctx,
                                      EnumerationValue value)
        Generated method - Setter of the CustomerVendorReview.approvalStatus attribute.
        Parameters:
        value - the approvalStatus - Review approval status
      • setApprovalStatus

        public void setApprovalStatus​(EnumerationValue value)
        Generated method - Setter of the CustomerVendorReview.approvalStatus attribute.
        Parameters:
        value - the approvalStatus - Review approval status
      • getComment

        public java.lang.String getComment​(SessionContext ctx)
        Generated method - Getter of the CustomerVendorReview.comment attribute.
        Returns:
        the comment - Comment for the customer vendor review
      • getComment

        public java.lang.String getComment()
        Generated method - Getter of the CustomerVendorReview.comment attribute.
        Returns:
        the comment - Comment for the customer vendor review
      • setComment

        public void setComment​(SessionContext ctx,
                               java.lang.String value)
        Generated method - Setter of the CustomerVendorReview.comment attribute.
        Parameters:
        value - the comment - Comment for the customer vendor review
      • setComment

        public void setComment​(java.lang.String value)
        Generated method - Setter of the CustomerVendorReview.comment attribute.
        Parameters:
        value - the comment - Comment for the customer vendor review
      • getCommunication

        public java.lang.Double getCommunication​(SessionContext ctx)
        Generated method - Getter of the CustomerVendorReview.communication attribute.
        Returns:
        the communication - Communication effectiveness
      • getCommunication

        public java.lang.Double getCommunication()
        Generated method - Getter of the CustomerVendorReview.communication attribute.
        Returns:
        the communication - Communication effectiveness
      • getCommunicationAsPrimitive

        public double getCommunicationAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the CustomerVendorReview.communication attribute.
        Returns:
        the communication - Communication effectiveness
      • getCommunicationAsPrimitive

        public double getCommunicationAsPrimitive()
        Generated method - Getter of the CustomerVendorReview.communication attribute.
        Returns:
        the communication - Communication effectiveness
      • setCommunication

        protected void setCommunication​(SessionContext ctx,
                                        java.lang.Double value)
        Generated method - Setter of the CustomerVendorReview.communication attribute.
        Parameters:
        value - the communication - Communication effectiveness
      • setCommunication

        protected void setCommunication​(java.lang.Double value)
        Generated method - Setter of the CustomerVendorReview.communication attribute.
        Parameters:
        value - the communication - Communication effectiveness
      • setCommunication

        protected void setCommunication​(SessionContext ctx,
                                        double value)
        Generated method - Setter of the CustomerVendorReview.communication attribute.
        Parameters:
        value - the communication - Communication effectiveness
      • setCommunication

        protected void setCommunication​(double value)
        Generated method - Setter of the CustomerVendorReview.communication attribute.
        Parameters:
        value - the communication - Communication effectiveness
      • getConsignment

        public Consignment getConsignment​(SessionContext ctx)
        Generated method - Getter of the CustomerVendorReview.consignment attribute.
        Returns:
        the consignment
      • getConsignment

        public Consignment getConsignment()
        Generated method - Getter of the CustomerVendorReview.consignment attribute.
        Returns:
        the consignment
      • setConsignment

        protected void setConsignment​(SessionContext ctx,
                                      Consignment value)
        Generated method - Setter of the CustomerVendorReview.consignment attribute.
        Parameters:
        value - the consignment
      • setConsignment

        protected void setConsignment​(Consignment value)
        Generated method - Setter of the CustomerVendorReview.consignment attribute.
        Parameters:
        value - the consignment
      • getCreateDate

        public java.util.Date getCreateDate​(SessionContext ctx)
        Generated method - Getter of the CustomerVendorReview.createDate attribute.
        Returns:
        the createDate - Date when the review is created
      • getCreateDate

        public java.util.Date getCreateDate()
        Generated method - Getter of the CustomerVendorReview.createDate attribute.
        Returns:
        the createDate - Date when the review is created
      • setCreateDate

        protected void setCreateDate​(SessionContext ctx,
                                     java.util.Date value)
        Generated method - Setter of the CustomerVendorReview.createDate attribute.
        Parameters:
        value - the createDate - Date when the review is created
      • setCreateDate

        protected void setCreateDate​(java.util.Date value)
        Generated method - Setter of the CustomerVendorReview.createDate attribute.
        Parameters:
        value - the createDate - Date when the review is created
      • getDelivery

        public java.lang.Double getDelivery​(SessionContext ctx)
        Generated method - Getter of the CustomerVendorReview.delivery attribute.
        Returns:
        the delivery - Delivery speed
      • getDelivery

        public java.lang.Double getDelivery()
        Generated method - Getter of the CustomerVendorReview.delivery attribute.
        Returns:
        the delivery - Delivery speed
      • getDeliveryAsPrimitive

        public double getDeliveryAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the CustomerVendorReview.delivery attribute.
        Returns:
        the delivery - Delivery speed
      • getDeliveryAsPrimitive

        public double getDeliveryAsPrimitive()
        Generated method - Getter of the CustomerVendorReview.delivery attribute.
        Returns:
        the delivery - Delivery speed
      • setDelivery

        protected void setDelivery​(SessionContext ctx,
                                   java.lang.Double value)
        Generated method - Setter of the CustomerVendorReview.delivery attribute.
        Parameters:
        value - the delivery - Delivery speed
      • setDelivery

        protected void setDelivery​(java.lang.Double value)
        Generated method - Setter of the CustomerVendorReview.delivery attribute.
        Parameters:
        value - the delivery - Delivery speed
      • setDelivery

        protected void setDelivery​(SessionContext ctx,
                                   double value)
        Generated method - Setter of the CustomerVendorReview.delivery attribute.
        Parameters:
        value - the delivery - Delivery speed
      • setDelivery

        protected void setDelivery​(double value)
        Generated method - Setter of the CustomerVendorReview.delivery attribute.
        Parameters:
        value - the delivery - Delivery speed
      • getLanguage

        public Language getLanguage​(SessionContext ctx)
        Generated method - Getter of the CustomerVendorReview.language attribute.
        Returns:
        the language - The language context
      • getLanguage

        public Language getLanguage()
        Generated method - Getter of the CustomerVendorReview.language attribute.
        Returns:
        the language - The language context
      • setLanguage

        public void setLanguage​(SessionContext ctx,
                                Language value)
        Generated method - Setter of the CustomerVendorReview.language attribute.
        Parameters:
        value - the language - The language context
      • setLanguage

        public void setLanguage​(Language value)
        Generated method - Setter of the CustomerVendorReview.language attribute.
        Parameters:
        value - the language - The language context
      • getSatisfaction

        public java.lang.Double getSatisfaction​(SessionContext ctx)
        Generated method - Getter of the CustomerVendorReview.satisfaction attribute.
        Returns:
        the satisfaction - Satisfaction level
      • getSatisfaction

        public java.lang.Double getSatisfaction()
        Generated method - Getter of the CustomerVendorReview.satisfaction attribute.
        Returns:
        the satisfaction - Satisfaction level
      • getSatisfactionAsPrimitive

        public double getSatisfactionAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the CustomerVendorReview.satisfaction attribute.
        Returns:
        the satisfaction - Satisfaction level
      • getSatisfactionAsPrimitive

        public double getSatisfactionAsPrimitive()
        Generated method - Getter of the CustomerVendorReview.satisfaction attribute.
        Returns:
        the satisfaction - Satisfaction level
      • setSatisfaction

        protected void setSatisfaction​(SessionContext ctx,
                                       java.lang.Double value)
        Generated method - Setter of the CustomerVendorReview.satisfaction attribute.
        Parameters:
        value - the satisfaction - Satisfaction level
      • setSatisfaction

        protected void setSatisfaction​(java.lang.Double value)
        Generated method - Setter of the CustomerVendorReview.satisfaction attribute.
        Parameters:
        value - the satisfaction - Satisfaction level
      • setSatisfaction

        protected void setSatisfaction​(SessionContext ctx,
                                       double value)
        Generated method - Setter of the CustomerVendorReview.satisfaction attribute.
        Parameters:
        value - the satisfaction - Satisfaction level
      • setSatisfaction

        protected void setSatisfaction​(double value)
        Generated method - Setter of the CustomerVendorReview.satisfaction attribute.
        Parameters:
        value - the satisfaction - Satisfaction level
      • getUser

        public User getUser​(SessionContext ctx)
        Generated method - Getter of the CustomerVendorReview.user attribute.
        Returns:
        the user
      • getUser

        public User getUser()
        Generated method - Getter of the CustomerVendorReview.user attribute.
        Returns:
        the user
      • setUser

        protected void setUser​(SessionContext ctx,
                               User value)
        Generated method - Setter of the CustomerVendorReview.user attribute.
        Parameters:
        value - the user
      • setUser

        protected void setUser​(User value)
        Generated method - Setter of the CustomerVendorReview.user attribute.
        Parameters:
        value - the user
      • getVendor

        public Vendor getVendor​(SessionContext ctx)
        Generated method - Getter of the CustomerVendorReview.vendor attribute.
        Returns:
        the vendor - Target vendor
      • getVendor

        public Vendor getVendor()
        Generated method - Getter of the CustomerVendorReview.vendor attribute.
        Returns:
        the vendor - Target vendor
      • setVendor

        protected void setVendor​(SessionContext ctx,
                                 Vendor value)
        Generated method - Setter of the CustomerVendorReview.vendor attribute.
        Parameters:
        value - the vendor - Target vendor
      • setVendor

        protected void setVendor​(Vendor value)
        Generated method - Setter of the CustomerVendorReview.vendor attribute.
        Parameters:
        value - the vendor - Target vendor