|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfulmine.Addressable
public class Addressable
Basic implementation of an IAddressable object
| Constructor Summary | |
|---|---|
Addressable(IAddressable id)
Standard clone constructor |
|
Addressable(String identity,
IType type,
IDomain domain)
Standard constructor |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getAddress()
Get the unique address for this. |
IDomain |
getDomain()
Get the domain attribute of this object. |
String |
getIdentity()
Get the identification string for this entity. |
IType |
getType()
Get the type attribute of this object. |
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Addressable(IAddressable id)
id - the addressable instance to clone from
public Addressable(String identity,
IType type,
IDomain domain)
identity - the identitytype - the typedomain - the domain| Method Detail |
|---|
public final IType getType()
IAddressable
getType in interface IAddressableIAddressable.getDomain()public final IDomain getDomain()
IAddressable
getDomain in interface IAddressableIAddressable.getType()public final String getIdentity()
IAddressable
getIdentity in interface IAddressableString identity providing an identification for this
entity within its type and domain.IAddressable.getType(),
IAddressable.getDomain()public final String toString()
toString in class Objectpublic int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectpublic String getAddress()
IAddressable
getAddress in interface IAddressable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||