org.pentaho.platform.api.engine
Interface IContentGeneratorInfo

All Known Implementing Classes:
ContentGeneratorInfo

public interface IContentGeneratorInfo


Method Summary
 IObjectCreator getCreator()
           
 String getDescription()
           
 IFileInfoGenerator getFileInfoGenerator()
           
 String getId()
           
 String getTitle()
           
 String getUrl()
           
 void setDescription(String description)
           
 void setId(String id)
           
 void setObjectCreator(IObjectCreator creator)
           
 void setTitle(String title)
           
 void setUrl(String url)
           
 

Method Detail

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()