org.pentaho.platform.api.engine
Interface IContentGeneratorInfo
- All Known Implementing Classes:
- ContentGeneratorInfo
public interface IContentGeneratorInfo
getDescription
String getDescription()
setDescription
void setDescription(String description)
getId
String getId()
setId
void setId(String id)
getUrl
String getUrl()
setUrl
void setUrl(String url)
getTitle
String getTitle()
setTitle
void setTitle(String title)
setObjectCreator
void setObjectCreator(IObjectCreator creator)
getCreator
IObjectCreator getCreator()
getFileInfoGenerator
IFileInfoGenerator getFileInfoGenerator()