|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.doxia.document.DocumentCover
public class DocumentCover
Contains meta-data information for the document cover page.
| Constructor Summary | |
|---|---|
DocumentCover()
|
|
| Method Summary | |
|---|---|
void |
addAuthor(DocumentAuthor documentAuthor)
Method addAuthor. |
boolean |
equals(java.lang.Object other)
Method equals. |
java.util.List |
getAuthors()
Method getAuthors. |
java.lang.String |
getCompanyLogo()
Get The location of an image file that represents the company logo. |
java.lang.String |
getCompanyName()
Get The name of the entity that is responsible for the content of the document, or a copyright holder. |
java.util.Date |
getCoverDate()
Get The date to appear on the cover. |
java.lang.String |
getCoverSubTitle()
Get a sub-title to appear on the cover. |
java.lang.String |
getCoverTitle()
Get The title to appear on the cover. |
java.lang.String |
getCoverType()
Get The type of the document. |
java.lang.String |
getCoverVersion()
Get The version of the project that appears on the cover page. |
java.lang.String |
getProjectLogo()
Get The location of an image file that represents the project logo. |
java.lang.String |
getProjectName()
Get The name of the project. |
int |
hashCode()
Method hashCode. |
void |
removeAuthor(DocumentAuthor documentAuthor)
Method removeAuthor. |
void |
setAuthors(java.util.List authors)
Set The authors that appear on the cover page. |
void |
setCompanyLogo(java.lang.String companyLogo)
Set The location of an image file that represents the company logo. |
void |
setCompanyName(java.lang.String companyName)
Set The name of the entity that is responsible for the content of the document, or a copyright holder. |
void |
setCoverDate(java.util.Date coverDate)
Set The date to appear on the cover. |
void |
setCoverSubTitle(java.lang.String coverSubTitle)
Set a sub-title to appear on the cover. |
void |
setCoverTitle(java.lang.String coverTitle)
Set The title to appear on the cover. |
void |
setCoverType(java.lang.String coverType)
Set The type of the document. |
void |
setCoverVersion(java.lang.String coverVersion)
Set The version of the project that appears on the cover page. |
void |
setProjectLogo(java.lang.String projectLogo)
Set The location of an image file that represents the project logo. |
void |
setProjectName(java.lang.String projectName)
Set The name of the project. |
java.lang.String |
toString()
Method toString. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DocumentCover()
| Method Detail |
|---|
public void addAuthor(DocumentAuthor documentAuthor)
documentAuthor - public boolean equals(java.lang.Object other)
equals in class java.lang.Objectother -
public java.util.List getAuthors()
public java.lang.String getCompanyLogo()
public java.lang.String getCompanyName()
public java.util.Date getCoverDate()
public java.lang.String getCoverSubTitle()
public java.lang.String getCoverTitle()
public java.lang.String getCoverType()
public java.lang.String getCoverVersion()
public java.lang.String getProjectLogo()
public java.lang.String getProjectName()
public int hashCode()
hashCode in class java.lang.Objectpublic void removeAuthor(DocumentAuthor documentAuthor)
documentAuthor - public void setAuthors(java.util.List authors)
authors - public void setCompanyLogo(java.lang.String companyLogo)
companyLogo - public void setCompanyName(java.lang.String companyName)
companyName - public void setCoverDate(java.util.Date coverDate)
coverDate - public void setCoverSubTitle(java.lang.String coverSubTitle)
coverSubTitle - public void setCoverTitle(java.lang.String coverTitle)
coverTitle - public void setCoverType(java.lang.String coverType)
coverType - public void setCoverVersion(java.lang.String coverVersion)
coverVersion - public void setProjectLogo(java.lang.String projectLogo)
projectLogo - public void setProjectName(java.lang.String projectName)
projectName - public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||