edu.sampleu.bookstore.bo
Class BookstoreKimAttributes
java.lang.Object
org.kuali.rice.krad.bo.BusinessObjectBase
org.kuali.rice.krad.bo.TransientBusinessObjectBase
org.kuali.rice.kim.bo.impl.KimAttributes
edu.sampleu.bookstore.bo.BookstoreKimAttributes
- All Implemented Interfaces:
- Serializable, ModelObjectBasic, BusinessObject
public class BookstoreKimAttributes
- extends KimAttributes
Class to hold all Bookstore application specific KIM attributes
- See Also:
- Serialized Form
Fields inherited from class org.kuali.rice.kim.bo.impl.KimAttributes |
actionClass, actionDetailsAtRoleMemberLevel, actionRequestCd, attachmentTypeCode, beanName, campus, campusCode, collectionItemTypeCode, component, componentName, createdBySelfOnly, documentNumber, documentType, documentTypeName, editMode, existingRecordsOnly, groupName, kimTypeId, methodToCall, namespace, namespaceCode, parameter, parameterName, permissionName, propertyName, qualifierResolverProvidedIdentifier, required, responsibilityName, roleName, routeNodeName, routeStatusCode, sectionId |
Methods inherited from class org.kuali.rice.kim.bo.impl.KimAttributes |
getActionClass, getActionRequestCd, getAttachmentTypeCode, getBeanName, getCampus, getCampusCode, getCollectionItemTypeCode, getComponent, getComponentName, getDocumentNumber, getDocumentType, getDocumentTypeName, getEditMode, getGroupName, getKimTypeId, getMethodToCall, getNamespace, getNamespaceCode, getParameter, getParameterName, getPermissionName, getPropertyName, getQualifierResolverProvidedIdentifier, getResponsibilityName, getRoleName, getRouteNodeName, getRouteStatusCode, getSectionId, isActionDetailsAtRoleMemberLevel, isCreatedBySelfOnly, isExistingRecordsOnly, isRequired, setActionClass, setActionDetailsAtRoleMemberLevel, setActionRequestCd, setAttachmentTypeCode, setBeanName, setCampus, setCampusCode, setCollectionItemTypeCode, setComponent, setComponentName, setCreatedBySelfOnly, setDocumentNumber, setDocumentType, setDocumentTypeName, setEditMode, setExistingRecordsOnly, setGroupName, setKimTypeId, setMethodToCall, setNamespace, setNamespaceCode, setParameter, setParameterName, setPermissionName, setPropertyName, setQualifierResolverProvidedIdentifier, setRequired, setResponsibilityName, setRoleName, setRouteNodeName, setRouteStatusCode, setSectionId |
BOOK_TYPE_CODE
public static final String BOOK_TYPE_CODE
- See Also:
- Constant Field Values
bookTypeCode
protected String bookTypeCode
bookType
protected BookType bookType
BookstoreKimAttributes
public BookstoreKimAttributes()
getBookTypeCode
public String getBookTypeCode()
setBookTypeCode
public void setBookTypeCode(String bookTypeCode)
getBookType
public BookType getBookType()
setBookType
public void setBookType(BookType bookType)
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.