com.atlassian.jira.project
Class VersionProxy

java.lang.Object
  extended bycom.atlassian.jira.project.VersionProxy

public class VersionProxy
extends java.lang.Object

To contain a key / value pair because we want to manipulate the version strings.


Constructor Summary
VersionProxy(GenericValue version)
           
VersionProxy(long key, java.lang.String value)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 long getKey()
           
 java.lang.String getValue()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VersionProxy

public VersionProxy(GenericValue version)

VersionProxy

public VersionProxy(long key,
                    java.lang.String value)
Method Detail

getKey

public long getKey()

getValue

public java.lang.String getValue()

toString

public java.lang.String toString()

equals

public boolean equals(java.lang.Object o)

hashCode

public int hashCode()