jcifs.netbios
Class Name

java.lang.Object
  extended by jcifs.netbios.Name

public class Name
extends Object


Field Summary
 int hexCode
           
 String name
           
 String scope
           
 
Constructor Summary
Name(String name, int hexCode, String scope)
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

name

public String name

scope

public String scope

hexCode

public int hexCode
Constructor Detail

Name

public Name(String name,
            int hexCode,
            String scope)
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.