Class SetEASParams


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

      Constructors 
      Constructor Description
      SetEASParams()  
      SetEASParams​(long m_nAccessPassword, boolean m_bSetEAS)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long getAccessPassword()
      AccessPassword to be used for SetEAS Access Operation
      boolean isEASSet()
      Specifies whether to set or reset EAS System Bit
      void setAccessPassword​(long accessPassword)
      AccessPassword to be used for SetEAS Access Operation
      void setEAS​(boolean setEAS)
      Specifies whether to set or reset EAS System Bit
      • Methods inherited from class java.lang.Object

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

      • SetEASParams

        public SetEASParams​(long m_nAccessPassword,
                            boolean m_bSetEAS)
      • SetEASParams

        public SetEASParams()
    • Method Detail

      • isEASSet

        public boolean isEASSet()
        Specifies whether to set or reset EAS System Bit
      • setEAS

        public void setEAS​(boolean setEAS)
        Specifies whether to set or reset EAS System Bit
      • getAccessPassword

        public long getAccessPassword()
        AccessPassword to be used for SetEAS Access Operation
      • setAccessPassword

        public void setAccessPassword​(long accessPassword)
        AccessPassword to be used for SetEAS Access Operation