|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.Hashtable
blueme.messenger.common.SerUnser
blueme.messenger.common.SMSService
public class SMSService
This class if used to make an object that defines an external SMS service.
Constructor Summary | |
---|---|
SMSService()
Creates a new instance of SMSService |
Method Summary | |
---|---|
java.lang.String |
getSMSCommand()
Get SMS service command. |
java.lang.String |
getSMSID()
Get internal service ID. |
int |
getSMSServiceVersion()
Get SMS Service object version. |
java.lang.String |
getSMSURL()
Get connection URL for SMS service. |
void |
setSMSCommand(java.lang.String command)
Set SMS service command. |
void |
setSMSID(java.lang.String smsId)
Set internal service ID. |
void |
setSMSURL(java.lang.String url)
Set connection URL for SMS service. |
Methods inherited from class blueme.messenger.common.SerUnser |
---|
get, put, serialize, unserialize |
Methods inherited from class java.util.Hashtable |
---|
clear, contains, containsKey, elements, isEmpty, keys, rehash, remove, size, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface blueme.messenger.common.iSMSService |
---|
serialize, unserialize |
Constructor Detail |
---|
public SMSService()
Method Detail |
---|
public java.lang.String getSMSCommand()
iSMSService
getSMSCommand
in interface iSMSService
public java.lang.String getSMSID()
iSMSService
getSMSID
in interface iSMSService
public int getSMSServiceVersion()
iSMSService
getSMSServiceVersion
in interface iSMSService
public java.lang.String getSMSURL()
iSMSService
getSMSURL
in interface iSMSService
public void setSMSCommand(java.lang.String command)
iSMSService
setSMSCommand
in interface iSMSService
public void setSMSID(java.lang.String smsId)
iSMSService
setSMSID
in interface iSMSService
public void setSMSURL(java.lang.String url)
iSMSService
setSMSURL
in interface iSMSService
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |