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

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

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


public class SecuredShopPersistableCustomer extends SecuredCustomer {

	/**
	 * 
	 */
	private static final long serialVersionUID = 1L;
	

	private String checkPassword;
	

	public String getCheckPassword() {
		return checkPassword;
	}
	public void setCheckPassword(String checkPassword) {
		this.checkPassword = checkPassword;
	}
	


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy