jcifs.netbios

Class Name


public class Name
extends java.lang.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()

Field Details

hexCode

public int hexCode

name

public String name

scope

public String scope

Constructor Details

Name

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

Method Details

equals

public boolean equals(Object obj)

hashCode

public int hashCode()

toString

public String toString()