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

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

public class FileInfo
extends Object
implements IFileInfo


Constructor Summary
FileInfo()
           
 
Method Summary
 String getAuthor()
           
 String getDescription()
           
 String getDisplayType()
           
 String getIcon()
           
 String getTitle()
           
 void setAuthor(String author)
           
 void setDescription(String description)
           
 void setDisplayType(String displayType)
           
 void setIcon(String icon)
           
 void setTitle(String title)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileInfo

public FileInfo()
Method Detail

getTitle

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

setTitle

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

getDescription

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

setDescription

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

getAuthor

public String getAuthor()
Specified by:
getAuthor in interface IFileInfo

setAuthor

public void setAuthor(String author)
Specified by:
setAuthor in interface IFileInfo

getIcon

public String getIcon()
Specified by:
getIcon in interface IFileInfo

setIcon

public void setIcon(String icon)
Specified by:
setIcon in interface IFileInfo

getDisplayType

public String getDisplayType()
Specified by:
getDisplayType in interface IFileInfo

setDisplayType

public void setDisplayType(String displayType)
Specified by:
setDisplayType in interface IFileInfo