org.kuali.kfs.module.purap.businessobject
Class ContractManagerAssignmentDetail
java.lang.Object
org.kuali.rice.kns.bo.BusinessObjectBase
org.kuali.rice.kns.bo.PersistableBusinessObjectBase
org.kuali.kfs.module.purap.businessobject.ContractManagerAssignmentDetail
- All Implemented Interfaces:
- Serializable, org.apache.ojb.broker.PersistenceBrokerAware, org.kuali.rice.kns.bo.BusinessObject, org.kuali.rice.kns.bo.PersistableBusinessObject
public class ContractManagerAssignmentDetail
- extends org.kuali.rice.kns.bo.PersistableBusinessObjectBase
Assign Contract Manager Detail Business Object. Defines attributes in Assign Contract Manager tab.
- See Also:
- Serialized Form
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
extension, versionNumber |
Methods inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
addNote, afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeInsert, beforeUpdate, beforeUpdate, buildListOfDeletionAwareLists, deleteNote, getAttachmentService, getBoNote, getBoNotes, getExtension, getNoteService, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isAutoIncrementSet, isBoNotesSupport, isNewCollectionRecord, linkEditableUserFields, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setAutoIncrementSet, setBoNotes, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber, supportsBoNotes |
Methods inherited from class org.kuali.rice.kns.bo.BusinessObjectBase |
prepareForWorkflow, toString, toStringBuilder |
Methods inherited from interface org.kuali.rice.kns.bo.BusinessObject |
prepareForWorkflow |
ContractManagerAssignmentDetail
public ContractManagerAssignmentDetail()
- Default constructor.
ContractManagerAssignmentDetail
public ContractManagerAssignmentDetail(ContractManagerAssignmentDocument acmDocument,
RequisitionDocument requisitionDocument)
- Constructs a ContractManagerAssignmentDetail object from an existing ContractManagerAssignmentDocument object.
- Parameters:
acmDocument
- the ContractManagerAssignmentDocument to copy from.requisitionDocument
- reference to the related requisition document.
getDocumentNumber
public String getDocumentNumber()
setDocumentNumber
public void setDocumentNumber(String documentNumber)
getRequisitionIdentifier
public Integer getRequisitionIdentifier()
setRequisitionIdentifier
public void setRequisitionIdentifier(Integer requisitionIdentifier)
getContractManagerCode
public Integer getContractManagerCode()
- Returns the default contract manager code if the first line item of the
requisition contains commodity codes with one contract manager whose campus
code matches the delivery campus code on the requisition. If there are more
than one contract managers of the same campus code as the delivery code, we'll
return null. If the first line item of the requisition does not contain commodity
code, or contain commodity code that does not have contract manager, we'll
also return null
- Returns:
- Integer the default contract manager code if applicable, or null.
setContractManagerCode
public void setContractManagerCode(Integer contractManagerCode)
getContractManager
public ContractManager getContractManager()
setContractManager
public void setContractManager(ContractManager contractManager)
- Deprecated.
getRequisition
public RequisitionDocument getRequisition()
setRequisition
public void setRequisition(RequisitionDocument requisition)
- Deprecated.
getContractManagerAssignmentDocument
public ContractManagerAssignmentDocument getContractManagerAssignmentDocument()
setContractManagerAssignmentDocument
public void setContractManagerAssignmentDocument(ContractManagerAssignmentDocument contractManagerAssignmentDocument)
getCreateDate
public String getCreateDate()
throws org.kuali.rice.kew.exception.WorkflowException
- Returns the formatted string of the create date. If the createDate is currently null, we'll
get the createDate from the workflowDocument.
- Returns:
-
- Throws:
org.kuali.rice.kew.exception.WorkflowException
setCreateDate
public void setCreateDate(String createDate)
getDeliveryCampusCode
public String getDeliveryCampusCode()
setDeliveryCampusCode
public void setDeliveryCampusCode(String deliveryCampusCode)
getVendorName
public String getVendorName()
setVendorName
public void setVendorName(String vendorName)
toStringMapper
protected LinkedHashMap toStringMapper()
- Specified by:
toStringMapper
in class org.kuali.rice.kns.bo.BusinessObjectBase
- See Also:
BusinessObjectBase.toStringMapper()
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.