at.molindo.utils.collections
Interface IBusinessKey<K>

Type Parameters:
K - the business key type

public interface IBusinessKey<K>

The contract for classes implementing this interface is:

It's therefore recommended to use (amongst others) .equals(..) and .hashCode() of business key for object equality.

Author:
stf@molindo.at

Method Summary
 K getBusinessKey()
           
 

Method Detail

getBusinessKey

K getBusinessKey()
Returns:
business key for this object


Copyright © 2013 Molindo GmbH. All Rights Reserved.