|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface GlueMessage

Message Layout¿¡ µû¶ó »ý¼ºµÈ Message ¹× °¢ Message Attributeº° Á¤º¸¸¦ HandlingÇÏ´Â Interface Class
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface java.util.Map |
|---|
Map.Entry<K,V> |
| Method Summary | |
|---|---|
Object |
get(String attributeName)
returns the value for the attributeName |
Map<String,Object> |
getAttributes()
Returns all the attributes |
String |
getTC()
Message(TC:Àü¹®)À» °¡Á®¿Â´Ù |
String |
getTCID()
get Transaction Code ID |
void |
setObject(String attributeName,
Object value)
ƯÁ¤ attributeName¿¡ ´ëÇÑ °ªÀ» set ÇØÁØ´Ù. |
void |
setStringToDate(String attributeName,
String value)
ƯÁ¤ attributeName¿¡ ´ëÇÑ Strring°ªÀ» Date·Î set ÇØÁØ´Ù. |
void |
setStringToNumber(String attributeName,
String value)
ƯÁ¤ attributeName¿¡ ´ëÇÑ Strring°ªÀ» Number(BigDecimal)·Î set ÇØÁØ´Ù. |
void |
setTC(String tc)
Message(TC:Àü¹®)À» ÀúÀåÇÑ´Ù |
void |
setTCID(String tcId)
set Transaction Code ID |
| Methods inherited from interface java.util.Map |
|---|
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
| Method Detail |
|---|
Object get(String attributeName)
attributeName - attribute name
void setObject(String attributeName,
Object value)
attributeName - attribute namevalue - set ÇÒ °ª (Object Type)
void setStringToNumber(String attributeName,
String value)
attributeName - attribute namevalue - set ÇÒ °ª (String Type)
void setStringToDate(String attributeName,
String value)
attributeName - attribute namevalue - set ÇÒ °ª (String Type)String getTCID()
void setTCID(String tcId)
tcId - Transaction CodeÀÇ IDString getTC()
void setTC(String tc)
tc - Map<String,Object> getAttributes()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||