org.opencrx.kernel.home1.cci2
Interface UserHome.Identity

All Superinterfaces:
org.oasisopen.cci2.Identity, org.oasisopen.cci2.PersistentIdentity, Serializable
All Known Implementing Classes:
UserHome.Identity
Enclosing interface:
UserHome

public static interface UserHome.Identity
extends org.oasisopen.cci2.PersistentIdentity

Object Identity


Method Summary
 String getPrincipalId()
          The principalId value
 boolean isPrincipalIdPersistent()
          Tells whether the principalId value is persistent.
 org.openmdx.base.cci2.Segment.Identity parent()
          Retrieve the Segment's identity
 
Methods inherited from interface org.oasisopen.cci2.Identity
toXRI
 

Method Detail

parent

org.openmdx.base.cci2.Segment.Identity parent()
Retrieve the Segment's identity

Specified by:
parent in interface org.oasisopen.cci2.PersistentIdentity
Returns:
the parent object's identity

isPrincipalIdPersistent

boolean isPrincipalIdPersistent()
Tells whether the principalId value is persistent.

Returns:
true if the principalId value is persistent.

getPrincipalId

String getPrincipalId()
The principalId value

Returns:
the principalId value


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