Class LineDetailSERCodeModel


  • public class LineDetailSERCodeModel
    extends java.lang.Object
    SER code fixup
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getSerCode()
      Getter for serCode Updated SER code
      java.lang.Long getTransactionLineDetailId()
      Getter for transactionLineDetailId Transaction line detail Id
      void setSerCode​(java.lang.String value)
      Setter for serCode Updated SER code
      void setTransactionLineDetailId​(java.lang.Long value)
      Setter for transactionLineDetailId Transaction line detail Id
      java.lang.String toString()
      Returns a JSON string representation of LineDetailSERCodeModel
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • LineDetailSERCodeModel

        public LineDetailSERCodeModel()
    • Method Detail

      • getTransactionLineDetailId

        public java.lang.Long getTransactionLineDetailId()
        Getter for transactionLineDetailId Transaction line detail Id
      • setTransactionLineDetailId

        public void setTransactionLineDetailId​(java.lang.Long value)
        Setter for transactionLineDetailId Transaction line detail Id
      • getSerCode

        public java.lang.String getSerCode()
        Getter for serCode Updated SER code
      • setSerCode

        public void setSerCode​(java.lang.String value)
        Setter for serCode Updated SER code
      • toString

        public java.lang.String toString()
        Returns a JSON string representation of LineDetailSERCodeModel
        Overrides:
        toString in class java.lang.Object