@Entity public class RoleResponsibilityBo extends PersistableBusinessObjectBase implements RoleResponsibilityContract, groovy.lang.GroovyObject
extension, versionNumber| Constructor and Description |
|---|
RoleResponsibilityBo() |
| Modifier and Type | Method and Description |
|---|---|
static RoleResponsibilityBo |
from(RoleResponsibility immutable) |
boolean |
getActive() |
ResponsibilityBo |
getKimResponsibility() |
groovy.lang.MetaClass |
getMetaClass() |
Object |
getProperty(String property) |
String |
getResponsibilityId() |
String |
getRoleId() |
String |
getRoleResponsibilityId() |
Object |
invokeMethod(String method,
Object arguments) |
boolean |
isActive() |
void |
setActive(boolean value) |
void |
setKimResponsibility(ResponsibilityBo value) |
void |
setMetaClass(groovy.lang.MetaClass mc) |
void |
setProperty(String property,
Object value) |
void |
setResponsibilityId(String value) |
void |
setRoleId(String value) |
void |
setRoleResponsibilityId(String value) |
static RoleResponsibility |
to(RoleResponsibilityBo 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, waitgetVersionNumbertoStringpublic RoleResponsibilityBo()
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 getRoleResponsibilityId()
getRoleResponsibilityId in interface RoleResponsibilityContractpublic void setRoleResponsibilityId(String value)
public String getRoleId()
getRoleId in interface RoleResponsibilityContractpublic String getResponsibilityId()
getResponsibilityId in interface RoleResponsibilityContractpublic void setResponsibilityId(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 ResponsibilityBo getKimResponsibility()
public void setKimResponsibility(ResponsibilityBo value)
public static RoleResponsibility to(RoleResponsibilityBo bo)
public static RoleResponsibilityBo from(RoleResponsibility immutable)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.