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 namevoidsetContact(String contact) Sets the reader's contactvoidsetDescription(String description) Sets the reader's descriptionvoidsetLocation(String location) Sets the reader's locationvoidSets 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
-