|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.util.AbstractMap<K,V> java.util.HashMap<String,Object> com.poscoict.glueframework.message.GlueMESMessageImpl
public class GlueMESMessageImpl
Message Layout¿¡ µû¶ó »ý¼ºµÈ Message ¹× °¢ Message Attributeº° Á¤º¸¸¦ HandlingÇÏ´Â Implement Class
Nested Class Summary |
---|
Nested classes/interfaces inherited from class java.util.AbstractMap |
---|
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V> |
Nested classes/interfaces inherited from interface java.util.Map |
---|
Map.Entry<K,V> |
Field Summary | |
---|---|
protected String |
ifd
Message ¼Û¼ö½ÅÀ» À§ÇÑ Interface ID |
protected String |
tc
¼Û¼ö½ÅµÇ´Â Message(TC:Àü¹®) Data |
protected String |
tcId
TC(Àü¹®) ID |
Constructor Summary | |
---|---|
GlueMESMessageImpl()
|
Method Summary | |
---|---|
Object |
get(String attributeName)
returns the value for the attributeName |
Map<String,Object> |
getAttributes()
Returns all the attributes |
Date |
getDate(String attributeName)
attributeName¿¡ ´ëÇÑ °ªÀ» DateÀ¸·Î ¹ÝȯÇÑ´Ù. |
Number |
getNumber(String attributeName)
attributeName¿¡ ´ëÇÑ °ªÀ» NumberÀ¸·Î ¹ÝȯÇÑ´Ù. |
String |
getString(String attributeName)
attributeName¿¡ ´ëÇÑ °ªÀ» StringÀ¸·Î ¹ÝȯÇÑ´Ù. |
String |
getTC()
Message(TC:Àü¹®)À» °¡Á®¿Â´Ù |
String |
getTCID()
get Transaction Code ID |
void |
logDebug(Object key,
Object value)
|
void |
setObject(String attributeName,
Object value)
ƯÁ¤ attributeName¿¡ ´ëÇÑ °ªÀ» set ÇØÁØ´Ù. |
void |
setString(String attributeName,
String value)
ƯÁ¤ attributeName¿¡ ´ëÇÑ String°ªÀ» ÀúÀåÇØÁØ´Ù. |
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 class java.util.HashMap |
---|
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
Methods inherited from class java.util.AbstractMap |
---|
equals, hashCode, toString |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.Map |
---|
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
Field Detail |
---|
protected String tcId
protected String tc
protected String ifd
Constructor Detail |
---|
public GlueMESMessageImpl()
Method Detail |
---|
public Object get(String attributeName)
GlueMessage
get
in interface GlueMessage
attributeName
- attribute name
public void setObject(String attributeName, Object value)
GlueMessage
setObject
in interface GlueMessage
attributeName
- attribute namevalue
- set ÇÒ °ª (Object Type)public void setStringToNumber(String attributeName, String value)
GlueMessage
setStringToNumber
in interface GlueMessage
attributeName
- attribute namevalue
- set ÇÒ °ª (String Type)public void setStringToDate(String attributeName, String value)
GlueMessage
setStringToDate
in interface GlueMessage
attributeName
- attribute namevalue
- set ÇÒ °ª (String Type)public String getTCID()
GlueMessage
getTCID
in interface GlueMessage
public void setTCID(String tcId)
GlueMessage
setTCID
in interface GlueMessage
tcId
- Transaction CodeÀÇ IDpublic String getTC()
GlueMessage
getTC
in interface GlueMessage
public void setTC(String tc)
GlueMessage
setTC
in interface GlueMessage
public Map<String,Object> getAttributes()
GlueMessage
getAttributes
in interface GlueMessage
public String getString(String attributeName)
attributeName
- attribute name
public void setString(String attributeName, String value)
attributeName
- attribute namevalue
- set ÇÒ °ª (String Type)public Number getNumber(String attributeName)
attributeName
- attribute name
public Date getDate(String attributeName)
attributeName
- attribute name
public void logDebug(Object key, Object value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |