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 Object

Author:
Alexey Stashok

Constructor Summary
Version(int major, int minor)
           
 
Method Summary
 boolean equals(Object object)
           
 int getMajor()
           
 int getMinor()
           
 int hashCode()
           
 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(Object object)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.