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