Style Intelligence v12.0

inetsoft.report
Class DocumentInfo

java.lang.Object
  extended by inetsoft.report.DocumentInfo
Direct Known Subclasses:
PDFDocumentInfo

public class DocumentInfo
extends Object

This class holds the report document info attributes. It can be set to generator or formater to support export these information to other file format.


Constructor Summary
DocumentInfo()
           
 
Method Summary
 String getAuthor()
          Get the document author.
 String getComments()
          Get the document comments.
 Date getCreationDate()
          Get the document creation date.
 String getKeywords()
          Get the document keywords.
 Date getModDate()
          Get the document last modification date.
 String getModUser()
          Get the user who last modified document.
 String getSubject()
          Get the document subject.
 String getTitle()
          Get the document title.
 void setAuthor(String author)
          Set the document author.
 void setComments(String comments)
          Set the document comments.
 void setCreationDate(Date date)
          Set the document creation date.
 void setKeywords(String keywords)
          Set the document keywords.
 void setModDate(Date date)
          Set the document last modification date.
 void setModUser(String modUser)
          Set the user who last modified document.
 void setSubject(String subject)
          Set the document subject.
 void setTitle(String title)
          Set the document title.
 String toString()
          Get a string description of the info.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DocumentInfo

public DocumentInfo()
Method Detail

setAuthor

public void setAuthor(String author)
Set the document author.


getAuthor

public String getAuthor()
Get the document author.


setCreationDate

public void setCreationDate(Date date)
Set the document creation date.


getCreationDate

public Date getCreationDate()
Get the document creation date.


setModDate

public void setModDate(Date date)
Set the document last modification date.


getModDate

public Date getModDate()
Get the document last modification date.


setModUser

public void setModUser(String modUser)
Set the user who last modified document.


getModUser

public String getModUser()
Get the user who last modified document.


setTitle

public void setTitle(String title)
Set the document title.


getTitle

public String getTitle()
Get the document title.


setSubject

public void setSubject(String subject)
Set the document subject.


getSubject

public String getSubject()
Get the document subject.


setKeywords

public void setKeywords(String keywords)
Set the document keywords.


getKeywords

public String getKeywords()
Get the document keywords.


setComments

public void setComments(String comments)
Set the document comments.


getComments

public String getComments()
Get the document comments.


toString

public String toString()
Get a string description of the info.

Overrides:
toString in class Object

Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved.