org.mobicents.slee.container.management.console.client
Class PropertiesInfo

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap
          extended by org.mobicents.slee.container.management.console.client.PropertiesInfo
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable, java.io.Serializable, java.lang.Cloneable, java.util.Map

public class PropertiesInfo
extends java.util.HashMap
implements com.google.gwt.user.client.rpc.IsSerializable

Author:
Stefano Zappaterra
See Also:
Serialized Form

Constructor Summary
PropertiesInfo()
           
 
Method Summary
 java.lang.String getProperty(java.lang.String name)
           
 void setProperty(java.lang.String name, java.lang.String value)
           
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

PropertiesInfo

public PropertiesInfo()
Method Detail

setProperty

public void setProperty(java.lang.String name,
                        java.lang.String value)

getProperty

public java.lang.String getProperty(java.lang.String name)


Copyright © 2008. All Rights Reserved.