com.sun.xml.ws.transport.tcp.util
Class Version

java.lang.Object
  extended by com.sun.xml.ws.transport.tcp.util.Version

public final class Version
extends java.lang.Object


Constructor Summary
Version(int major, int minor)
           
 
Method Summary
 boolean equals(java.lang.Object object)
           
 int getMajor()
           
 int getMinor()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Version

public Version(int major,
               int minor)
Method Detail

getMajor

public int getMajor()

getMinor

public int getMinor()

equals

public boolean equals(java.lang.Object object)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

toString

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