Class Version

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable

    public class Version
    extends java.lang.Object
    implements java.io.Serializable, java.lang.Cloneable
    Modify display properties for version published.
    Version:
    $Revision$ $Date$
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      Version()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Version clone()
      Method clone.
      boolean equals​(java.lang.Object other)
      Method equals.
      java.lang.String getPosition()
      Get where to place the version published (left, right, navigation-top, navigation-bottom, bottom).
      int hashCode()
      Method hashCode.
      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

        finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • Version

        public Version()
    • Method Detail

      • clone

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

        public boolean equals​(java.lang.Object other)
        Method equals.
        Overrides:
        equals in class java.lang.Object
        Parameters:
        other - a other object.
        Returns:
        boolean
      • getPosition

        public java.lang.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 java.lang.Object
        Returns:
        int
      • setPosition

        public void setPosition​(java.lang.String position)
        Set where to place the version published (left, right, navigation-top, navigation-bottom, bottom).
        Parameters:
        position - a position object.
      • toString

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