|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface INamedObject
INamedObject is the base for all classes or interfaces with the property "name".
Method Summary | |
---|---|
String |
getName()
Gets the name of the object. |
void |
setName(String pName)
Sets the name of the object. |
Method Detail |
---|
String getName()
void setName(String pName) throws Exception
pName
- the name of the object.
Exception
- if setting the name fails
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |