|
||||||||||
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 |
getModelEncoding()
|
java.lang.String |
getModifydate()
Get the date and time when the template was last modified. |
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 |
setModelEncoding(java.lang.String modelEncoding)
|
void |
setModifydate(java.lang.String modifydate)
Set The date as String (recommended format is ISO 8601) when the template was last modified. |
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.Object
other
- public java.util.Date getDate()
public java.lang.String getHref()
public java.lang.String getTitle()
public int hashCode()
hashCode
in class java.lang.Object
public void setDate(java.util.Date date)
date
- public void setHref(java.lang.String href)
href
- public void setModifydate(java.lang.String modifydate)
date
is not set.
modifydate
- public void setTitle(java.lang.String title)
title
- public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String getModifydate()
getDate()
if setted, formatted using ISO-8601 English format, otherwise return
the modifydate
.getDate()
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 |