com.sentilla.host.client.application
Class ApplicationYaml

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<String,Object>
          extended by com.sentilla.host.client.application.ApplicationYaml
All Implemented Interfaces:
Serializable, Cloneable, Map<String,Object>

public class ApplicationYaml
extends HashMap<String,Object>

Author:
spence@sentilla.com
See Also:
Serialized Form

Field Summary
private static long serialVersionUID
           
 
Constructor Summary
ApplicationYaml()
           
ApplicationYaml(Map<String,Object> id)
           
 
Method Summary
 
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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

ApplicationYaml

public ApplicationYaml()

ApplicationYaml

public ApplicationYaml(Map<String,Object> id)


Copyright © 2007 Sentilla, Inc. All Rights Reserved.