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

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

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

import java.io.Serializable;
import java.util.List;

public class PersistableCustomerOption extends CustomerOptionEntity
		implements Serializable {
	
	/**
	 * 
	 */
	private static final long serialVersionUID = 1L;
	private List descriptions;

	public void setDescriptions(List descriptions) {
		this.descriptions = descriptions;
	}

	public List getDescriptions() {
		return descriptions;
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy