com.bankframe.services.notification.impl.registeredaddress
Class RegisteredAddressPK

java.lang.Object
  extended bycom.bankframe.services.notification.impl.registeredaddress.RegisteredAddressPK
All Implemented Interfaces:
EPrimaryKey, java.io.Serializable

public class RegisteredAddressPK
extends java.lang.Object
implements EPrimaryKey, java.io.Serializable

The RegisteredAddress Primary Key Interface

See Also:
Serialized Form

Field Summary
 java.lang.String targetId
           
 
Fields inherited from interface com.bankframe.ejb.EPrimaryKey
serialVersionUID
 
Constructor Summary
RegisteredAddressPK()
          Default Constructor
RegisteredAddressPK(java.lang.String argTargetId)
          Constructor taking the Primary Key
 
Method Summary
 boolean equals(java.lang.Object o)
          equals method
 int hashCode()
          hashCode method
 DataPacket toDataPacket()
          This method creates a datapacket from the pk
 java.lang.String toString()
          This method converts this primary-key's attributes to human readable form
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

targetId

public java.lang.String targetId
Constructor Detail

RegisteredAddressPK

public RegisteredAddressPK()
Default Constructor


RegisteredAddressPK

public RegisteredAddressPK(java.lang.String argTargetId)
Constructor taking the Primary Key

Method Detail

equals

public boolean equals(java.lang.Object o)
equals method

Specified by:
equals in interface EPrimaryKey
Parameters:
o - java.lang.Object
Returns:
boolean

hashCode

public int hashCode()
hashCode method

Specified by:
hashCode in interface EPrimaryKey
Returns:
int

toString

public java.lang.String toString()
This method converts this primary-key's attributes to human readable form

Specified by:
toString in interface EPrimaryKey

toDataPacket

public DataPacket toDataPacket()
This method creates a datapacket from the pk

Specified by:
toDataPacket in interface EPrimaryKey
Returns:
DataPacket


Copyright © 2005, 2007, Oracle. All rights reserved.