catscratch
Class CatScan

java.lang.Object
  |
  +--catscratch.CatScan
All Implemented Interfaces:
java.io.Serializable

public class CatScan
extends java.lang.Object
implements java.io.Serializable

Class representing the decoded output of the scanning device.

See Also:
Serialized Form

Method Summary
 java.lang.String getID()
          Returns the unique id of the scanning device.
 java.lang.String getType()
          Returns the barcode type.
 java.lang.String getUpcCode()
          Returns the upc code associated with the scan.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getID

public java.lang.String getID()
Returns the unique id of the scanning device.

getType

public java.lang.String getType()
Returns the barcode type.

getUpcCode

public java.lang.String getUpcCode()
Returns the upc code associated with the scan.

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object