com.bankframe.ei.txnhandler.impl.destination
Class DestinationPK
java.lang.Object
com.bankframe.ei.txnhandler.impl.destination.DestinationPK
- All Implemented Interfaces:
- EPrimaryKey, Serializable
public class DestinationPK
- extends Object
- implements EPrimaryKey, Serializable
Destination Primary Key
- See Also:
- Serialized Form
Method Summary |
boolean |
equals(Object o)
This method checks if this Primary Key equals another |
int |
hashCode()
This method determines the hashcode for this primary key |
DataPacket |
toDataPacket()
This method converts this primary-key's values to a DataPacket |
destinationId
public String destinationId
DestinationPK
public DestinationPK()
DestinationPK
public DestinationPK(String argDestinationId)
equals
public boolean equals(Object o)
- This method checks if this Primary Key equals another
- Specified by:
equals
in interface EPrimaryKey
- Overrides:
equals
in class Object
- Parameters:
o
- java.lang.Object
- Returns:
- boolean true if Objects equal.
hashCode
public int hashCode()
- This method determines the hashcode for this primary key
- Specified by:
hashCode
in interface EPrimaryKey
- Overrides:
hashCode
in class Object
- Returns:
- int hashcode
toDataPacket
public DataPacket toDataPacket()
- This method converts this primary-key's values to a DataPacket
- Specified by:
toDataPacket
in interface EPrimaryKey
- Returns:
- the DataPacketRepresenation of the primary key
Copyright © 2005, 2007, Oracle. All rights reserved.