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


Variable Index

 o DELETED
 o NEW
 o READ

Constructor Index

 o MsgInfo(byte[])
Construct from the bytes read from the hashtable
 o MsgInfo(String, long, String, int)
The constructor

Method Index

 o toString()
Return as String

Variables

 o NEW
 public static String NEW
 o READ
 public static String READ
 o DELETED
 public static String DELETED

Constructors

 o MsgInfo
 public MsgInfo(String caller,
                long date,
                String status,
                int len)
The constructor

 o MsgInfo
 public MsgInfo(byte info[]) throws HTException
Construct from the bytes read from the hashtable

Methods

 o toString
 public String toString()
Return as String

Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index