|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ICall
This interface must be implemented by a Call object, which should be used in the framework.
| Method Summary | |
|---|---|
Object |
clone()
Clones this call to one-to-one copied object |
IAttribute |
getAttribute(String name)
Gets a specific attribute the call. |
IAttributeMap |
getAttributes()
Gets the map with all attributes of the call. |
ICaller |
getCaller()
Gets the caller object of the call. |
ICip |
getCIP()
Gets the CIP (common ISDN access profile) of the call. |
Date |
getDate()
Gets the date of the call. |
IMsn |
getMSN()
Gets the MSN (multiple subscriber number) of the call. |
String |
getUUID()
Gets the UUID of the call. |
void |
setAttribute(IAttribute att)
Sets an attribute of a call. |
void |
setAttributes(IAttributeMap attMap)
Sets multiple attributes with an attribute list of a call. |
void |
setCaller(ICaller caller)
Sets a caller object of a call. |
void |
setCIP(ICip cip)
Sets the CIP (common ISDN access profile) of a call. |
void |
setDate(Date date)
Sets the date of a call. |
void |
setMSN(IMsn msn)
Sets a MSN (multiple subscriber number) object of a call. |
void |
setUUID(String uuid)
Sets a unique identifier of a call. |
| Method Detail |
|---|
void setUUID(String uuid)
uuid - UUID of the call to be setvoid setCaller(ICaller caller)
caller - caller of the call to be setvoid setMSN(IMsn msn)
msn - MSN of the call to be setvoid setDate(Date date)
date - date of the call to be setvoid setCIP(ICip cip)
cip - CIP of the call to be setvoid setAttribute(IAttribute att)
att - attribute of the call to be setvoid setAttributes(IAttributeMap attMap)
attMap - map of attributes to be setString getUUID()
ICip getCIP()
Date getDate()
ICaller getCaller()
IMsn getMSN()
IAttribute getAttribute(String name)
name - 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 | |||||||||