org.sakaiproject.tool.assessment.osid.shared.impl
Class PropertiesImpl

java.lang.Object
  extended by org.sakaiproject.tool.assessment.osid.shared.impl.PropertiesImpl
All Implemented Interfaces:
Serializable, org.osid.shared.Properties

public class PropertiesImpl
extends Object
implements org.osid.shared.Properties

See Also:
Serialized Form

Constructor Summary
PropertiesImpl(HashMap map)
           
 
Method Summary
 org.osid.shared.ObjectIterator getKeys()
           
 Serializable getProperty(Serializable key)
           
 org.osid.shared.Type getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertiesImpl

public PropertiesImpl(HashMap map)
Method Detail

getType

public org.osid.shared.Type getType()
                             throws org.osid.shared.SharedException
Specified by:
getType in interface org.osid.shared.Properties
Throws:
org.osid.shared.SharedException

getProperty

public Serializable getProperty(Serializable key)
                         throws org.osid.shared.SharedException
Specified by:
getProperty in interface org.osid.shared.Properties
Throws:
org.osid.shared.SharedException

getKeys

public org.osid.shared.ObjectIterator getKeys()
                                       throws org.osid.shared.SharedException
Specified by:
getKeys in interface org.osid.shared.Properties
Throws:
org.osid.shared.SharedException


Copyright © 2005-2012 Sakai Project. All Rights Reserved.