org.kuali.rice.kim.bo.impl
Class KimAttributes
java.lang.Object
   org.kuali.rice.krad.bo.BusinessObjectBase
org.kuali.rice.krad.bo.BusinessObjectBase
       org.kuali.rice.krad.bo.TransientBusinessObjectBase
org.kuali.rice.krad.bo.TransientBusinessObjectBase
           org.kuali.rice.kim.bo.impl.KimAttributes
org.kuali.rice.kim.bo.impl.KimAttributes
- All Implemented Interfaces: 
- Serializable, ModelObjectBasic, BusinessObject
- Direct Known Subclasses: 
- BookstoreKimAttributes
- public class KimAttributes 
- extends TransientBusinessObjectBase
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
- Serialized Form
 
 
 
 
 
 
methodToCall
protected String methodToCall
beanName
protected String beanName
actionClass
protected String actionClass
namespaceCode
protected String namespaceCode
componentName
protected String componentName
propertyName
protected String propertyName
existingRecordsOnly
protected Boolean existingRecordsOnly
createdBySelfOnly
protected Boolean createdBySelfOnly
attachmentTypeCode
protected String attachmentTypeCode
collectionItemTypeCode
protected String collectionItemTypeCode
editMode
protected String editMode
parameterName
protected String parameterName
campusCode
protected String campusCode
documentTypeName
protected String documentTypeName
actionRequestCd
protected String actionRequestCd
routeStatusCode
protected String routeStatusCode
routeNodeName
protected String routeNodeName
roleName
protected String roleName
permissionName
protected String permissionName
responsibilityName
protected String responsibilityName
groupName
protected String groupName
required
protected Boolean required
actionDetailsAtRoleMemberLevel
protected Boolean actionDetailsAtRoleMemberLevel
documentNumber
protected String documentNumber
sectionId
protected String sectionId
kimTypeId
protected String kimTypeId
qualifierResolverProvidedIdentifier
protected String qualifierResolverProvidedIdentifier
campus
protected org.kuali.rice.location.impl.campus.CampusBo campus
namespace
protected org.kuali.rice.core.impl.namespace.NamespaceBo namespace
component
protected org.kuali.rice.core.impl.component.ComponentBo component
parameter
protected org.kuali.rice.core.impl.parameter.ParameterBo parameter
documentType
protected DocumentType documentType
KimAttributes
public KimAttributes()
getMethodToCall
public String getMethodToCall()
- 
- Returns:
- the methodToCall
 
setMethodToCall
public void setMethodToCall(String methodToCall)
- 
- Parameters:
- methodToCall- the methodToCall to set
 
getBeanName
public String getBeanName()
- 
- Returns:
- the beanName
 
setBeanName
public void setBeanName(String beanName)
- 
- Parameters:
- beanName- the beanName to set
 
getActionClass
public String getActionClass()
- 
- Returns:
- the actionClass
 
setActionClass
public void setActionClass(String actionClass)
- 
- Parameters:
- actionClass- the actionClass to set
 
getNamespaceCode
public String getNamespaceCode()
- 
- Returns:
- the namespaceCode
 
setNamespaceCode
public void setNamespaceCode(String namespaceCode)
- 
- Parameters:
- namespaceCode- the namespaceCode to set
 
getComponentName
public String getComponentName()
- 
- Returns:
- the componentName
 
setComponentName
public void setComponentName(String componentName)
- 
- Parameters:
- componentName- the componentName to set
 
getPropertyName
public String getPropertyName()
- 
- Returns:
- the propertyName
 
setPropertyName
public void setPropertyName(String propertyName)
- 
- Parameters:
- propertyName- the propertyName to set
 
getCollectionItemTypeCode
public String getCollectionItemTypeCode()
- 
- Returns:
- the collectionItemTypeCode
 
setCollectionItemTypeCode
public void setCollectionItemTypeCode(String collectionItemTypeCode)
- 
- Parameters:
- collectionItemTypeCode- the collectionItemTypeCode to set
 
getEditMode
public String getEditMode()
- 
- Returns:
- the editMode
 
setEditMode
public void setEditMode(String editMode)
- 
- Parameters:
- editMode- the editMode to set
 
getParameterName
public String getParameterName()
- 
- Returns:
- the parameterName
 
setParameterName
public void setParameterName(String parameterName)
- 
- Parameters:
- parameterName- the parameterName to set
 
getCampusCode
public String getCampusCode()
- 
- Returns:
- the campusCode
 
setCampusCode
public void setCampusCode(String campusCode)
- 
- Parameters:
- campusCode- the campusCode to set
 
getDocumentTypeName
public String getDocumentTypeName()
- 
- Returns:
- the documentTypeName
 
setDocumentTypeName
public void setDocumentTypeName(String documentTypeName)
- 
- Parameters:
- documentTypeName- the documentTypeName to set
 
getActionRequestCd
public String getActionRequestCd()
- 
- Returns:
- the actionRequestCd
 
setActionRequestCd
public void setActionRequestCd(String actionRequestCd)
- 
- Parameters:
- actionRequestCd- the actionRequestCd to set
 
getRouteStatusCode
public String getRouteStatusCode()
- 
- Returns:
- the routeStatusCode
 
setRouteStatusCode
public void setRouteStatusCode(String routeStatusCode)
- 
- Parameters:
- routeStatusCode- the routeStatusCode to set
 
getRouteNodeName
public String getRouteNodeName()
- 
- Returns:
- the routeNodeName
 
setRouteNodeName
public void setRouteNodeName(String routeNodeName)
- 
- Parameters:
- routeNodeName- the routeNodeName to set
 
getRoleName
public String getRoleName()
- 
- Returns:
- the roleName
 
setRoleName
public void setRoleName(String roleName)
- 
- Parameters:
- roleName- the roleName to set
 
getPermissionName
public String getPermissionName()
- 
- Returns:
- the permissionName
 
setPermissionName
public void setPermissionName(String permissionName)
- 
- Parameters:
- permissionName- the permissionName to set
 
getResponsibilityName
public String getResponsibilityName()
- 
- Returns:
- the responsibilityName
 
setResponsibilityName
public void setResponsibilityName(String responsibilityName)
- 
- Parameters:
- responsibilityName- the responsibilityName to set
 
getGroupName
public String getGroupName()
- 
- Returns:
- the groupName
 
setGroupName
public void setGroupName(String groupName)
- 
- Parameters:
- groupName- the groupName to set
 
getDocumentNumber
public String getDocumentNumber()
- 
- Returns:
- the documentNumber
 
setDocumentNumber
public void setDocumentNumber(String documentNumber)
- 
- Parameters:
- documentNumber- the documentNumber to set
 
isExistingRecordsOnly
public Boolean isExistingRecordsOnly()
- 
- Returns:
- the existingRecordsOnly
 
setExistingRecordsOnly
public void setExistingRecordsOnly(Boolean existingRecordsOnly)
- 
- Parameters:
- existingRecordsOnly- the existingRecordsOnly to set
 
isCreatedBySelfOnly
public Boolean isCreatedBySelfOnly()
- 
- Returns:
- the createdBySelfOnly
 
setCreatedBySelfOnly
public void setCreatedBySelfOnly(Boolean createdBySelfOnly)
- 
- Parameters:
- createdBySelfOnly- the createdBySelfOnly to set
 
isRequired
public Boolean isRequired()
- 
- Returns:
- the required
 
setRequired
public void setRequired(Boolean required)
- 
- Parameters:
- required- the required to set
 
isActionDetailsAtRoleMemberLevel
public Boolean isActionDetailsAtRoleMemberLevel()
- 
- Returns:
- the actionDetailsAtRoleMemberLevel
 
setActionDetailsAtRoleMemberLevel
public void setActionDetailsAtRoleMemberLevel(Boolean actionDetailsAtRoleMemberLevel)
- 
- Parameters:
- actionDetailsAtRoleMemberLevel- the actionDetailsAtRoleMemberLevel to set
 
getSectionId
public String getSectionId()
- 
 
setSectionId
public void setSectionId(String sectionId)
- 
 
getCampus
public org.kuali.rice.location.impl.campus.CampusBo getCampus()
- 
 
setCampus
public void setCampus(org.kuali.rice.location.impl.campus.CampusBo campus)
- 
 
getNamespace
public org.kuali.rice.core.impl.namespace.NamespaceBo getNamespace()
- 
 
setNamespace
public void setNamespace(org.kuali.rice.core.impl.namespace.NamespaceBo namespace)
- 
 
getComponent
public org.kuali.rice.core.impl.component.ComponentBo getComponent()
- 
 
setComponent
public void setComponent(org.kuali.rice.core.impl.component.ComponentBo component)
- 
 
getParameter
public org.kuali.rice.core.impl.parameter.ParameterBo getParameter()
- 
 
setParameter
public void setParameter(org.kuali.rice.core.impl.parameter.ParameterBo parameter)
- 
 
getDocumentType
public DocumentType getDocumentType()
- 
 
setDocumentType
public void setDocumentType(DocumentType documentType)
- 
 
getKimTypeId
public String getKimTypeId()
- 
 
setKimTypeId
public void setKimTypeId(String kimTypeId)
- 
 
getQualifierResolverProvidedIdentifier
public String getQualifierResolverProvidedIdentifier()
- 
 
setQualifierResolverProvidedIdentifier
public void setQualifierResolverProvidedIdentifier(String qualifierResolverProvidedIdentifier)
- 
 
getAttachmentTypeCode
public String getAttachmentTypeCode()
- 
- Returns:
- the attachmentTypeCode
 
setAttachmentTypeCode
public void setAttachmentTypeCode(String attachmentTypeCode)
- 
- Parameters:
- attachmentTypeCode- the attachmentTypeCode to set
 
Copyright © 2005-2011 The Kuali Foundation. All Rights Reserved.