it.sistematica.isharedoc.service.bcr
Class BarcodeEntry
java.lang.Object
it.sistematica.isharedoc.service.bcr.BarcodeEntry
public class BarcodeEntry
- extends java.lang.Object
Field Summary |
(package private) long |
type
|
(package private) java.lang.String |
value
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
type
long type
value
java.lang.String value
BarcodeEntry
public BarcodeEntry()
BarcodeEntry
public BarcodeEntry(long type,
java.lang.String value)
getType
public long getType()
setType
public void setType(long type)
getValue
public java.lang.String getValue()
setValue
public void setValue(java.lang.String value)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object