@Entity public class RolePermissionBo extends PersistableBusinessObjectBase implements RolePermissionContract, groovy.lang.GroovyObject
extension, versionNumber| Constructor and Description |
|---|
RolePermissionBo() |
| Modifier and Type | Method and Description |
|---|---|
static RolePermissionBo |
from(RolePermission im) |
boolean |
getActive() |
String |
getId() |
groovy.lang.MetaClass |
getMetaClass() |
PermissionBo |
getPermission() |
String |
getPermissionId() |
Object |
getProperty(String property) |
String |
getRoleId() |
Object |
invokeMethod(String method,
Object arguments) |
boolean |
isActive() |
void |
setActive(boolean value) |
void |
setId(String value) |
void |
setMetaClass(groovy.lang.MetaClass mc) |
void |
setPermission(PermissionBo value) |
void |
setPermissionId(String value) |
void |
setProperty(String property,
Object value) |
void |
setRoleId(String value) |
static RolePermission |
to(RolePermissionBo 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 RolePermissionBo()
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 getId()
getId in interface org.kuali.rice.core.api.mo.common.Identifiablepublic String getRoleId()
getRoleId in interface RolePermissionContractpublic String getPermissionId()
getPermissionId in interface RolePermissionContractpublic void setPermissionId(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 PermissionBo getPermission()
public void setPermission(PermissionBo value)
public static RolePermission to(RolePermissionBo bo)
public static RolePermissionBo from(RolePermission im)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.