|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.rice.kns.bo.BusinessObjectBase
org.kuali.rice.kns.bo.PersistableBusinessObjectBase
org.kuali.kfs.module.cab.businessobject.PurchasingAccountsPayableDocument
public class PurchasingAccountsPayableDocument
Field Summary |
---|
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
---|
extension, versionNumber |
Constructor Summary | |
---|---|
PurchasingAccountsPayableDocument()
|
Method Summary | |
---|---|
List |
buildListOfDeletionAwareLists()
Need to override this method, so we can save item assets, the framework can delete the allocated item assets. |
String |
getActivityStatusCode()
Gets the activityStatusCode attribute. |
String |
getCapitalAssetSystemTypeCodeFromPurAp()
Gets the capitalAssetSystemTypeCodeFromPurAp attribute. |
FinancialSystemDocumentHeader |
getDocumentHeader()
Gets the documentHeader attribute. |
String |
getDocumentNumber()
Gets the documentNumber attribute. |
String |
getDocumentTypeCode()
Gets the documentTypeCode attribute. |
org.kuali.rice.kew.doctype.bo.DocumentTypeEBO |
getFinancialSystemDocumentTypeCode()
Gets the financialSystemDocumentTypeCode attribute. |
String |
getPurApContactEmailAddress()
Gets the purApContactEmailAddress attribute. |
String |
getPurApContactPhoneNumber()
Gets the purApContactPhoneNumber attribute. |
Integer |
getPurapDocumentIdentifier()
Gets the purapDocumentIdentifier attribute. |
Integer |
getPurchaseOrderIdentifier()
Gets the purchaseOrderIdentifier attribute. |
PurchasingAccountsPayableItemAsset |
getPurchasingAccountsPayableItemAsset(int index)
|
List<PurchasingAccountsPayableItemAsset> |
getPurchasingAccountsPayableItemAssets()
Gets the purchasingAccountsPayableItemAssets attribute. |
String |
getStatusDescription()
Gets the statusDescription attribute. |
boolean |
isActive()
Gets the active attribute. |
void |
setActivityStatusCode(String activityStatusCode)
Sets the activityStatusCode attribute value. |
void |
setCapitalAssetSystemTypeCodeFromPurAp(String capitalAssetSystemTypeCodeFromPurAp)
Sets the capitalAssetSystemTypeCodeFromPurAp attribute value. |
void |
setDocumentHeader(FinancialSystemDocumentHeader documentHeader)
Sets the documentHeader attribute value. |
void |
setDocumentNumber(String documentNumber)
Sets the documentNumber attribute value. |
void |
setDocumentTypeCode(String documentTypeCode)
Sets the documentTypeCode attribute value. |
void |
setPurApContactEmailAddress(String purApContactEmailAddress)
Sets the purApContactEmailAddress attribute value. |
void |
setPurApContactPhoneNumber(String purApContactPhoneNumber)
Sets the purApContactPhoneNumber attribute value. |
void |
setPurapDocumentIdentifier(Integer purapDocumentIdentifier)
Sets the purapDocumentIdentifier attribute value. |
void |
setPurchaseOrderIdentifier(Integer purchaseOrderIdentifier)
Sets the purchaseOrderIdentifier attribute value. |
void |
setPurchasingAccountsPayableItemAssets(List<PurchasingAccountsPayableItemAsset> purchasingAccountsPayableItemAssets)
Sets the purchasingAccountsPayableItemAssets attribute value. |
void |
setStatusDescription(String statusDescription)
Sets the statusDescription attribute value. |
protected LinkedHashMap |
toStringMapper()
|
Methods inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
---|
addNote, afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeInsert, beforeUpdate, beforeUpdate, 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 class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.kuali.rice.kns.bo.BusinessObject |
---|
prepareForWorkflow |
Constructor Detail |
---|
public PurchasingAccountsPayableDocument()
Method Detail |
---|
public String getCapitalAssetSystemTypeCodeFromPurAp()
public void setCapitalAssetSystemTypeCodeFromPurAp(String capitalAssetSystemTypeCodeFromPurAp)
capitalAssetSystemTypeCodeFromPurAp
- The capitalAssetSystemTypeCodeFromPurAp to set.public String getDocumentNumber()
public void setDocumentNumber(String documentNumber)
documentNumber
- The documentNumber to set.public Integer getPurapDocumentIdentifier()
public void setPurapDocumentIdentifier(Integer purapDocumentIdentifier)
purapDocumentIdentifier
- The purapDocumentIdentifier to set.public Integer getPurchaseOrderIdentifier()
public void setPurchaseOrderIdentifier(Integer purchaseOrderIdentifier)
purchaseOrderIdentifier
- The purchaseOrderIdentifier to set.public String getDocumentTypeCode()
public void setDocumentTypeCode(String documentTypeCode)
documentTypeCode
- The documentTypeCode to set.public boolean isActive()
public String getActivityStatusCode()
public void setActivityStatusCode(String activityStatusCode)
activityStatusCode
- The activityStatusCode to set.public org.kuali.rice.kew.doctype.bo.DocumentTypeEBO getFinancialSystemDocumentTypeCode()
public FinancialSystemDocumentHeader getDocumentHeader()
public void setDocumentHeader(FinancialSystemDocumentHeader documentHeader)
documentHeader
- The documentHeader to set.public List<PurchasingAccountsPayableItemAsset> getPurchasingAccountsPayableItemAssets()
public void setPurchasingAccountsPayableItemAssets(List<PurchasingAccountsPayableItemAsset> purchasingAccountsPayableItemAssets)
purchasingAccountsPayableItemAssets
- The purchasingAccountsPayableItemAssets to set.public String getPurApContactEmailAddress()
public void setPurApContactEmailAddress(String purApContactEmailAddress)
purApContactEmailAddress
- The purApContactEmailAddress to set.public String getPurApContactPhoneNumber()
public void setPurApContactPhoneNumber(String purApContactPhoneNumber)
purApContactPhoneNumber
- The purApContactPhoneNumber to set.public String getStatusDescription()
public void setStatusDescription(String statusDescription)
statusDescription
- The statusDescription to set.public List buildListOfDeletionAwareLists()
buildListOfDeletionAwareLists
in interface org.kuali.rice.kns.bo.PersistableBusinessObject
buildListOfDeletionAwareLists
in class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
PersistableBusinessObjectBase.buildListOfDeletionAwareLists()
protected LinkedHashMap toStringMapper()
toStringMapper
in class org.kuali.rice.kns.bo.BusinessObjectBase
BusinessObjectBase.toStringMapper()
public PurchasingAccountsPayableItemAsset getPurchasingAccountsPayableItemAsset(int index)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |