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

net.savantly.sprout.module.content.model.contentTemplate.ContentTemplate Maven / Gradle / Ivy

The newest version!
package net.savantly.sprout.module.content.model.contentTemplate;

import java.util.Set;

import net.savantly.sprout.module.content.model.contentItem.ContentItem;

public interface ContentTemplate {
	
	String getId();

	String getName();

	String getDescription();

	String getContent();

	Set getContentItems();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy