All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.salesmanager.shop.model.customer.PersistableCustomerReview Maven / Gradle / Ivy

The newest version!
package com.salesmanager.shop.model.customer;

public class PersistableCustomerReview extends CustomerReviewEntity {
	
	/**
	 * 
	 */
	private static final long serialVersionUID = 1L;
	private Long reviewedCustomer;

	public Long getReviewedCustomer() {
		return reviewedCustomer;
	}

	public void setReviewedCustomer(Long reviewedCustomer) {
		this.reviewedCustomer = reviewedCustomer;
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy