|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.AbstractMap<K,V>
java.util.HashMap<K,V>
java.util.LinkedHashMap<String,V>
org.springframework.util.LinkedCaseInsensitiveMap<Object>
com.poscoict.glueframework.dao.vo.GlueRowImpl
public class GlueRowImpl

Database ·¹Äڵ带 Ç¥ÇöÇÏ´Â Value Object. ÇϳªÀÇ ·¹ÄÚµå´Â ÇϳªÀÇ GlueRowImpl ¿ÀºêÁ§Æ®·Î Ç¥ÇöµÈ´Ù. ÇϳªÀÇ ·¹Äڵ带 (Ä÷³¸í, Ä÷³°ª) ÇüÅ·ΠǥÇöÇÑ´Ù.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class java.util.AbstractMap |
|---|
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V> |
| Nested classes/interfaces inherited from interface java.util.Map |
|---|
Map.Entry<K,V> |
| Constructor Summary | |
|---|---|
GlueRowImpl()
»ý¼ºÀÚ(constructor). |
|
GlueRowImpl(int initialCapacity)
»ý¼ºÀÚ(constructor). |
|
GlueRowImpl(Map<String,Object> result)
»ý¼ºÀÚ(constructor). |
|
| Method Summary | |
|---|---|
Object |
getAttribute(String key)
Ä÷³¸í¿¡ ÇØ´çÇÏ´Â °ªÀ» ¾ò´Â´Ù. |
Map<String,Object> |
getAttributes()
ÇϳªÀÇ ·¹Äڵ带 Ç¥ÇöÇÏ´Â MapÀ» ¸®ÅÏÇÑ´Ù. |
void |
setAttribute(String key,
Object value)
ÇØ´ç Ä÷³¿¡ °ªÀ» ¼³Á¤ÇÑ´Ù. |
void |
setAttributes(Map<String,Object> attributes)
ÇϳªÀÇ ·¹Äڵ带 Ç¥ÇöÇÏ´Â MapÀ» ¼³Á¤ÇÑ´Ù. |
| Methods inherited from class org.springframework.util.LinkedCaseInsensitiveMap |
|---|
clear, containsKey, convertKey, get, put, putAll, remove |
| Methods inherited from class java.util.LinkedHashMap |
|---|
containsValue, removeEldestEntry |
| Methods inherited from class java.util.HashMap |
|---|
clone, entrySet, isEmpty, keySet, 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 |
|---|
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
| Constructor Detail |
|---|
public GlueRowImpl()
public GlueRowImpl(int initialCapacity)
initialCapacity - public GlueRowImpl(Map<String,Object> result)
result - | Method Detail |
|---|
public Object getAttribute(String key)
GlueRow
getAttribute in interface GlueRow<String,Object>key - ÄÄ·³ ¸í
public void setAttribute(String key,
Object value)
GlueRow
setAttribute in interface GlueRow<String,Object>key - Ä÷³ ¸ívalue - Ä÷³ °ªpublic Map<String,Object> getAttributes()
GlueRow
getAttributes in interface GlueRow<String,Object>public void setAttributes(Map<String,Object> attributes)
GlueRow
setAttributes in interface GlueRow<String,Object>attributes - (Ä÷³¸í, Ä÷³°ª) ÇüÅÂÀÇ Map
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||