Class MsgRowCache

java.lang.Object
com.iamsoft.fixparser.entities.MsgRowCache
All Implemented Interfaces:
com.iamsoft.util.ui.javafx.table.JpaFilterableLazyTableView.ItemCache<MsgRow>

@Entity public class MsgRowCache extends Object implements com.iamsoft.util.ui.javafx.table.JpaFilterableLazyTableView.ItemCache<MsgRow>
  • Field Details

  • Constructor Details

    • MsgRowCache

      public MsgRowCache()
    • MsgRowCache

      public MsgRowCache(MsgRowCache pMsgRowCache)
    • MsgRowCache

      public MsgRowCache(MsgRow pMsgRow)
  • Method Details

    • getId

      public final Integer getId()
      Primary key.
    • setId

      protected final void setId(Integer pId)
    • getIdx

      public final Integer getIdx()
    • setIdx

      protected final void setIdx(Integer pIdx)
    • getMsgRepoUrl

      public final String getMsgRepoUrl()
    • setMsgRepoUrl

      protected final void setMsgRepoUrl(String pMsgRepoUrl)
    • getDict

      public final String getDict()
    • setDict

      protected final void setDict(String pDict)
    • getTransportDict

      public final String getTransportDict()
    • setTransportDict

      protected final void setTransportDict(String pDict)
    • getMsgStr

      public final String getMsgStr()
    • setMsgStr

      protected final void setMsgStr(String pMsgStr)
    • getSender

      public final String getSender()
    • setSender

      protected final void setSender(String pSender)
    • getTarget

      public final String getTarget()
    • setTarget

      protected final void setTarget(String pTarget)
    • getMsgType

      public final String getMsgType()
    • setMsgType

      protected final void setMsgType(String pMsgType)
    • getSendingTime

      public final LocalDateTime getSendingTime()
    • setSendingTime

      protected final void setSendingTime(LocalDateTime pSendingTime)
    • getStatus

      public final String getStatus()
    • setStatus

      protected final void setStatus(String pStatus)
    • getBodyLength

      public final Integer getBodyLength()
    • setBodyLength

      protected final void setBodyLength(Integer pBodyLength)
    • getSeqNum

      public final Integer getSeqNum()
    • setSeqNum

      protected final void setSeqNum(Integer pSeqNum)
    • getChecksum

      public final Integer getChecksum()
    • setChecksum

      protected final void setChecksum(Integer pChecksum)
    • getMsgLogSpecId

      public final Integer getMsgLogSpecId()
    • setMsgLogSpecId

      protected final void setMsgLogSpecId(Integer pId)
    • getItem

      public MsgRow getItem()
      Specified by:
      getItem in interface com.iamsoft.util.ui.javafx.table.JpaFilterableLazyTableView.ItemCache<MsgRow>
    • toMsgRow

      public static MsgRow toMsgRow(MsgRowCache pMsgRowCache)