net.sf.jml.impl
Class MsnUserPropertiesImpl
java.lang.Object
net.sf.jml.impl.MsnUserPropertiesImpl
- All Implemented Interfaces:
- MsnUserProperties
public class MsnUserPropertiesImpl
- extends Object
- implements MsnUserProperties
- Author:
- Roger Chen
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MsnUserPropertiesImpl
public MsnUserPropertiesImpl()
getProperty
public String getProperty(MsnUserPropertyType propType)
- Description copied from interface:
MsnUserProperties
- Get MsnUser's property.
- Specified by:
getProperty
in interface MsnUserProperties
- Parameters:
propType
- property type
- Returns:
- property
setProperty
public void setProperty(MsnUserPropertyType type,
String value)