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

com.salesmanager.shop.model.tax.ReadableTaxRateFull Maven / Gradle / Ivy

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

import java.util.ArrayList;
import java.util.List;

public class ReadableTaxRateFull extends TaxRateEntity {

	/**
	 * 
	 */
	private static final long serialVersionUID = 1L;
	List descriptions = new ArrayList();
	public List getDescriptions() {
		return descriptions;
	}
	public void setDescriptions(List descriptions) {
		this.descriptions = descriptions;
	}
	


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy