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

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

public class Version
extends Object
implements Serializable

Modify display properties for version published.

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

Constructor Summary
Version()
           
 
Method Summary
 boolean equals(Object other)
          Method equals.
 String getPosition()
          Get where to place the version published (left, right, navigation-top, navigation-bottom, bottom).
 int hashCode()
          Method hashCode.
 void setPosition(String position)
          Set where to place the version published (left, right, navigation-top, navigation-bottom, bottom).
 String toString()
          Method toString.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Version

public Version()
Method Detail

equals

public boolean equals(Object other)
Method equals.

Overrides:
equals in class Object
Parameters:
other -
Returns:
boolean

getPosition

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

Returns:
String

hashCode

public int hashCode()
Method hashCode.

Overrides:
hashCode in class Object
Returns:
int

setPosition

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

Parameters:
position -

toString

public String toString()
Method toString.

Overrides:
toString in class Object
Returns:
String


Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.