|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.cafesip.sipexchange.inservice.shared.Subscriber
public class Subscriber
This class is used to provide information about a subscriber. An object of this type is instantiated by the SipExchange server and populated based on a subscriber's entry in the subscriber database. This object is created both for the calling and the called subscriber and is sent as a part of a service controller information.
The setter methods in this class is used by the SipExchange server to set the parameters and the getter methods are used by the SCP to retrieve the information. For further details on the invocation,
TriggerInfo,
Serialized Form| Constructor Summary | |
|---|---|
Subscriber(java.lang.String userid,
java.lang.String name,
java.lang.String email,
java.lang.String phone1,
java.lang.String phone2,
java.lang.String phone3,
java.lang.String webUrl,
java.lang.String additionalInfo,
java.lang.String domain,
java.util.Collection roles,
java.util.Properties properties,
java.util.ArrayList triggers)
A constructor for this class. |
|
| Method Summary | |
|---|---|
java.lang.String |
getAdditionalInfo()
This method is for future use. |
java.lang.String |
getDomain()
Getter method for getting the domain the subscriber belongs to. |
java.lang.String |
getEmail()
This method is for future use. |
java.lang.String |
getName()
This method is for future use. |
java.lang.String |
getPhone1()
This method is for future use. |
java.lang.String |
getPhone2()
This method is for future use. |
java.lang.String |
getPhone3()
This method is for future use. |
java.util.Properties |
getProperties()
Getter method for the properties associated with the subscribers. |
java.util.Collection |
getRoles()
Getter method for the roles associated with this user. |
java.util.ArrayList |
getTriggers()
Getter method for the triggers associaeted with this subscriber. |
java.lang.String |
getUserid()
Getter method for the user id. |
java.lang.String |
getWebUrl()
This method is for future use. |
void |
setAdditionalInfo(java.lang.String additionalInfo)
This method is for future use. |
void |
setDomain(java.lang.String domain)
Setter method for the domain name. |
void |
setEmail(java.lang.String email)
This method is for future use. |
void |
setName(java.lang.String name)
This method is for future use. |
void |
setPhone1(java.lang.String phone1)
This method is for future use. |
void |
setPhone2(java.lang.String phone2)
This method is for future use. |
void |
setPhone3(java.lang.String phone3)
This method is for future use. |
void |
setProperties(java.util.Properties properties)
Setter method for the properties associated with this subscriber. |
void |
setRoles(java.util.Collection roles)
Setter method for setting the roles. |
void |
setTriggers(java.util.ArrayList triggers)
Setter methods for the triggers associated with this subscriber. |
void |
setUserid(java.lang.String userid)
Setter method for the user id. |
void |
setWebUrl(java.lang.String webUrl)
This method is for future use. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Subscriber(java.lang.String userid,
java.lang.String name,
java.lang.String email,
java.lang.String phone1,
java.lang.String phone2,
java.lang.String phone3,
java.lang.String webUrl,
java.lang.String additionalInfo,
java.lang.String domain,
java.util.Collection roles,
java.util.Properties properties,
java.util.ArrayList triggers)
| Method Detail |
|---|
public java.lang.String getAdditionalInfo()
public void setAdditionalInfo(java.lang.String additionalInfo)
additionalInfo - public java.lang.String getDomain()
public void setDomain(java.lang.String domain)
domain - domain name to set.public java.lang.String getEmail()
public void setEmail(java.lang.String email)
email - public java.lang.String getName()
public void setName(java.lang.String name)
name - public java.lang.String getPhone1()
public void setPhone1(java.lang.String phone1)
phone1 - public java.lang.String getPhone2()
public void setPhone2(java.lang.String phone2)
phone2 - public java.lang.String getPhone3()
public void setPhone3(java.lang.String phone3)
phone3 - public java.lang.String getUserid()
public void setUserid(java.lang.String userid)
userid - user id string to set.public java.lang.String getWebUrl()
public void setWebUrl(java.lang.String webUrl)
webUrl - public java.util.Collection getRoles()
public void setRoles(java.util.Collection roles)
roles - roles for the subscriber.public java.util.Properties getProperties()
public void setProperties(java.util.Properties properties)
properties - properties object to set.public java.util.ArrayList getTriggers()
public void setTriggers(java.util.ArrayList triggers)
triggers - to set.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||