com.triactive.jdo.store
Class PrimaryKey

java.lang.Object
  extended by com.triactive.jdo.store.Key
      extended by com.triactive.jdo.store.CandidateKey
          extended by com.triactive.jdo.store.PrimaryKey

 class PrimaryKey
extends CandidateKey


Field Summary
 
Fields inherited from class com.triactive.jdo.store.Key
columns, table
 
Constructor Summary
PrimaryKey(BaseTable table)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 java.lang.String toString()
           
 
Methods inherited from class com.triactive.jdo.store.CandidateKey
addColumn, hashCode, setColumn, size
 
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

PrimaryKey

public PrimaryKey(BaseTable table)
Method Detail

equals

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

toString

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


Copyright ? 2001 TriActive, Inc. All Rights Reserved.