com.pax.dal.entity

Class DecodeResult

  • java.lang.Object
    • com.pax.dal.entity.DecodeResult
    • Constructor Summary

      Constructors 
      Constructor and Description
      DecodeResult() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getContent() 
      java.lang.String getFormat() 
      void setContent(java.lang.String content) 
      void setFormat(java.lang.String format) 
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getFormat

        public java.lang.String getFormat()
      • setFormat

        public void setFormat(java.lang.String format)
      • getContent

        public java.lang.String getContent()
      • setContent

        public void setContent(java.lang.String content)