|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
K
- V
- public interface GlueRow<K,V>
Database ·¹Äڵ带 Ç¥ÇöÇÏ´Â Value Object ÆÐÅÏÀÇ ÀÎÅÍÆäÀ̽º. ÇϳªÀÇ ·¹ÄÚµå´Â ÇϳªÀÇ GlueRow ¿ÀºêÁ§Æ®·Î Ç¥ÇöµÈ´Ù.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface java.util.Map |
---|
Map.Entry<K,V> |
Method Summary | |
---|---|
Object |
getAttribute(K key)
Ä÷³¸í¿¡ ÇØ´çÇÏ´Â °ªÀ» ¾ò´Â´Ù. |
Map<K,V> |
getAttributes()
ÇϳªÀÇ ·¹Äڵ带 Ç¥ÇöÇÏ´Â MapÀ» ¸®ÅÏÇÑ´Ù. |
void |
setAttribute(K key,
V value)
ÇØ´ç Ä÷³¿¡ °ªÀ» ¼³Á¤ÇÑ´Ù. |
void |
setAttributes(Map<K,V> attributes)
ÇϳªÀÇ ·¹Äڵ带 Ç¥ÇöÇÏ´Â MapÀ» ¼³Á¤ÇÑ´Ù. |
Methods inherited from interface java.util.Map |
---|
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
Method Detail |
---|
Object getAttribute(K key)
key
- ÄÄ·³ ¸í
void setAttribute(K key, V value)
value
- Ä÷³ °ªkey
- Ä÷³ ¸íMap<K,V> getAttributes()
void setAttributes(Map<K,V> attributes)
attributes
- (Ä÷³¸í, Ä÷³°ª) ÇüÅÂÀÇ Map
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |