org.opencrx.kernel.base.jdo2
Class IndexEntry.Identity

java.lang.Object
  extended by org.oasisopen.jdo2.AbstractIdentity
      extended by org.opencrx.kernel.base.jdo2.IndexEntry.Identity
All Implemented Interfaces:
Serializable, Identity, IndexEntry.Identity
Enclosing class:
IndexEntry

public static class IndexEntry.Identity
extends org.oasisopen.jdo2.AbstractIdentity
implements IndexEntry.Identity

The object's application identity

See Also:
Serialized Form

Constructor Summary
IndexEntry.Identity(Identity indexed, QualifierType idType, String id)
           
IndexEntry.Identity(Identity indexed, QualifierType idType, String id, List<String> objectClass)
           
 
Method Summary
 String getId()
          The id value
 QualifierType getIdType()
          Tells whether the id value is persistent.
 Identity getIndexed()
          Retrieve the Indexed's identity
protected  Identity parent()
           
protected  String referenceName()
           
 
Methods inherited from class org.oasisopen.jdo2.AbstractIdentity
equals, hashCode, identifierType, qualifier, toString, toXRI
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IndexEntry.Identity

public IndexEntry.Identity(Identity indexed,
                           QualifierType idType,
                           String id)

IndexEntry.Identity

public IndexEntry.Identity(Identity indexed,
                           QualifierType idType,
                           String id,
                           List<String> objectClass)
Method Detail

referenceName

protected String referenceName()
Specified by:
referenceName in class org.oasisopen.jdo2.AbstractIdentity

getIndexed

public Identity getIndexed()
Retrieve the Indexed's identity

Specified by:
getIndexed in interface IndexEntry.Identity
Returns:
the parent object's identity

parent

protected Identity parent()
Specified by:
parent in class org.oasisopen.jdo2.AbstractIdentity

getIdType

public QualifierType getIdType()
Tells whether the id value is persistent.

Specified by:
getIdType in interface IndexEntry.Identity
Returns:
true if the id value is persistent.

getId

public String getId()
The id value

Specified by:
getId in interface IndexEntry.Identity
Returns:
the id value


This software is published under the BSD license. Copyright © 2003-2008, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.