|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectvelosurf.sql.ReadOnlyWrapper
public class ReadOnlyWrapper
This class encapsulates a Map as a DataAccessor
| Field Summary | |
|---|---|
protected java.util.Map |
innerMap
the wrapped Map |
| Constructor Summary | |
|---|---|
ReadOnlyWrapper(java.util.Map innerMap)
builds a new MapDataAccessor |
|
| Method Summary | |
|---|---|
java.lang.Object |
get(java.lang.Object key)
get the property named key in the wrapped Map |
java.util.Set |
keySet()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.util.Map innerMap
| Constructor Detail |
|---|
public ReadOnlyWrapper(java.util.Map innerMap)
innerMap - the Map object to encapsulate| Method Detail |
|---|
public java.lang.Object get(java.lang.Object key)
get in interface ReadOnlyMapkey - the name of the property
ReadOnlyMap.get(java.lang.Object)
public java.util.Set keySet()
throws java.sql.SQLException
keySet in interface ReadOnlyMapjava.sql.SQLException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||