edu.sampleu.bookstore.bo
Class BookstoreKimAttributes

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
              extended by 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

Field Summary
static String BOOK_TYPE_CODE
           
protected  BookType bookType
           
protected  String bookTypeCode
           
 
Fields inherited from class org.kuali.rice.kim.bo.impl.KimAttributes
actionClass, actionDetailsAtRoleMemberLevel, actionEvent, actionId, actionRequestCd, attachmentTypeCode, beanName, campus, campusCode, collectionItemTypeCode, collectionPropertyName, component, componentName, createdBySelfOnly, documentNumber, documentType, documentTypeName, editMode, existingRecordsOnly, fieldId, groupId, groupName, kimTypeId, methodToCall, namespace, namespaceCode, parameter, parameterName, permissionName, propertyName, qualifierResolverProvidedIdentifier, required, responsibilityName, roleName, routeNodeName, routeStatusCode, sectionId, viewId, widgetId
 
Constructor Summary
BookstoreKimAttributes()
           
 
Method Summary
 BookType getBookType()
           
 String getBookTypeCode()
           
 void setBookType(BookType bookType)
           
 void setBookTypeCode(String bookTypeCode)
           
 
Methods inherited from class org.kuali.rice.kim.bo.impl.KimAttributes
getActionClass, getActionEvent, getActionId, getActionRequestCd, getAttachmentTypeCode, getBeanName, getCampus, getCampusCode, getCollectionItemTypeCode, getCollectionPropertyName, getComponent, getComponentName, getDocumentNumber, getDocumentType, getDocumentTypeName, getEditMode, getFieldId, getGroupId, getGroupName, getKimTypeId, getMethodToCall, getNamespace, getNamespaceCode, getParameter, getParameterName, getPermissionName, getPropertyName, getQualifierResolverProvidedIdentifier, getResponsibilityName, getRoleName, getRouteNodeName, getRouteStatusCode, getSectionId, getViewId, getWidgetId, isActionDetailsAtRoleMemberLevel, isCreatedBySelfOnly, isExistingRecordsOnly, isRequired, setActionClass, setActionDetailsAtRoleMemberLevel, setActionEvent, setActionId, setActionRequestCd, setAttachmentTypeCode, setBeanName, setCampus, setCampusCode, setCollectionItemTypeCode, setCollectionPropertyName, setComponent, setComponentName, setCreatedBySelfOnly, setDocumentNumber, setDocumentType, setDocumentTypeName, setEditMode, setExistingRecordsOnly, setFieldId, setGroupId, setGroupName, setKimTypeId, setMethodToCall, setNamespace, setNamespaceCode, setParameter, setParameterName, setPermissionName, setPropertyName, setQualifierResolverProvidedIdentifier, setRequired, setResponsibilityName, setRoleName, setRouteNodeName, setRouteStatusCode, setSectionId, setViewId, setWidgetId
 
Methods inherited from class org.kuali.rice.krad.bo.TransientBusinessObjectBase
refresh
 
Methods inherited from class org.kuali.rice.krad.bo.BusinessObjectBase
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

BOOK_TYPE_CODE

public static final String BOOK_TYPE_CODE
See Also:
Constant Field Values

bookTypeCode

protected String bookTypeCode

bookType

protected BookType bookType
Constructor Detail

BookstoreKimAttributes

public BookstoreKimAttributes()
Method Detail

getBookTypeCode

public String getBookTypeCode()

setBookTypeCode

public void setBookTypeCode(String bookTypeCode)

getBookType

public BookType getBookType()

setBookType

public void setBookType(BookType bookType)


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.