org.kuali.kfs.module.purap.businessobject
Class CreditMemoView
java.lang.Object
org.kuali.rice.kns.bo.BusinessObjectBase
org.kuali.rice.kns.bo.PersistableBusinessObjectBase
org.kuali.kfs.module.purap.businessobject.AbstractRelatedView
org.kuali.kfs.module.purap.businessobject.CreditMemoView
- All Implemented Interfaces:
- Serializable, org.apache.ojb.broker.PersistenceBrokerAware, org.kuali.rice.kns.bo.BusinessObject, org.kuali.rice.kns.bo.PersistableBusinessObject
public class CreditMemoView
- extends AbstractRelatedView
Credit Memo View Business Object.
- 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 |
CreditMemoView
public CreditMemoView()
getTotalAmount
public Object getTotalAmount()
getAccountsPayableApprovalTimestamp
public Object getAccountsPayableApprovalTimestamp()
setAccountsPayableApprovalTimestamp
public void setAccountsPayableApprovalTimestamp(Timestamp accountsPayableApprovalTimestamp)
isCreditHoldIndicator
public boolean isCreditHoldIndicator()
setCreditHoldIndicator
public void setCreditHoldIndicator(boolean creditHoldIndicator)
getCreditMemoExtractedTimestamp
public Timestamp getCreditMemoExtractedTimestamp()
setCreditMemoExtractedTimestamp
public void setCreditMemoExtractedTimestamp(Timestamp creditMemoExtractedTimestamp)
getCreditMemoNumber
public String getCreditMemoNumber()
setCreditMemoNumber
public void setCreditMemoNumber(String creditMemoNumber)
getCreditMemoPaidTimestamp
public Timestamp getCreditMemoPaidTimestamp()
setCreditMemoPaidTimestamp
public void setCreditMemoPaidTimestamp(Timestamp creditMemoPaidTimestamp)
getCreditMemoStatusCode
public String getCreditMemoStatusCode()
setCreditMemoStatusCode
public void setCreditMemoStatusCode(String creditMemoStatusCode)
getStatus
public Status getStatus()
setStatus
public void setStatus(Status status)
getPaymentRequestIdentifier
public Integer getPaymentRequestIdentifier()
setPaymentRequestIdentifier
public void setPaymentRequestIdentifier(Integer paymentRequestIdentifier)
getPurchaseOrderIdentifier
public Integer getPurchaseOrderIdentifier()
setPurchaseOrderIdentifier
public void setPurchaseOrderIdentifier(Integer purchaseOrderIdentifier)
getVendorCustomerNumber
public String getVendorCustomerNumber()
setVendorCustomerNumber
public void setVendorCustomerNumber(String vendorCustomerNumber)
getVendorName
public String getVendorName()
setVendorName
public void setVendorName(String vendorName)
getDocumentType
public String getDocumentType()
- Returns:
- workflow document type for the VendorCreditMemoDocument
getPurapDocumentIdentifier
public Integer getPurapDocumentIdentifier()
- The next three methods are overridden but shouldnt be! If they arent overridden, they dont show up in the tag, not sure why
at this point! (AAP)
- Overrides:
getPurapDocumentIdentifier
in class AbstractRelatedView
getDocumentIdentifierString
public String getDocumentIdentifierString()
- Overrides:
getDocumentIdentifierString
in class AbstractRelatedView
getNotes
public List<org.kuali.rice.kns.bo.Note> getNotes()
- Overrides:
getNotes
in class AbstractRelatedView
getUrl
public String getUrl()
- Overrides:
getUrl
in class AbstractRelatedView
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.