org.pentaho.platform.engine.core.solution
Class ContentGeneratorInfo

java.lang.Object
  extended by org.pentaho.platform.engine.core.solution.ContentGeneratorInfo
All Implemented Interfaces:
IContentGeneratorInfo

public class ContentGeneratorInfo
extends Object
implements IContentGeneratorInfo


Constructor Summary
ContentGeneratorInfo()
           
 
Method Summary
 IObjectCreator getCreator()
           
 String getDescription()
           
 IFileInfoGenerator getFileInfoGenerator()
           
 String getId()
           
 String getTitle()
           
 String getUrl()
           
 void setDescription(String description)
           
 void setFileInfoGenerator(IFileInfoGenerator fileInfoGenerator)
           
 void setId(String id)
           
 void setObjectCreator(IObjectCreator creator)
           
 void setTitle(String title)
           
 void setUrl(String url)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentGeneratorInfo

public ContentGeneratorInfo()
Method Detail

getDescription

public String getDescription()
Specified by:
getDescription in interface IContentGeneratorInfo

setDescription

public void setDescription(String description)
Specified by:
setDescription in interface IContentGeneratorInfo

getId

public String getId()
Specified by:
getId in interface IContentGeneratorInfo

setId

public void setId(String id)
Specified by:
setId in interface IContentGeneratorInfo

getTitle

public String getTitle()
Specified by:
getTitle in interface IContentGeneratorInfo

setTitle

public void setTitle(String title)
Specified by:
setTitle in interface IContentGeneratorInfo

setObjectCreator

public void setObjectCreator(IObjectCreator creator)
Specified by:
setObjectCreator in interface IContentGeneratorInfo

getCreator

public IObjectCreator getCreator()
Specified by:
getCreator in interface IContentGeneratorInfo

getUrl

public String getUrl()
Specified by:
getUrl in interface IContentGeneratorInfo

setUrl

public void setUrl(String url)
Specified by:
setUrl in interface IContentGeneratorInfo

getFileInfoGenerator

public IFileInfoGenerator getFileInfoGenerator()
Specified by:
getFileInfoGenerator in interface IContentGeneratorInfo

setFileInfoGenerator

public void setFileInfoGenerator(IFileInfoGenerator fileInfoGenerator)