org.kuali.rice.kim.bo.impl
Class KimAttributes

java.lang.Object
  extended by org.kuali.rice.krad.bo.BusinessObjectBase
      extended by org.kuali.rice.krad.bo.TransientBusinessObjectBase
          extended by 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

Field Summary
protected  String actionClass
           
protected  Boolean actionDetailsAtRoleMemberLevel
           
protected  String actionRequestCd
           
protected  String attachmentTypeCode
           
protected  String beanName
           
protected  org.kuali.rice.location.impl.campus.CampusBo campus
           
protected  String campusCode
           
protected  String collectionItemTypeCode
           
protected  org.kuali.rice.core.impl.component.ComponentBo component
           
protected  String componentName
           
protected  Boolean createdBySelfOnly
           
protected  String documentNumber
           
protected  DocumentType documentType
           
protected  String documentTypeName
           
protected  String editMode
           
protected  Boolean existingRecordsOnly
           
protected  String groupName
           
protected  String kimTypeId
           
protected  String methodToCall
           
protected  org.kuali.rice.core.impl.namespace.NamespaceBo namespace
           
protected  String namespaceCode
           
protected  org.kuali.rice.core.impl.parameter.ParameterBo parameter
           
protected  String parameterName
           
protected  String permissionName
           
protected  String propertyName
           
protected  String qualifierResolverProvidedIdentifier
           
protected  Boolean required
           
protected  String responsibilityName
           
protected  String roleName
           
protected  String routeNodeName
           
protected  String routeStatusCode
           
protected  String sectionId
           
 
Constructor Summary
KimAttributes()
           
 
Method Summary
 String getActionClass()
           
 String getActionRequestCd()
           
 String getAttachmentTypeCode()
           
 String getBeanName()
           
 org.kuali.rice.location.impl.campus.CampusBo getCampus()
           
 String getCampusCode()
           
 String getCollectionItemTypeCode()
           
 org.kuali.rice.core.impl.component.ComponentBo getComponent()
           
 String getComponentName()
           
 String getDocumentNumber()
           
 DocumentType getDocumentType()
           
 String getDocumentTypeName()
           
 String getEditMode()
           
 String getGroupName()
           
 String getKimTypeId()
           
 String getMethodToCall()
           
 org.kuali.rice.core.impl.namespace.NamespaceBo getNamespace()
           
 String getNamespaceCode()
           
 org.kuali.rice.core.impl.parameter.ParameterBo getParameter()
           
 String getParameterName()
           
 String getPermissionName()
           
 String getPropertyName()
           
 String getQualifierResolverProvidedIdentifier()
           
 String getResponsibilityName()
           
 String getRoleName()
           
 String getRouteNodeName()
           
 String getRouteStatusCode()
           
 String getSectionId()
           
 Boolean isActionDetailsAtRoleMemberLevel()
           
 Boolean isCreatedBySelfOnly()
           
 Boolean isExistingRecordsOnly()
           
 Boolean isRequired()
           
 void setActionClass(String actionClass)
           
 void setActionDetailsAtRoleMemberLevel(Boolean actionDetailsAtRoleMemberLevel)
           
 void setActionRequestCd(String actionRequestCd)
           
 void setAttachmentTypeCode(String attachmentTypeCode)
           
 void setBeanName(String beanName)
           
 void setCampus(org.kuali.rice.location.impl.campus.CampusBo campus)
           
 void setCampusCode(String campusCode)
           
 void setCollectionItemTypeCode(String collectionItemTypeCode)
           
 void setComponent(org.kuali.rice.core.impl.component.ComponentBo component)
           
 void setComponentName(String componentName)
           
 void setCreatedBySelfOnly(Boolean createdBySelfOnly)
           
 void setDocumentNumber(String documentNumber)
           
 void setDocumentType(DocumentType documentType)
           
 void setDocumentTypeName(String documentTypeName)
           
 void setEditMode(String editMode)
           
 void setExistingRecordsOnly(Boolean existingRecordsOnly)
           
 void setGroupName(String groupName)
           
 void setKimTypeId(String kimTypeId)
           
 void setMethodToCall(String methodToCall)
           
 void setNamespace(org.kuali.rice.core.impl.namespace.NamespaceBo namespace)
           
 void setNamespaceCode(String namespaceCode)
           
 void setParameter(org.kuali.rice.core.impl.parameter.ParameterBo parameter)
           
 void setParameterName(String parameterName)
           
 void setPermissionName(String permissionName)
           
 void setPropertyName(String propertyName)
           
 void setQualifierResolverProvidedIdentifier(String qualifierResolverProvidedIdentifier)
           
 void setRequired(Boolean required)
           
 void setResponsibilityName(String responsibilityName)
           
 void setRoleName(String roleName)
           
 void setRouteNodeName(String routeNodeName)
           
 void setRouteStatusCode(String routeStatusCode)
           
 void setSectionId(String sectionId)
           
 
Methods inherited from class org.kuali.rice.krad.bo.TransientBusinessObjectBase
refresh
 
Methods inherited from class org.kuali.rice.krad.bo.BusinessObjectBase
prepareForWorkflow, toString, toStringBuilder, toStringMapper
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

KimAttributes

public KimAttributes()
Method Detail

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.