|
||||||||||
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(Object other)
Method equals. |
Date |
getDate()
Get the date and time when the template was last modified, prior to being used to create the current document. |
String |
getHref()
Get the location of the document template. |
String |
getModifydate()
Get the date and time when the template was last modified. |
String |
getTitle()
Get the name of the document template. |
int |
hashCode()
Method hashCode. |
void |
setDate(Date date)
Set the date and time when the template was last modified, prior to being used to create the current document. |
void |
setHref(String href)
Set the location of the document template. |
void |
setModifydate(String modifydate)
Set the date as String (recommended format is ISO 8601) when the template was last modified. |
void |
setTitle(String title)
Set the name of the document template. |
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(Object other)
equals
in class Object
other
-
public Date getDate()
public String getHref()
public String getTitle()
public int hashCode()
hashCode
in class Object
public void setDate(Date date)
date
- public void setHref(String href)
href
- public void setModifydate(String modifydate)
date
is not set.
modifydate
- public void setTitle(String title)
title
- public String toString()
toString
in class Object
public String getModifydate()
getDate()
if setted, formatted using ISO-8601 English format, otherwise return
the modifydate
.getDate()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |