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

com.salesmanager.shop.model.customer.attribute.ReadableCustomerOption Maven / Gradle / Ivy

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

import java.io.Serializable;

public class ReadableCustomerOption extends CustomerOptionEntity
		implements Serializable {
	
	/**
	 * 
	 */
	private static final long serialVersionUID = 1L;
	private CustomerOptionDescription description;
	public void setDescription(CustomerOptionDescription description) {
		this.description = description;
	}
	public CustomerOptionDescription getDescription() {
		return description;
	}



}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy