|
ContactCenters V. 0.9.9. |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Named
Represents an object having a name.
| Method Summary | |
|---|---|
String |
getName()
Returns the name associated with this object. |
void |
setName(String name)
Sets the name of this object to name. |
| Method Detail |
|---|
String getName()
void setName(String name)
UnsupportedOperationException if the name is read-only.
name - the new name of the object.
UnsupportedOperationException - if the name cannot be changed.
NullPointerException - if name is null.
|
ContactCenters V. 0.9.9. |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||