Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle TopLink
11g Release 1 (11.1.1)

E28847-01


org.eclipse.persistence.sdo
Class SDOSequence.Key

java.lang.Object
  extended by org.eclipse.persistence.sdo.SDOSequence.Key

Enclosing class:
SDOSequence

private static class SDOSequence.Key
extends java.lang.Object

Field Summary
private  Property property
           
private  java.lang.Object value
           

 

Constructor Summary
SDOSequence.Key(Property property, java.lang.Object value)
           

 

Method Summary
 boolean equals(java.lang.Object object)
           
protected  Property getProperty()
           
protected  java.lang.Object getValue()
           
 int hashCode()
           

 

Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

property

private Property property

value

private java.lang.Object value

Constructor Detail

SDOSequence.Key

public SDOSequence.Key(Property property,
                       java.lang.Object value)

Method Detail

getProperty

protected Property getProperty()

getValue

protected java.lang.Object getValue()

equals

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

hashCode

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

Skip navigation links

Copyright © 1998, 2012, Oracle. All Rights Reserved.