Class ReaderInfo

java.lang.Object
com.zebra.rfid.api3.ReaderInfo

public class ReaderInfo extends Object
This class contains the reader's information which includes name, description, location and contact
  • Constructor Details

    • ReaderInfo

      public ReaderInfo()
      ReaderInfo constructor
    • ReaderInfo

      public ReaderInfo(String name, String description, String location, String contact)
      Overloaded constructor takes reader's name, description, location and contact
      Parameters:
      name - Name for the reader
      description - Description for the reader
      location - Location for the reader
      contact - Contact Information for the reader
  • Method Details

    • getContact

      public String getContact()
      Gets the reader's contact
    • setContact

      public void setContact(String contact)
      Sets the reader's contact
    • getDescription

      public String getDescription()
      Gets the reader's description
    • setDescription

      public void setDescription(String description)
      Sets the reader's description
    • getLocation

      public String getLocation()
      Gets the reader's location
    • setLocation

      public void setLocation(String location)
      Sets the reader's location
    • getName

      public String getName()
      Gets the reader's name
    • setName

      public void setName(String m_sName)
      Sets the reader's name