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

public class Version extends Object implements Serializable, Cloneable
Modify display properties for version published.
Version:
$Revision$ $Date$
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private String
    Where to place the version published (left, right, navigation-top, navigation-bottom, bottom).
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Method clone.
    boolean
    equals(Object other)
    Method equals.
    Get where to place the version published (left, right, navigation-top, navigation-bottom, bottom).
    int
    Method hashCode.
    void
    setPosition(String position)
    Set where to place the version published (left, right, navigation-top, navigation-bottom, bottom).
    Method toString.

    Methods inherited from class java.lang.Object

    finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • position

      private String position
      Where to place the version published (left, right, navigation-top, navigation-bottom, bottom).
  • Constructor Details

    • Version

      public Version()
  • Method Details

    • clone

      public Version clone()
      Method clone.
      Overrides:
      clone in class Object
      Returns:
      Version
    • equals

      public boolean equals(Object other)
      Method equals.
      Overrides:
      equals in class Object
      Parameters:
      other - a other object.
      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 - a position object.
    • toString

      public String toString()
      Method toString.
      Overrides:
      toString in class Object
      Returns:
      String