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

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

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

import java.io.Serializable;

public class CustomerAttributeEntity extends CustomerAttribute implements
		Serializable {

	/**
	 * 
	 */
	private static final long serialVersionUID = 1L;
	private String textValue;
	public void setTextValue(String textValue) {
		this.textValue = textValue;
	}
	public String getTextValue() {
		return textValue;
	}



}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy