pops.ale.codec.gs1
Class Gs1Number

java.lang.Object
  extended by pops.ale.codec.gs1.Gs1Number

public class Gs1Number
extends java.lang.Object

GS1 number representation without check digit.

Author:
rdagher

Field Summary
 long companyPrefix
           
 int reference
           
 
Constructor Summary
Gs1Number(long companyPrefix, int reference)
          Constructor
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

companyPrefix

public long companyPrefix

reference

public int reference
Constructor Detail

Gs1Number

public Gs1Number(long companyPrefix,
                 int reference)
Constructor

Parameters:
companyPrefix -
reference -