|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.doxia.document.DocumentTemplate
public class DocumentTemplate
A template that was used to create the document.
| Constructor Summary | |
|---|---|
DocumentTemplate()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object other)
Method equals. |
java.util.Date |
getDate()
Get The date and time when the template was last modified, prior to being used to create the current document. |
java.lang.String |
getHref()
Get The location of the document template. |
java.lang.String |
getTitle()
Get The name of the document template. |
int |
hashCode()
Method hashCode. |
void |
setDate(java.util.Date date)
Set The date and time when the template was last modified, prior to being used to create the current document. |
void |
setHref(java.lang.String href)
Set The location of the document template. |
void |
setTitle(java.lang.String title)
Set The name of the document template. |
java.lang.String |
toString()
Method toString. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DocumentTemplate()
| Method Detail |
|---|
public boolean equals(java.lang.Object other)
equals in class java.lang.Objectother -
public java.util.Date getDate()
public java.lang.String getHref()
public java.lang.String getTitle()
public int hashCode()
hashCode in class java.lang.Objectpublic void setDate(java.util.Date date)
date - public void setHref(java.lang.String href)
href - public void setTitle(java.lang.String title)
title - 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 | |||||||||