Package com.google.zxing.client.result
Class ExpandedProductParsedResult
java.lang.Object
com.google.zxing.client.result.ParsedResult
com.google.zxing.client.result.ExpandedProductParsedResult
Represents a parsed result that encodes extended product information as encoded
by the RSS format, like weight, price, dates, etc.
- Author:
- Antonio Manuel Benjumea Conde, Servinform, S.A., AgustÃn Delgado, Servinform, S.A.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionExpandedProductParsedResult
(String rawText, String productID, String sscc, String lotNumber, String productionDate, String packagingDate, String bestBeforeDate, String expirationDate, String weight, String weightType, String weightIncrement, String price, String priceIncrement, String priceCurrency, Map<String, String> uncommonAIs) -
Method Summary
Methods inherited from class com.google.zxing.client.result.ParsedResult
getType, maybeAppend, maybeAppend, toString
-
Field Details
-
KILOGRAM
- See Also:
-
POUND
- See Also:
-
-
Constructor Details
-
ExpandedProductParsedResult
public ExpandedProductParsedResult(String rawText, String productID, String sscc, String lotNumber, String productionDate, String packagingDate, String bestBeforeDate, String expirationDate, String weight, String weightType, String weightIncrement, String price, String priceIncrement, String priceCurrency, Map<String, String> uncommonAIs)
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
getRawText
-
getProductID
-
getSscc
-
getLotNumber
-
getProductionDate
-
getPackagingDate
-
getBestBeforeDate
-
getExpirationDate
-
getWeight
-
getWeightType
-
getWeightIncrement
-
getPrice
-
getPriceIncrement
-
getPriceCurrency
-
getUncommonAIs
-
getDisplayResult
- Specified by:
getDisplayResult
in classParsedResult
-