Class CustomerVendorReviewModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.marketplaceservices.model.CustomerVendorReviewModel
All Implemented Interfaces:
Serializable

public class CustomerVendorReviewModel extends ItemModel
Generated model class for type CustomerVendorReview first defined at extension marketplaceservices.
See Also:
  • Field Details

    • _TYPECODE

      public static final String _TYPECODE
      Generated model type code constant.
      See Also:
    • USER

      public static final String USER
      Generated constant - Attribute key of CustomerVendorReview.user attribute defined at extension marketplaceservices.
      See Also:
    • CONSIGNMENT

      public static final String CONSIGNMENT
      Generated constant - Attribute key of CustomerVendorReview.consignment attribute defined at extension marketplaceservices.
      See Also:
    • SATISFACTION

      public static final String SATISFACTION
      Generated constant - Attribute key of CustomerVendorReview.satisfaction attribute defined at extension marketplaceservices.
      See Also:
    • DELIVERY

      public static final String DELIVERY
      Generated constant - Attribute key of CustomerVendorReview.delivery attribute defined at extension marketplaceservices.
      See Also:
    • COMMUNICATION

      public static final String COMMUNICATION
      Generated constant - Attribute key of CustomerVendorReview.communication attribute defined at extension marketplaceservices.
      See Also:
    • CREATEDATE

      public static final String CREATEDATE
      Generated constant - Attribute key of CustomerVendorReview.createDate attribute defined at extension marketplaceservices.
      See Also:
    • APPROVALSTATUS

      public static final String APPROVALSTATUS
      Generated constant - Attribute key of CustomerVendorReview.approvalStatus attribute defined at extension marketplaceservices.
      See Also:
    • VENDOR

      public static final String VENDOR
      Generated constant - Attribute key of CustomerVendorReview.vendor attribute defined at extension marketplaceservices.
      See Also:
    • COMMENT

      public static final String COMMENT
      Generated constant - Attribute key of CustomerVendorReview.comment attribute defined at extension marketplaceservices.
      See Also:
    • LANGUAGE

      public static final String LANGUAGE
      Generated constant - Attribute key of CustomerVendorReview.language attribute defined at extension marketplaceservices.
      See Also:
  • Constructor Details

    • CustomerVendorReviewModel

      public CustomerVendorReviewModel()
      Generated constructor - Default constructor for generic creation.
    • CustomerVendorReviewModel

      public CustomerVendorReviewModel(ItemModelContext ctx)
      Generated constructor - Default constructor for creation with existing context
      Parameters:
      ctx - the model context to be injected, must not be null
    • CustomerVendorReviewModel

      @Deprecated(since="4.1.1", forRemoval=true) public CustomerVendorReviewModel(Double _communication, ConsignmentModel _consignment, Date _createDate, Double _delivery, Double _satisfaction, UserModel _user, VendorModel _vendor)
      Deprecated, for removal: This API element is subject to removal in a future version.
      since 4.1.1 Please use the default constructor without parameters
      Generated constructor - Constructor with all mandatory attributes.
      Parameters:
      _communication - initial attribute declared by type CustomerVendorReview at extension marketplaceservices
      _consignment - initial attribute declared by type CustomerVendorReview at extension marketplaceservices
      _createDate - initial attribute declared by type CustomerVendorReview at extension marketplaceservices
      _delivery - initial attribute declared by type CustomerVendorReview at extension marketplaceservices
      _satisfaction - initial attribute declared by type CustomerVendorReview at extension marketplaceservices
      _user - initial attribute declared by type CustomerVendorReview at extension marketplaceservices
      _vendor - initial attribute declared by type CustomerVendorReview at extension marketplaceservices
    • CustomerVendorReviewModel

      @Deprecated(since="4.1.1", forRemoval=true) public CustomerVendorReviewModel(Double _communication, ConsignmentModel _consignment, Date _createDate, Double _delivery, ItemModel _owner, Double _satisfaction, UserModel _user, VendorModel _vendor)
      Deprecated, for removal: This API element is subject to removal in a future version.
      since 4.1.1 Please use the default constructor without parameters
      Generated constructor - for all mandatory and initial attributes.
      Parameters:
      _communication - initial attribute declared by type CustomerVendorReview at extension marketplaceservices
      _consignment - initial attribute declared by type CustomerVendorReview at extension marketplaceservices
      _createDate - initial attribute declared by type CustomerVendorReview at extension marketplaceservices
      _delivery - initial attribute declared by type CustomerVendorReview at extension marketplaceservices
      _owner - initial attribute declared by type Item at extension core
      _satisfaction - initial attribute declared by type CustomerVendorReview at extension marketplaceservices
      _user - initial attribute declared by type CustomerVendorReview at extension marketplaceservices
      _vendor - initial attribute declared by type CustomerVendorReview at extension marketplaceservices
  • Method Details

    • getApprovalStatus

      @Accessor(qualifier="approvalStatus", type=GETTER) public CustomerReviewApprovalType getApprovalStatus()
      Generated method - Getter of the CustomerVendorReview.approvalStatus attribute defined at extension marketplaceservices.
      Returns:
      the approvalStatus - Review approval status
    • getComment

      @Accessor(qualifier="comment", type=GETTER) public String getComment()
      Generated method - Getter of the CustomerVendorReview.comment attribute defined at extension marketplaceservices.
      Returns:
      the comment - Comment for the customer vendor review
    • getCommunication

      @Accessor(qualifier="communication", type=GETTER) public Double getCommunication()
      Generated method - Getter of the CustomerVendorReview.communication attribute defined at extension marketplaceservices.
      Returns:
      the communication - Communication effectiveness
    • getConsignment

      @Accessor(qualifier="consignment", type=GETTER) public ConsignmentModel getConsignment()
      Generated method - Getter of the CustomerVendorReview.consignment attribute defined at extension marketplaceservices.
      Returns:
      the consignment
    • getCreateDate

      @Accessor(qualifier="createDate", type=GETTER) public Date getCreateDate()
      Generated method - Getter of the CustomerVendorReview.createDate attribute defined at extension marketplaceservices.
      Returns:
      the createDate - Date when the review is created
    • getDelivery

      @Accessor(qualifier="delivery", type=GETTER) public Double getDelivery()
      Generated method - Getter of the CustomerVendorReview.delivery attribute defined at extension marketplaceservices.
      Returns:
      the delivery - Delivery speed
    • getLanguage

      @Accessor(qualifier="language", type=GETTER) public LanguageModel getLanguage()
      Generated method - Getter of the CustomerVendorReview.language attribute defined at extension marketplaceservices.
      Returns:
      the language - The language context
    • getSatisfaction

      @Accessor(qualifier="satisfaction", type=GETTER) public Double getSatisfaction()
      Generated method - Getter of the CustomerVendorReview.satisfaction attribute defined at extension marketplaceservices.
      Returns:
      the satisfaction - Satisfaction level
    • getUser

      @Accessor(qualifier="user", type=GETTER) public UserModel getUser()
      Generated method - Getter of the CustomerVendorReview.user attribute defined at extension marketplaceservices.
      Returns:
      the user
    • getVendor

      @Accessor(qualifier="vendor", type=GETTER) public VendorModel getVendor()
      Generated method - Getter of the CustomerVendorReview.vendor attribute defined at extension marketplaceservices.
      Returns:
      the vendor - Target vendor
    • setApprovalStatus

      @Accessor(qualifier="approvalStatus", type=SETTER) public void setApprovalStatus(CustomerReviewApprovalType value)
      Generated method - Setter of CustomerVendorReview.approvalStatus attribute defined at extension marketplaceservices.
      Parameters:
      value - the approvalStatus - Review approval status
    • setComment

      @Accessor(qualifier="comment", type=SETTER) public void setComment(String value)
      Generated method - Setter of CustomerVendorReview.comment attribute defined at extension marketplaceservices.
      Parameters:
      value - the comment - Comment for the customer vendor review
    • setCommunication

      @Accessor(qualifier="communication", type=SETTER) public void setCommunication(Double value)
      Generated method - Initial setter of CustomerVendorReview.communication attribute defined at extension marketplaceservices. Can only be used at creation of model - before first save.
      Parameters:
      value - the communication - Communication effectiveness
    • setConsignment

      @Accessor(qualifier="consignment", type=SETTER) public void setConsignment(ConsignmentModel value)
      Generated method - Initial setter of CustomerVendorReview.consignment attribute defined at extension marketplaceservices. Can only be used at creation of model - before first save.
      Parameters:
      value - the consignment
    • setCreateDate

      @Accessor(qualifier="createDate", type=SETTER) public void setCreateDate(Date value)
      Generated method - Initial setter of CustomerVendorReview.createDate attribute defined at extension marketplaceservices. Can only be used at creation of model - before first save.
      Parameters:
      value - the createDate - Date when the review is created
    • setDelivery

      @Accessor(qualifier="delivery", type=SETTER) public void setDelivery(Double value)
      Generated method - Initial setter of CustomerVendorReview.delivery attribute defined at extension marketplaceservices. Can only be used at creation of model - before first save.
      Parameters:
      value - the delivery - Delivery speed
    • setLanguage

      @Accessor(qualifier="language", type=SETTER) public void setLanguage(LanguageModel value)
      Generated method - Setter of CustomerVendorReview.language attribute defined at extension marketplaceservices.
      Parameters:
      value - the language - The language context
    • setSatisfaction

      @Accessor(qualifier="satisfaction", type=SETTER) public void setSatisfaction(Double value)
      Generated method - Initial setter of CustomerVendorReview.satisfaction attribute defined at extension marketplaceservices. Can only be used at creation of model - before first save.
      Parameters:
      value - the satisfaction - Satisfaction level
    • setUser

      @Accessor(qualifier="user", type=SETTER) public void setUser(UserModel value)
      Generated method - Initial setter of CustomerVendorReview.user attribute defined at extension marketplaceservices. Can only be used at creation of model - before first save.
      Parameters:
      value - the user
    • setVendor

      @Accessor(qualifier="vendor", type=SETTER) public void setVendor(VendorModel value)
      Generated method - Initial setter of CustomerVendorReview.vendor attribute defined at extension marketplaceservices. Can only be used at creation of model - before first save.
      Parameters:
      value - the vendor - Target vendor