|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Key
This interface is implemented by DSEKey, a unique Identifier for a business object.
Method Summary | |
---|---|
boolean |
equals(Key key)
Returns a flag indicating whether the Key passed is equal to this key in a business sense. |
java.lang.Object |
getKeyValue()
Returns the arbitrary Object which represents this Key´s value. |
Type |
getType()
Returns the Type of business object that this Key identifies. |
Method Detail |
---|
boolean equals(Key key)
Delegates to the KeyBuilder for this Key´s Type.
key
- Key
java.lang.Object getKeyValue()
This object is understood by the KeyBuilder for the referenced Type.
Type getType()
|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |