All Packages Class Hierarchy This Package Previous Next Index
Class iceberg.iap.vm_iap.MsgInfo
java.lang.Object
|
+----iceberg.iap.vm_iap.MsgInfo
- public class MsgInfo
- extends Object
Info related to a voice-mail message
-
DELETED
-
-
NEW
-
-
READ
-
-
MsgInfo(byte[])
- Construct from the bytes read from the hashtable
-
MsgInfo(String, long, String, int)
- The constructor
-
toString()
- Return as String
NEW
public static String NEW
READ
public static String READ
DELETED
public static String DELETED
MsgInfo
public MsgInfo(String caller,
long date,
String status,
int len)
- The constructor
MsgInfo
public MsgInfo(byte info[]) throws HTException
- Construct from the bytes read from the hashtable
toString
public String toString()
- Return as String
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index