it.sistematica.isharedoc.service.bcr
Class BarcodeEntry

java.lang.Object
  extended by 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
           
 
Constructor Summary
BarcodeEntry()
           
BarcodeEntry(long type, java.lang.String value)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 long getType()
           
 java.lang.String getValue()
           
 void setType(long type)
           
 void setValue(java.lang.String value)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

type

long type

value

java.lang.String value
Constructor Detail

BarcodeEntry

public BarcodeEntry()

BarcodeEntry

public BarcodeEntry(long type,
                    java.lang.String value)
Method Detail

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