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

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

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

Modify display properties for version published.

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

Constructor Summary
Version()
           
 
Method Summary
 boolean equals(java.lang.Object other)
          Method equals
 java.lang.String getModelEncoding()
           
 java.lang.String getPosition()
          Get Where to place the version published (left, right, navigation-top, navigation-bottom, bottom).
 int hashCode()
          Method hashCode
 void setModelEncoding(java.lang.String modelEncoding)
           
 void setPosition(java.lang.String position)
          Set Where to place the version 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

Version

public Version()
Method Detail

equals

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

Parameters:
other -

getPosition

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


hashCode

public int hashCode()
Method hashCode


setPosition

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

Parameters:
position -

toString

public java.lang.String toString()
Method toString


setModelEncoding

public void setModelEncoding(java.lang.String modelEncoding)

getModelEncoding

public java.lang.String getModelEncoding()


Copyright © 2002-2007 The Apache Software Foundation. All Rights Reserved.