@Entity public class PrincipalBo extends PersistableBusinessObjectBase implements PrincipalContract, groovy.lang.GroovyObject
extension, versionNumber| Constructor and Description |
|---|
PrincipalBo() |
| Modifier and Type | Method and Description |
|---|---|
static PrincipalBo |
from(Principal immutable) |
boolean |
getActive() |
String |
getEntityId() |
groovy.lang.MetaClass |
getMetaClass() |
String |
getPassword() |
String |
getPrincipalId() |
String |
getPrincipalName() |
Object |
getProperty(String property) |
Object |
invokeMethod(String method,
Object arguments) |
boolean |
isActive() |
void |
setActive(boolean value) |
void |
setEntityId(String value) |
void |
setMetaClass(groovy.lang.MetaClass mc) |
void |
setPassword(String value) |
void |
setPrincipalId(String value) |
void |
setPrincipalName(String value) |
void |
setProperty(String property,
Object value) |
static Principal |
to(PrincipalBo bo) |
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumbertoStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetVersionNumbergetObjectIdtoStringpublic PrincipalBo()
public groovy.lang.MetaClass getMetaClass()
getMetaClass in interface groovy.lang.GroovyObjectpublic void setMetaClass(groovy.lang.MetaClass mc)
setMetaClass in interface groovy.lang.GroovyObjectpublic Object invokeMethod(String method, Object arguments)
invokeMethod in interface groovy.lang.GroovyObjectpublic Object getProperty(String property)
getProperty in interface groovy.lang.GroovyObjectpublic void setProperty(String property, Object value)
setProperty in interface groovy.lang.GroovyObjectpublic String getPrincipalId()
getPrincipalId in interface PrincipalContractpublic void setPrincipalId(String value)
public String getPrincipalName()
getPrincipalName in interface PrincipalContractpublic void setPrincipalName(String value)
public String getEntityId()
getEntityId in interface PrincipalContractpublic void setEntityId(String value)
public String getPassword()
public void setPassword(String value)
public boolean getActive()
public boolean isActive()
isActive in interface org.kuali.rice.core.api.mo.common.active.Inactivatablepublic void setActive(boolean value)
public static Principal to(PrincipalBo bo)
public static PrincipalBo from(Principal immutable)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.