cl.yx.YX_ReceivedMessage Class Reference

List of all members.

Public Member Functions

int getId ()
YX_Date getSendDate ()
YX_Date getRecvDate ()
YX_Date getReadDate ()
String getOriginNumber ()
String getMessage ()
String getStatus ()
int getChannel ()
String getImsi ()

Package Functions

 YX_ReceivedMessage (int id, YX_Date send_date, YX_Date recv_date, YX_Date read_date, String ori_number, String message, String status, int channel, String imsi)

Constructor & Destructor Documentation

cl.yx.YX_ReceivedMessage.YX_ReceivedMessage ( int  id,
YX_Date  send_date,
YX_Date  recv_date,
YX_Date  read_date,
String  ori_number,
String  message,
String  status,
int  channel,
String  imsi 
) [package]

Member Function Documentation

int cl.yx.YX_ReceivedMessage.getChannel (  ) 
Returns:
An int value containing the channel of the device that received the message
int cl.yx.YX_ReceivedMessage.getId (  ) 
Returns:
An int value containing the id of the received message
String cl.yx.YX_ReceivedMessage.getImsi (  ) 
Returns:
A string containing the imsi that received the message
String cl.yx.YX_ReceivedMessage.getMessage (  ) 
Returns:
A string containing the content of the message
String cl.yx.YX_ReceivedMessage.getOriginNumber (  ) 
Returns:
A string containing the phone number from which the message was sent
YX_Date cl.yx.YX_ReceivedMessage.getReadDate (  ) 
Returns:
A YX_Date object containing the date when the message was read
YX_Date cl.yx.YX_ReceivedMessage.getRecvDate (  ) 
Returns:
A YX_Date object containing the date when the message was received
YX_Date cl.yx.YX_ReceivedMessage.getSendDate (  ) 
Returns:
A YX_Date object containing the date when the message was sent
String cl.yx.YX_ReceivedMessage.getStatus (  ) 
Returns:
A string containing the status of the message (read or unread)