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

com.salesmanager.shop.model.content.ContentSettings Maven / Gradle / Ivy

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

import java.io.Serializable;


/**
 * System configuration settings for content management
 * @author carlsamson
 *
 */
public class ContentSettings implements Serializable {

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

	public String getHttpBasePath() {
		return httpBasePath;
	}

	public void setHttpBasePath(String httpBasePath) {
		this.httpBasePath = httpBasePath;
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy