|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
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 All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |