Class KimAttributes

java.lang.Object
org.kuali.rice.krad.bo.BusinessObjectBase
org.kuali.rice.krad.bo.TransientBusinessObjectBase
org.kuali.rice.kim.bo.impl.KimAttributes
All Implemented Interfaces:
Serializable, Cloneable, org.eclipse.persistence.descriptors.changetracking.ChangeTracker, org.eclipse.persistence.internal.descriptors.PersistenceEntity, org.eclipse.persistence.internal.descriptors.PersistenceObject, org.eclipse.persistence.internal.weaving.PersistenceWeaved, org.eclipse.persistence.internal.weaving.PersistenceWeavedChangeTracking, org.eclipse.persistence.internal.weaving.PersistenceWeavedFetchGroups, org.eclipse.persistence.internal.weaving.PersistenceWeavedRest, org.eclipse.persistence.queries.FetchGroupTracker, org.kuali.rice.core.api.mo.ModelObjectBasic, org.kuali.rice.krad.bo.BusinessObject

public class KimAttributes extends org.kuali.rice.krad.bo.TransientBusinessObjectBase
Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
  • Field Details

    • 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
    • appCode

      protected String appCode
    • actionRequestCd

      protected String actionRequestCd
    • routeStatusCode

      protected String routeStatusCode
    • routeNodeName

      protected String routeNodeName
    • appDocStatus

      protected String appDocStatus
    • 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
    • viewId

      protected String viewId
    • actionEvent

      protected String actionEvent
    • collectionPropertyName

      protected String collectionPropertyName
    • fieldId

      protected String fieldId
    • groupId

      protected String groupId
    • widgetId

      protected String widgetId
    • actionId

      protected String actionId
    • campus

      protected org.kuali.rice.location.impl.campus.CampusBo campus
    • namespace

      protected org.kuali.rice.coreservice.impl.namespace.NamespaceBo namespace
    • component

      protected org.kuali.rice.coreservice.impl.component.ComponentBo component
    • parameter

      protected org.kuali.rice.coreservice.impl.parameter.ParameterBo parameter
    • documentType

      protected DocumentType documentType
  • Constructor Details

    • KimAttributes

      public KimAttributes()
  • Method Details

    • 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
    • getAppCode

      public String getAppCode()
      Returns:
      the appCode
    • setAppCode

      public void setAppCode(String appCode)
      Parameters:
      appCode - the appCode 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
    • getAppDocStatus

      public String getAppDocStatus()
      Returns:
      the appDocStatus
    • setAppDocStatus

      public void setAppDocStatus(String appDocStatus)
      Parameters:
      appDocStatus - the appDocStatus 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.coreservice.impl.namespace.NamespaceBo getNamespace()
    • setNamespace

      public void setNamespace(org.kuali.rice.coreservice.impl.namespace.NamespaceBo namespace)
    • getComponent

      public org.kuali.rice.coreservice.impl.component.ComponentBo getComponent()
    • setComponent

      public void setComponent(org.kuali.rice.coreservice.impl.component.ComponentBo component)
    • getParameter

      public org.kuali.rice.coreservice.impl.parameter.ParameterBo getParameter()
    • setParameter

      public void setParameter(org.kuali.rice.coreservice.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
    • getActionEvent

      public String getActionEvent()
    • setActionEvent

      public void setActionEvent(String actionEvent)
    • getCollectionPropertyName

      public String getCollectionPropertyName()
    • setCollectionPropertyName

      public void setCollectionPropertyName(String collectionPropertyName)
    • getFieldId

      public String getFieldId()
    • setFieldId

      public void setFieldId(String fieldId)
    • getGroupId

      public String getGroupId()
    • setGroupId

      public void setGroupId(String groupId)
    • getViewId

      public String getViewId()
    • setViewId

      public void setViewId(String viewId)
    • getWidgetId

      public String getWidgetId()
    • setWidgetId

      public void setWidgetId(String widgetId)
    • getActionId

      public String getActionId()
    • setActionId

      public void setActionId(String actionId)