Modifier and Type | Method and Description |
---|---|
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
|
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
Object get(String attributeName)
attributeName
- attribute namevoid 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
- Copyright © 2013–2021 POSCO ICT. All rights reserved.