
| 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, valuesObject 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–2020 POSCO ICT. All rights reserved.