org.apache.maven.doxia.site.decoration

Class PublishDate

public class PublishDate extends Object implements Serializable

Modify display properties for date published.

Version: $Revision$ $Date$

Method Summary
booleanequals(Object other)
Method equals
StringgetFormat()
Get Date format to use.
StringgetModelEncoding()
StringgetPosition()
Get Where to place the date published (left, right, navigation-top, navigation-bottom, bottom).
inthashCode()
Method hashCode
voidsetFormat(String format)
Set Date format to use.
voidsetModelEncoding(String modelEncoding)
voidsetPosition(String position)
Set Where to place the date published (left, right, navigation-top, navigation-bottom, bottom).
StringtoString()
Method toString

Method Detail

equals

public boolean equals(Object other)
Method equals

Parameters: other

getFormat

public String getFormat()
Get Date format to use. The default is MM/dd/yyyy.

getModelEncoding

public String getModelEncoding()

getPosition

public String getPosition()
Get Where to place the date published (left, right, navigation-top, navigation-bottom, bottom).

hashCode

public int hashCode()
Method hashCode

setFormat

public void setFormat(String format)
Set Date format to use. The default is MM/dd/yyyy.

Parameters: format

setModelEncoding

public void setModelEncoding(String modelEncoding)

setPosition

public void setPosition(String position)
Set Where to place the date published (left, right, navigation-top, navigation-bottom, bottom).

Parameters: position

toString

public String toString()
Method toString
Copyright © {inceptionYear}-2008 null. All Rights Reserved.