|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mmbase.sms.BasicSMS
public class BasicSMS
This basic SMS implementation simply explicitely stores the information in member variables.
| Constructor Summary | |
|---|---|
BasicSMS(String mob,
int o,
String mes)
|
|
BasicSMS(String mob,
String mes)
|
|
| Method Summary | |
|---|---|
String |
getMessage()
The actual text. |
String |
getMobile()
Phone number (origin or destination, depending on context). |
int |
getOperator()
The operator which was used to receive or sent the message(. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public BasicSMS(String mob,
int o,
String mes)
public BasicSMS(String mob,
String mes)
| Method Detail |
|---|
public String toString()
toString in class Objectpublic String getMobile()
SMS
getMobile in interface SMSpublic int getOperator()
SMS
getOperator in interface SMSpublic String getMessage()
SMS
getMessage in interface SMS
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||