All Packages Class Hierarchy This Package Previous Next Index
Class iceberg.iap.vm_iap.VMUserInfo
java.lang.Object
|
+----iceberg.iap.vm_iap.VMUserInfo
- public class VMUserInfo
- extends Object
Info related to Voice-Mail user
-
VMUserInfo(byte[])
- Construct a VMUserInfo object from the bytes that were stored in
the distributed hashtable.
-
VMUserInfo(String, int)
-
-
toString()
-
VMUserInfo
public VMUserInfo(byte info[]) throws HTException
- Construct a VMUserInfo object from the bytes that were stored in
the distributed hashtable. Format is as follows:
::::::...
VMUserInfo
public VMUserInfo(String uid,
int quota)
toString
public String toString()
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index