JML

net.sf.jml.impl
Class MsnUserPropertiesImpl

java.lang.Object
  extended by net.sf.jml.impl.MsnUserPropertiesImpl
All Implemented Interfaces:
MsnUserProperties

public class MsnUserPropertiesImpl
extends Object
implements MsnUserProperties

Author:
Roger Chen

Constructor Summary
MsnUserPropertiesImpl()
           
 
Method Summary
 String getProperty(MsnUserPropertyType propType)
          Get MsnUser's property.
 void setProperty(MsnUserPropertyType type, String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MsnUserPropertiesImpl

public MsnUserPropertiesImpl()
Method Detail

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)

JML