com.triactive.jdo.store
Class CandidateKey

java.lang.Object
  extended by com.triactive.jdo.store.Key
      extended by com.triactive.jdo.store.CandidateKey
Direct Known Subclasses:
PrimaryKey

 class CandidateKey
extends Key


Field Summary
 
Fields inherited from class com.triactive.jdo.store.Key
columns, table
 
Constructor Summary
CandidateKey(BaseTable table)
           
 
Method Summary
 void addColumn(Column col)
           
 boolean equals(java.lang.Object o)
           
 int hashCode()
           
 void setColumn(int seq, Column col)
           
 int size()
           
 java.lang.String toString()
           
 
Methods inherited from class com.triactive.jdo.store.Key
assertSameTable, getColumnList, getColumnList, getColumns, getTable, setMinSize, startsWith
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CandidateKey

public CandidateKey(BaseTable table)
Method Detail

setColumn

public void setColumn(int seq,
                      Column col)

addColumn

public void addColumn(Column col)

size

public int size()

hashCode

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

equals

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

toString

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


Copyright ? 2001 TriActive, Inc. All Rights Reserved.