Package com.zebra.rfid.api3
Class ReaderInfo
java.lang.Object
com.zebra.rfid.api3.ReaderInfo
This class contains the reader's information which includes name, description, location and contact
-
Constructor Summary
ConstructorsConstructorDescriptionReaderInfo constructorReaderInfo
(String name, String description, String location, String contact) Overloaded constructor takes reader's name, description, location and contact -
Method Summary
Modifier and TypeMethodDescriptionGets the reader's contactGets the reader's descriptionGets the reader's locationgetName()
Gets the reader's namevoid
setContact
(String contact) Sets the reader's contactvoid
setDescription
(String description) Sets the reader's descriptionvoid
setLocation
(String location) Sets the reader's locationvoid
Sets the reader's name
-
Constructor Details
-
ReaderInfo
public ReaderInfo()ReaderInfo constructor -
ReaderInfo
Overloaded constructor takes reader's name, description, location and contact- Parameters:
name
- Name for the readerdescription
- Description for the readerlocation
- Location for the readercontact
- Contact Information for the reader
-
-
Method Details
-
getContact
Gets the reader's contact -
setContact
Sets the reader's contact -
getDescription
Gets the reader's description -
setDescription
Sets the reader's description -
getLocation
Gets the reader's location -
setLocation
Sets the reader's location -
getName
Gets the reader's name -
setName
Sets the reader's name
-