pops.ale.engine.com
Class SGLNAggregationKey

java.lang.Object
  extended by pops.lang.AnObject
      extended by pops.ale.engine.com.SGLNAggregationKey

public class SGLNAggregationKey
extends pops.lang.AnObject

Author:
pops, Guche Grégory aka Sceez Melting-Pot.

Constructor Summary
SGLNAggregationKey(long aCompanyPrefix, int aReference)
           
 
Method Summary
 long getCompanyPrefix()
           
 int getReference()
           
 int hashCode()
           
protected  boolean onEquals(java.lang.Object anObject)
           
 
Methods inherited from class pops.lang.AnObject
areEqual, equals
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SGLNAggregationKey

public SGLNAggregationKey(long aCompanyPrefix,
                          int aReference)
Method Detail

getCompanyPrefix

public long getCompanyPrefix()

getReference

public int getReference()

onEquals

protected boolean onEquals(java.lang.Object anObject)
Overrides:
onEquals in class pops.lang.AnObject

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object