com.pax.dal.entity

Class QInfo

  • java.lang.Object
    • com.pax.dal.entity.QInfo


  • public class QInfo
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor and Description
      QInfo() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      byte[] getQ1()
      获取Q1
      Get Q1
      byte[] getQ2()
      获取Q2
      Get Q2
      void setQ1(byte[] q1)
      设置Q1
      Set Q1
      void setQ2(byte[] q2)
      设置Q2
      Set Q2
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • getQ1

        public byte[] getQ1()
        获取Q1
        Get Q1
        Returns:
      • setQ1

        public void setQ1(byte[] q1)
        设置Q1
        Set Q1
        Parameters:
        q1 -
      • getQ2

        public byte[] getQ2()
        获取Q2
        Get Q2
        Returns:
      • setQ2

        public void setQ2(byte[] q2)
        设置Q2
        Set Q2
        Parameters:
        q2 -