public class ContractManagerAssignmentDetail extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase
Constructor and Description |
---|
ContractManagerAssignmentDetail()
Default constructor.
|
ContractManagerAssignmentDetail(ContractManagerAssignmentDocument acmDocument,
RequisitionDocument requisitionDocument)
Constructs a ContractManagerAssignmentDetail object from an existing ContractManagerAssignmentDocument object.
|
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber
public ContractManagerAssignmentDetail()
public ContractManagerAssignmentDetail(ContractManagerAssignmentDocument acmDocument, RequisitionDocument requisitionDocument)
acmDocument
- the ContractManagerAssignmentDocument to copy from.requisitionDocument
- reference to the related requisition document.public String getDocumentNumber()
public void setDocumentNumber(String documentNumber)
public Integer getRequisitionIdentifier()
public void setRequisitionIdentifier(Integer requisitionIdentifier)
public Integer getContractManagerCode()
public void setContractManagerCode(Integer contractManagerCode)
public ContractManager getContractManager()
public void setContractManager(ContractManager contractManager)
public RequisitionDocument getRequisition()
public void setRequisition(RequisitionDocument requisition)
public ContractManagerAssignmentDocument getContractManagerAssignmentDocument()
public void setContractManagerAssignmentDocument(ContractManagerAssignmentDocument contractManagerAssignmentDocument)
public String getCreateDate() throws org.kuali.rice.kew.api.exception.WorkflowException
org.kuali.rice.kew.api.exception.WorkflowException
public void setCreateDate(String createDate)
public String getDeliveryCampusCode()
public void setDeliveryCampusCode(String deliveryCampusCode)
public String getVendorName()
public void setVendorName(String vendorName)
protected LinkedHashMap toStringMapper_RICE20_REFACTORME()
org.kuali.rice.krad.bo.BusinessObjectBase#toStringMapper()
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.