|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.btt.base.types.DSEKey
This class provides an implementation of a business object identifier.
Field Summary | |
---|---|
(package private) java.lang.Object |
keyValue
The value of this key, an abitrary object understood by the key's type |
(package private) Type |
type
The type of business object that this key identifies |
Constructor Summary | |
---|---|
DSEKey(java.lang.Object keyValue,
Type type)
This constrcutor creates a DSEKey with the value and Type passed. |
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
final java.lang.Object keyValue
final Type type
Constructor Detail |
public DSEKey(java.lang.Object keyValue, Type type)
keyValue
- Objecttype
- TypeMethod Detail |
public boolean equals(Key key)
Delegates to the KeyBuilder for this Key´s Type.
equals
in interface Key
key
- Key
public java.lang.Object getKeyValue()
This object is understood by the KeyBuilder for the referenced Type.
getKeyValue
in interface Key
public Type getType()
getType
in interface Key
|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |