foundry.names
Class DefaultFullyIdentifiedObject
java.lang.Object
|
+--foundry.names.DefaultFullyIdentifiedObject
- All Implemented Interfaces:
- Described, Displayable, FullyIdentified, FullyNamed, Identified
- public class DefaultFullyIdentifiedObject
- extends Object
- implements FullyIdentified
| Methods inherited from class java.lang.Object |
, clone, finalize, getClass, notify, notifyAll, registerNatives, toString, wait, wait, wait |
id
private long id
fullName
private String fullName
displayName
private String displayName
description
private String description
throwableListeners
private ArrayList throwableListeners
DefaultFullyIdentifiedObject
public DefaultFullyIdentifiedObject()
throws NameException
DefaultFullyIdentifiedObject
public DefaultFullyIdentifiedObject(Properties p)
throws NameException
getFullName
public String getFullName()
throws NameException
- Specified by:
getFullName in interface FullyNamed
setFullName
public void setFullName(String fullName)
throws NameException
- Specified by:
setFullName in interface FullyNamed
getDisplayName
public String getDisplayName()
throws NameException
- Specified by:
getDisplayName in interface Displayable
setDisplayName
public void setDisplayName(String name)
throws NameException
- Specified by:
setDisplayName in interface Displayable
getID
public long getID()
throws NameException
- Specified by:
getID in interface Identified
setID
public void setID(long newID)
throws NameException
- Specified by:
setID in interface Identified
getIDAsString
public String getIDAsString()
throws NameException
- Specified by:
getIDAsString in interface Identified
getDescription
public String getDescription()
throws NameException
- Specified by:
getDescription in interface Described
setDescription
public void setDescription(String description)
throws NameException
- Specified by:
setDescription in interface Described
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
equals
public boolean equals(Object o)
- Overrides:
equals in class Object
addThrowableListener
public void addThrowableListener(ThrowableListener t)
removeThrowableListener
public void removeThrowableListener(ThrowableListener t)
fireThrowableEvent
protected void fireThrowableEvent(Throwable t,
String extras)
Copyright © 2000 - Laird Jarrett Nelson