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
 String getClassname()
           
 String getDescription()
           
 String getFileInfoGeneratorClassname()
           
 String getId()
           
 String getTitle()
           
 String getType()
           
 String getUrl()
           
 void setClassname(String classname)
           
 void setDescription(String description)
           
 void setId(String id)
           
 void setTitle(String title)
           
 void setType(String type)
           
 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)

getId

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

setId

public void setId(String id)

getTitle

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

setTitle

public void setTitle(String title)

getUrl

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

setUrl

public void setUrl(String url)

getType

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

setType

public void setType(String type)

getClassname

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

setClassname

public void setClassname(String classname)

getFileInfoGeneratorClassname

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