org.apache.maven.doxia.site.decoration
Class PublishDate

java.lang.Object
  extended by org.apache.maven.doxia.site.decoration.PublishDate
All Implemented Interfaces:
java.io.Serializable

public class PublishDate
extends java.lang.Object
implements java.io.Serializable

Modify display properties for date published.

Version:
$Revision$ $Date$
See Also:
Serialized Form

Constructor Summary
PublishDate()
           
 
Method Summary
 boolean equals(java.lang.Object other)
          Method equals
 java.lang.String getFormat()
          Get Date format to use.
 java.lang.String getModelEncoding()
           
 java.lang.String getPosition()
          Get Where to place the date published (left, right, navigation-top, navigation-bottom, bottom).
 int hashCode()
          Method hashCode
 void setFormat(java.lang.String format)
          Set Date format to use.
 void setModelEncoding(java.lang.String modelEncoding)
           
 void setPosition(java.lang.String position)
          Set Where to place the date published (left, right, navigation-top, navigation-bottom, bottom).
 java.lang.String toString()
          Method toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PublishDate

public PublishDate()
Method Detail

equals

public boolean equals(java.lang.Object other)
Method equals

Overrides:
equals in class java.lang.Object
Parameters:
other -

getFormat

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


getPosition

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


hashCode

public int hashCode()
Method hashCode

Overrides:
hashCode in class java.lang.Object

setFormat

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

Parameters:
format -

setPosition

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

Parameters:
position -

toString

public java.lang.String toString()
Method toString

Overrides:
toString in class java.lang.Object

setModelEncoding

public void setModelEncoding(java.lang.String modelEncoding)

getModelEncoding

public java.lang.String getModelEncoding()


Copyright 2006 null. All Rights Reserved.