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

All Superinterfaces:
Identity, Serializable
All Known Implementing Classes:
UserHome.Identity
Enclosing interface:
UserHome

public static interface UserHome.Identity
extends Identity

Object Identity


Method Summary
 String getPrincipalId()
          The principalId value
 QualifierType getPrincipalIdType()
          Tells whether the principalId value is persistent or reassignable.
 Segment.Identity getSegment()
          Retrieve the Segment's identity
 

Method Detail

getSegment

Segment.Identity getSegment()
Retrieve the Segment's identity

Returns:
the parent object's identity

getPrincipalIdType

QualifierType getPrincipalIdType()
Tells whether the principalId value is persistent or reassignable.

Returns:
PERSISTENT or REASSIGNABLE

getPrincipalId

String getPrincipalId()
The principalId value

Returns:
the principalId value


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