com.atlassian.jira.project
Class VersionProxy

java.lang.Object
  extended bycom.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()

equals

public boolean equals(Object o)

hashCode

public int hashCode()


Copyright © 2002-2006 Atlassian. All Rights Reserved.