blueme.messenger.common
Class SMSService

java.lang.Object
  extended by java.util.Hashtable
      extended by blueme.messenger.common.SerUnser
          extended by blueme.messenger.common.SMSService
All Implemented Interfaces:
iSMSService

public class SMSService
extends SerUnser
implements iSMSService

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

SMSService

public SMSService()
Creates a new instance of SMSService

Method Detail

getSMSCommand

public java.lang.String getSMSCommand()
Description copied from interface: iSMSService
Get SMS service command.

Specified by:
getSMSCommand in interface iSMSService

getSMSID

public java.lang.String getSMSID()
Description copied from interface: iSMSService
Get internal service ID.

Specified by:
getSMSID in interface iSMSService

getSMSServiceVersion

public int getSMSServiceVersion()
Description copied from interface: iSMSService
Get SMS Service object version.

Specified by:
getSMSServiceVersion in interface iSMSService

getSMSURL

public java.lang.String getSMSURL()
Description copied from interface: iSMSService
Get connection URL for SMS service.

Specified by:
getSMSURL in interface iSMSService

setSMSCommand

public void setSMSCommand(java.lang.String command)
Description copied from interface: iSMSService
Set SMS service command.

Specified by:
setSMSCommand in interface iSMSService

setSMSID

public void setSMSID(java.lang.String smsId)
Description copied from interface: iSMSService
Set internal service ID.

Specified by:
setSMSID in interface iSMSService

setSMSURL

public void setSMSURL(java.lang.String url)
Description copied from interface: iSMSService
Set connection URL for SMS service.

Specified by:
setSMSURL in interface iSMSService