IT.CappuccinoNet  
StrutsCX v0.8.3
   

com.cappuccinonet.strutscx.prototype.integration.data.entity.info
Class EntryPK

java.lang.Object
  |
  +--com.cappuccinonet.strutscx.prototype.integration.data.entity.info.EntryPK
All Implemented Interfaces:
java.io.Serializable

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

NOT YET IMPLEMENTED! This is the Beans primary key class.

Version:
v0.1, 18.07.2002
Author:
Bernhard Woehrlin, IT.CappuccinoNet.com
See Also:
Serialized Form

Field Summary
 int entryId
           
private  int hashCode
           
 java.lang.String locale
           
 
Constructor Summary
EntryPK()
          Constructor for EntryPK.
EntryPK(int entryId, java.lang.String locale)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

entryId

public int entryId

locale

public java.lang.String locale

hashCode

private int hashCode
Constructor Detail

EntryPK

public EntryPK()
Constructor for EntryPK.


EntryPK

public EntryPK(int entryId,
               java.lang.String locale)
Method Detail

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

IT.CappuccinoNet  
StrutsCX v0.8.3
   

© 2002, IT.CappuccinoNet.com - compiled 20020207:2326