com.bankframe.ei.txnhandler.impl.tierfield
Class TierFieldPK

java.lang.Object
  extended bycom.bankframe.ei.txnhandler.impl.tierfield.TierFieldPK
All Implemented Interfaces:
java.io.Serializable

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

This class defines the primary key attributes of the TierField entity

See Also:
Serialized Form

Field Summary
 java.lang.String tierFieldId
           
 
Constructor Summary
TierFieldPK()
          TierFieldPK default constructor.
TierFieldPK(java.lang.String tierFieldId)
          Constructor taking the Primary Key
 
Method Summary
 boolean equals(java.lang.Object anInstance)
          This method compares this instance with another for equality.
 int hashCode()
          This method returns a hash-code value for this primary key.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tierFieldId

public java.lang.String tierFieldId
Constructor Detail

TierFieldPK

public TierFieldPK()
TierFieldPK default constructor.


TierFieldPK

public TierFieldPK(java.lang.String tierFieldId)
Constructor taking the Primary Key

Parameters:
tierFieldId - the tierField id of this primary key
Method Detail

equals

public boolean equals(java.lang.Object anInstance)
This method compares this instance with another for equality.

Returns:
true if this object equals the parameter

hashCode

public int hashCode()
This method returns a hash-code value for this primary key.

Returns:
the hash result


Copyright © 2004 Siebel Systems, Inc. All rights reserved.