|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.maven.doxia.docrenderer.document.DocumentMeta
Element that contains some meta information about the document.
| Constructor Summary | |
DocumentMeta()
|
|
| Method Summary | |
boolean |
equals(java.lang.Object other)
Method equals |
java.lang.String |
getAuthor()
Get The author of the document. |
java.lang.String |
getKeywords()
Get The keywords of the document |
java.lang.String |
getModelEncoding()
|
java.lang.String |
getPageSize()
Get The pagesize of the document |
java.lang.String |
getSubject()
Get The subject of the document. |
java.lang.String |
getTitle()
Get Title of the document. |
int |
hashCode()
Method hashCode |
void |
setAuthor(java.lang.String author)
Set The author of the document. |
void |
setKeywords(java.lang.String keywords)
Set The keywords of the document |
void |
setModelEncoding(java.lang.String modelEncoding)
|
void |
setPageSize(java.lang.String pageSize)
Set The pagesize of the document |
void |
setSubject(java.lang.String subject)
Set The subject of the document. |
void |
setTitle(java.lang.String title)
Set Title of the document. |
java.lang.String |
toString()
Method toString |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public DocumentMeta()
| Method Detail |
public boolean equals(java.lang.Object other)
other - public java.lang.String getAuthor()
public java.lang.String getKeywords()
public java.lang.String getPageSize()
public java.lang.String getSubject()
public java.lang.String getTitle()
public int hashCode()
public void setAuthor(java.lang.String author)
author - public void setKeywords(java.lang.String keywords)
keywords - public void setPageSize(java.lang.String pageSize)
pageSize - public void setSubject(java.lang.String subject)
subject - public void setTitle(java.lang.String title)
title - public java.lang.String toString()
public void setModelEncoding(java.lang.String modelEncoding)
public java.lang.String getModelEncoding()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||