java.lang.Object
com.iamsoft.fixparser.entities.MsgRowCache
- All Implemented Interfaces:
com.iamsoft.util.ui.javafx.table.JpaFilterableLazyTableView.ItemCache<MsgRow>
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final MsgRowCache
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal Integer
final Integer
final String
getDict()
final Integer
getId()
Primary key.final Integer
getIdx()
getItem()
final Integer
final String
final String
final String
final String
final LocalDateTime
final Integer
final String
final String
final String
protected final void
setBodyLength
(Integer pBodyLength) protected final void
setChecksum
(Integer pChecksum) protected final void
protected final void
protected final void
protected final void
setMsgLogSpecId
(Integer pId) protected final void
setMsgRepoUrl
(String pMsgRepoUrl) protected final void
protected final void
setMsgType
(String pMsgType) protected final void
protected final void
setSendingTime
(LocalDateTime pSendingTime) protected final void
protected final void
protected final void
protected final void
setTransportDict
(String pDict) static MsgRow
toMsgRow
(MsgRowCache pMsgRowCache) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.iamsoft.util.ui.javafx.table.JpaFilterableLazyTableView.ItemCache
isLoadingElement
-
Field Details
-
OBJ_ID
- See Also:
-
IDX
- See Also:
-
MSG_REPO_URL
- See Also:
-
DICT
- See Also:
-
TRANSPORT_DICT
- See Also:
-
MSG_STR
- See Also:
-
SENDER
- See Also:
-
TARGET
- See Also:
-
MSG_TYPE
- See Also:
-
SENDING_TIME
- See Also:
-
STATUS
- See Also:
-
MSG_LOG_SPEC_ID
- See Also:
-
BODY_LENGTH
- See Also:
-
SEQ_NUM
- See Also:
-
CHECKSUM
- See Also:
-
LOADING_ELEMENT
-
LOB_PROPERTIES
-
-
Constructor Details
-
MsgRowCache
public MsgRowCache() -
MsgRowCache
-
MsgRowCache
-
-
Method Details
-
getId
Primary key. -
setId
-
getIdx
-
setIdx
-
getMsgRepoUrl
-
setMsgRepoUrl
-
getDict
-
setDict
-
getTransportDict
-
setTransportDict
-
getMsgStr
-
setMsgStr
-
getSender
-
setSender
-
getTarget
-
setTarget
-
getMsgType
-
setMsgType
-
getSendingTime
-
setSendingTime
-
getStatus
-
setStatus
-
getBodyLength
-
setBodyLength
-
getSeqNum
-
setSeqNum
-
getChecksum
-
setChecksum
-
getMsgLogSpecId
-
setMsgLogSpecId
-
getItem
- Specified by:
getItem
in interfacecom.iamsoft.util.ui.javafx.table.JpaFilterableLazyTableView.ItemCache<MsgRow>
-
toMsgRow
-