org.opencrx.security.realm1.jpa3
Class Principal

java.lang.Object
  extended by org.oasisopen.jdo2.Identifiable
      extended by org.w3c.jpa3.AbstractObject
          extended by org.openmdx.security.realm1.jpa3.Principal
              extended by org.opencrx.security.realm1.jpa3.Principal
All Implemented Interfaces:
Serializable, org.apache.openjpa.enhance.PersistenceCapable, AspectCapable, BasicObject, ContextCapable, Creatable, ExtentCapable, Modifiable, org.openmdx.security.realm1.cci2.Principal

public class Principal
extends org.openmdx.security.realm1.jpa3.Principal
implements Principal

Class Principal

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.w3c.jpa3.AbstractObject
org.w3c.jpa3.AbstractObject.EmbeddedList<E>, org.w3c.jpa3.AbstractObject.EmbeddedSet<E>, org.w3c.jpa3.AbstractObject.Slice
 
Nested classes/interfaces inherited from interface org.openmdx.security.realm1.cci2.Principal
org.openmdx.security.realm1.cci2.Principal.Identity
 
Field Summary
static List<String> CLASS
          Define the model class org::opencrx::security::realm1::Principal
 
Fields inherited from class org.openmdx.security.realm1.jpa3.Principal
BASE_CLASS, pcStateManager
 
Fields inherited from interface org.apache.openjpa.enhance.PersistenceCapable
CHECK_READ, CHECK_WRITE, DESERIALIZED, LOAD_REQUIRED, MEDIATE_READ, MEDIATE_WRITE, READ_OK, READ_WRITE_OK, SERIALIZABLE
 
Constructor Summary
Principal()
          Constructor
 
Method Summary
 Date getLastLoginAt()
          Retrieves the possibly null value for the optional attribute lastLoginAt.
protected  org.w3c.jpa3.AbstractObject.Slice newPrincipal$Slice(int index)
           
protected  List<String> openmdxjdoGetClass()
          Retrieve the model class
protected  int openmdxjdoGetSize(int field)
           
protected  void openmdxjdoSetSize(int field, int size)
           
 void setLastLoginAt(Date lastLoginAt)
          Sets a new value for the attribute lastLoginAt.
 
Methods inherited from class org.openmdx.security.realm1.jpa3.Principal
getAuthCredential_Id, getAuthCredential, getContext, getCreatedAt, getCreatedBy, getCredential_Id, getCredential, getDescription, getIdentity, getIsMemberOf_Id, getIsMemberOf, getModifiedAt, getModifiedBy, getName, getRealm_Id, getRealm, getSubject_Id, getSubject, isDisabled, openmdxjdoGetObjectId, openmdxjdoGetSlices, pcClearFields, pcCopyField, pcCopyFields, pcCopyKeyFieldsFromObjectId, pcCopyKeyFieldsFromObjectId, pcCopyKeyFieldsToObjectId, pcCopyKeyFieldsToObjectId, pcDirty, pcFetchObjectId, pcGetDetachedState, pcGetEnhancementContractVersion, pcGetGenericContext, pcGetManagedFieldCount, pcGetStateManager, pcGetVersion, pcIsDeleted, pcIsDetached, pcIsDirty, pcIsNew, pcIsPersistent, pcIsTransactional, pcNewInstance, pcNewInstance, pcNewObjectIdInstance, pcNewObjectIdInstance, pcProvideField, pcProvideFields, pcReplaceField, pcReplaceFields, pcReplaceStateManager, pcSerializing, pcSetDetachedState, setCredential_Id, setCredential, setDescription, setDisabled, setRealm_Id, setRealm, setSubject_Id, setSubject
 
Methods inherited from class org.w3c.jpa3.AbstractObject
openmdxjdoClassName, openmdxjdoGetList, openmdxjdoGetObjectsByParent, openmdxjdoGetSet, openmdxjdoGetSparseArray, openmdxjdoNewMap, openmdxjdoNewSlice, openmdxjdoSetArray, openmdxjdoSetCollection, openmdxjdoToArray, openmdxjdoToArray, openmdxjdoValidateElement
 
Methods inherited from class org.oasisopen.jdo2.Identifiable
jdoClass, modelClasses, openmdxjdoGetObject, openmdxjdoGetObjectById, openmdxjdoGetObjectId, openmdxjdoGetObjectSet
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.openmdx.security.realm1.cci2.Principal
getAuthCredential, getCredential, getDescription, getIsMemberOf, getName, getRealm, getSubject, isDisabled, setCredential, setDescription, setDisabled, setSubject
 
Methods inherited from interface org.openmdx.base.cci2.ContextCapable
getContext
 
Methods inherited from interface org.openmdx.base.cci2.Creatable
getCreatedAt, getCreatedBy
 
Methods inherited from interface org.openmdx.base.cci2.ExtentCapable
getIdentity
 
Methods inherited from interface org.openmdx.base.cci2.Modifiable
getModifiedAt, getModifiedBy
 

Field Detail

CLASS

public static final List<String> CLASS
Define the model class org::opencrx::security::realm1::Principal

Constructor Detail

Principal

public Principal()
Constructor

Method Detail

getLastLoginAt

public final Date getLastLoginAt()
Retrieves the possibly null value for the optional attribute lastLoginAt.

Returns:
The possibly null value for attribute lastLoginAt.

setLastLoginAt

public void setLastLoginAt(Date lastLoginAt)
Sets a new value for the attribute lastLoginAt.

Parameters:
lastLoginAt - The possibly null new value for attribute lastLoginAt.

openmdxjdoGetSize

protected int openmdxjdoGetSize(int field)
Overrides:
openmdxjdoGetSize in class org.openmdx.security.realm1.jpa3.Principal

openmdxjdoSetSize

protected void openmdxjdoSetSize(int field,
                                 int size)
Overrides:
openmdxjdoSetSize in class org.openmdx.security.realm1.jpa3.Principal

newPrincipal$Slice

protected org.w3c.jpa3.AbstractObject.Slice newPrincipal$Slice(int index)
Overrides:
newPrincipal$Slice in class org.openmdx.security.realm1.jpa3.Principal

openmdxjdoGetClass

protected List<String> openmdxjdoGetClass()
Retrieve the model class

Overrides:
openmdxjdoGetClass in class org.openmdx.security.realm1.jpa3.Principal
Returns:
the model class
See Also:
Principal.CLASS


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