test.ojb.ejb
Class PlzEntryBmpKey

java.lang.Object
  |
  +--test.ojb.ejb.PlzEntryBmpKey
All Implemented Interfaces:
java.io.Serializable

public class PlzEntryBmpKey
extends java.lang.Object
implements java.io.Serializable

This is a Primary Key Class for the Entity Bean

See Also:
Serialized Form

Field Summary
(package private)  int id
           
(package private) static long serialVersionUID
           
 
Constructor Summary
PlzEntryBmpKey(Identity oid)
          PlzEntryBmpKey(String key) constructor
PlzEntryBmpKey(int key)
          PlzEntryBmpKey(String key) constructor
 
Method Summary
 boolean equals(java.lang.Object o)
          equals method - user must provide a proper implementation for the equal method.
 int hashCode()
          hashode method - user must provide a proper implementation for the hashCode method.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

static final long serialVersionUID
See Also:
Constant Field Values

id

int id
Constructor Detail

PlzEntryBmpKey

public PlzEntryBmpKey(int key)
PlzEntryBmpKey(String key) constructor


PlzEntryBmpKey

public PlzEntryBmpKey(Identity oid)
PlzEntryBmpKey(String key) constructor

Method Detail

equals

public boolean equals(java.lang.Object o)
equals method - user must provide a proper implementation for the equal method. The generated method assumes the key is a String object.

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
hashode method - user must provide a proper implementation for the hashCode method. The generated method assumes the key is a String object.

Overrides:
hashCode in class java.lang.Object


Authors: Thomas Mahler and others. (C) 2000, 2001.
All rights reserved. Published under the Gnu Public License.
http://objectbridge.sourceforge.net
Version: 0.8.375, 2002-04-04