com.ibm.maf
Class Name
java.lang.Object
|
+--com.ibm.maf.Name
- All Implemented Interfaces:
- java.io.Serializable
- public final class Name
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Constructor Summary |
Name()
|
Name(byte[] __authority,
byte[] __identity,
short __agent_system_type)
|
Method Summary |
boolean |
equals(java.lang.Object o)
|
int |
hashCode()
Returns an integer suitable for hash table indexing. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
authority
public byte[] authority
identity
public byte[] identity
agent_system_type
public short agent_system_type
Name
public Name()
Name
public Name(byte[] __authority,
byte[] __identity,
short __agent_system_type)
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Returns an integer suitable for hash table indexing.
- Overrides:
hashCode
in class java.lang.Object
- Returns:
- hash table indexing integer.
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object