org.kuali.rice.kim.bo.ui
Class PersonDocumentRole
java.lang.Object
org.kuali.rice.kns.bo.BusinessObjectBase
org.kuali.rice.kns.bo.PersistableBusinessObjectBase
org.kuali.rice.kim.bo.ui.KimDocumentBoBase
org.kuali.rice.kim.bo.ui.PersonDocumentRole
- All Implemented Interfaces:
- Serializable, org.apache.ojb.broker.PersistenceBrokerAware, BusinessObject, Inactivateable, PersistableBusinessObject
public class PersonDocumentRole
- extends KimDocumentBoBase
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.kns.bo.PersistableBusinessObjectBase |
addNote, afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeInsert, beforeUpdate, beforeUpdate, buildListOfDeletionAwareLists, deleteNote, getAttachmentService, getBoNote, getBoNotes, getExtension, getNoteService, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isAutoIncrementSet, isBoNotesSupport, isNewCollectionRecord, linkEditableUserFields, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setAutoIncrementSet, setBoNotes, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber, supportsBoNotes |
roleId
protected String roleId
kimTypeId
protected String kimTypeId
roleName
protected String roleName
roleImpl
protected RoleImpl roleImpl
namespaceCode
protected String namespaceCode
kimRoleType
protected KimTypeInfo kimRoleType
attributes
protected List<? extends KimAttributes> attributes
definitions
protected transient AttributeDefinitionMap definitions
attributeEntry
protected transient Map<String,Object> attributeEntry
rolePrncpls
protected List<KimDocumentRoleMember> rolePrncpls
newRolePrncpl
protected KimDocumentRoleMember newRolePrncpl
assignedResponsibilities
protected List<RoleResponsibilityImpl> assignedResponsibilities
isEditable
protected boolean isEditable
PersonDocumentRole
public PersonDocumentRole()
getRoleId
public String getRoleId()
setRoleId
public void setRoleId(String roleId)
toStringMapper
protected LinkedHashMap toStringMapper()
- Overrides:
toStringMapper
in class KimDocumentBoBase
- Returns:
- Map containing the fieldValues of the key fields for this class, indexed by fieldName
- See Also:
BusinessObjectBase.toStringMapper()
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 KimTypeInfo getKimRoleType()
setKimRoleType
@Deprecated
public void setKimRoleType(KimTypeInfo kimRoleType)
- Deprecated.
getDefinitionsKeyedByAttributeName
public AttributeDefinitionMap getDefinitionsKeyedByAttributeName()
getDefinitions
public AttributeDefinitionMap getDefinitions()
setDefinitions
public void setDefinitions(AttributeDefinitionMap 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<RoleResponsibilityImpl> getAssignedResponsibilities()
setAssignedResponsibilities
public void setAssignedResponsibilities(List<RoleResponsibilityImpl> assignedResponsibilities)
isActive
public boolean isActive()
- Description copied from interface:
Inactivateable
- Indicates whether the record is active or inactive.
- Specified by:
isActive
in interface Inactivateable
- Overrides:
isActive
in class KimDocumentBoBase
getRoleImpl
public RoleImpl getRoleImpl()
- Returns:
- the roleImpl
setRoleImpl
public void setRoleImpl(RoleImpl roleImpl)
- Parameters:
roleImpl
- the roleImpl to set
isEditable
public boolean isEditable()
- Returns:
- the isEditable
setEditable
public void setEditable(boolean isEditable)
- Parameters:
isEditable
- the isEditable to set
Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.