com.atlassian.jira.project
Class VersionProxy

java.lang.Object
  extended by com.atlassian.jira.project.VersionProxy

public class VersionProxy
extends Object

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


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

Constructor Detail

VersionProxy

public VersionProxy(Version version)

VersionProxy

public VersionProxy(long key,
                    String value)
Method Detail

getKey

public long getKey()

getValue

public String getValue()

toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2002-2008 Atlassian. All Rights Reserved.