org.kuali.rice.kim.bo.ui
Class PersonDocumentRole
java.lang.Object
org.kuali.rice.krad.bo.BusinessObjectBase
org.kuali.rice.krad.bo.PersistableBusinessObjectBase
org.kuali.rice.kim.bo.ui.KimDocumentBoBase
org.kuali.rice.kim.bo.ui.KimDocumentBoActivatableEditableBase
org.kuali.rice.kim.bo.ui.PersonDocumentRole
- All Implemented Interfaces:
- Serializable, org.apache.ojb.broker.PersistenceBrokerAware, GloballyUnique, Versioned, ModelObjectBasic, BusinessObject, PersistableBusinessObject
@Entity
public class PersonDocumentRole
- extends KimDocumentBoActivatableEditableBase
This is a description of what this class does - shyu don't forget to fill this in.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
- Serialized Form
Methods inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase |
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, setVersionNumber |
roleId
protected String roleId
kimTypeId
protected String kimTypeId
roleName
protected String roleName
roleBo
protected org.kuali.rice.kim.impl.role.RoleBo roleBo
namespaceCode
protected String namespaceCode
kimRoleType
protected org.kuali.rice.kim.impl.type.KimTypeBo kimRoleType
attributes
protected List<? extends KimAttributes> attributes
definitions
protected transient List<KimAttributeField> definitions
attributeEntry
protected transient Map<String,Object> attributeEntry
rolePrncpls
protected List<KimDocumentRoleMember> rolePrncpls
newRolePrncpl
protected KimDocumentRoleMember newRolePrncpl
assignedResponsibilities
protected List<org.kuali.rice.kim.impl.role.RoleResponsibilityBo> assignedResponsibilities
isEditable
protected boolean isEditable
PersonDocumentRole
public PersonDocumentRole()
getRoleId
public String getRoleId()
setRoleId
public void setRoleId(String roleId)
getKimTypeId
public String getKimTypeId()
setKimTypeId
public void setKimTypeId(String kimTypeId)
getRoleName
public String getRoleName()
setRoleName
public void setRoleName(String roleName)
getAttributes
public List<? extends KimAttributes> getAttributes()
setAttributes
public void setAttributes(List<? extends KimAttributes> attributes)
getKimRoleType
public org.kuali.rice.kim.impl.type.KimTypeBo getKimRoleType()
getDefinitionsKeyedByAttributeName
public Map<String,KimAttributeField> getDefinitionsKeyedByAttributeName()
getDefinitions
public List<KimAttributeField> getDefinitions()
setDefinitions
public void setDefinitions(List<KimAttributeField> definitions)
getAttributeEntry
public Map<String,Object> getAttributeEntry()
setAttributeEntry
public void setAttributeEntry(Map<String,Object> attributeEntry)
getRolePrncpls
public List<KimDocumentRoleMember> getRolePrncpls()
setRolePrncpls
public void setRolePrncpls(List<KimDocumentRoleMember> rolePrncpls)
getNewRolePrncpl
public KimDocumentRoleMember getNewRolePrncpl()
setNewRolePrncpl
public void setNewRolePrncpl(KimDocumentRoleMember newRolePrncpl)
getNamespaceCode
public String getNamespaceCode()
setNamespaceCode
public void setNamespaceCode(String namespaceCode)
getAssignedResponsibilities
public List<org.kuali.rice.kim.impl.role.RoleResponsibilityBo> getAssignedResponsibilities()
setAssignedResponsibilities
public void setAssignedResponsibilities(List<org.kuali.rice.kim.impl.role.RoleResponsibilityBo> assignedResponsibilities)
getRoleBo
public org.kuali.rice.kim.impl.role.RoleBo getRoleBo()
- Returns:
- the roleBo
setRoleBo
public void setRoleBo(org.kuali.rice.kim.impl.role.RoleBo roleBo)
- Parameters:
roleBo
- the roleBo to set
isEditable
public boolean isEditable()
- Returns:
- the isEditable
setEditable
public void setEditable(boolean isEditable)
- Parameters:
isEditable
- the isEditable to set
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.