|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectinetsoft.report.DocumentInfo
public class DocumentInfo
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 |
|---|
public DocumentInfo()
| Method Detail |
|---|
public void setAuthor(String author)
public String getAuthor()
public void setCreationDate(Date date)
public Date getCreationDate()
public void setModDate(Date date)
public Date getModDate()
public void setModUser(String modUser)
public String getModUser()
public void setTitle(String title)
public String getTitle()
public void setSubject(String subject)
public String getSubject()
public void setKeywords(String keywords)
public String getKeywords()
public void setComments(String comments)
public String getComments()
public String toString()
toString in class Object
|
Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||