|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ICaller
This interface must be implemented by a Caller object, which should be used in the framework.
| Method Summary | |
|---|---|
Object |
clone()
Clones this caller to one-to-one copied object |
IAttribute |
getAttribute(String attName)
Gets a specific attribute of the caller. |
IAttributeMap |
getAttributes()
Gets the attribute map with all attributes of the caller. |
IName |
getName()
Gets the name object of the caller. |
IPhonenumber |
getPhoneNumber()
Gets the phone number of the caller. |
String |
getUUID()
Gets the UUID of the caller. |
void |
setAttribute(IAttribute att)
Sets a attribute of a caller. |
void |
setAttributes(IAttributeMap attMap)
Sets a attribute map of a caller. |
void |
setName(IName name)
Sets a name object of a caller. |
void |
setPhoneNumber(IPhonenumber phonenumber)
Sets a phone number object of a caller. |
void |
setUUID(String uuid)
Sets a unique identifier of a caller. |
| Method Detail |
|---|
void setUUID(String uuid)
uuid - UUID of the caller to be setvoid setPhoneNumber(IPhonenumber phonenumber)
phonenumber - phone number object of the caller to be setvoid setName(IName name)
name - name object of the caller to be setvoid setAttribute(IAttribute att)
att - attribute of the caller to be setvoid setAttributes(IAttributeMap attMap)
attMap - attribute map of the caller to be setString getUUID()
IPhonenumber getPhoneNumber()
IName getName()
IAttribute getAttribute(String attName)
attName - name of the attribute
IAttributeMap getAttributes()
Object clone()
throws CloneNotSupportedException
CloneNotSupportedException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||