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

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

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

/**
 * Input Object used in REST request
 * @author carlsamson
 *
 */
public class ContentName extends Content {

	/**
	 * 
	 */
	private static final long serialVersionUID = 1L;
	
	public ContentName() {
		super();
	}
	
	public ContentName(String name) {
		super(name);
	}
	
	public ContentName(String name, String contentType) {
		super(name);
	}

	


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy