|
||||||||||
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.sys.businessobject.ElectronicPaymentClaim
public class ElectronicPaymentClaim
This class is used to represent an electronic payment claim.
Nested Class Summary | |
---|---|
static class |
ElectronicPaymentClaim.ClaimStatusCodes
|
Field Summary |
---|
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
---|
extension, versionNumber |
Constructor Summary | |
---|---|
ElectronicPaymentClaim()
Default constructor. |
Method Summary | |
---|---|
String |
getDocumentNumber()
Gets the documentNumber attribute. |
String |
getElectronicPaymentClaimRepresentation()
Returns the String representation for an Electronic Payment Claim record, to be used by the claimed checkbox |
Integer |
getFinancialDocumentLineNumber()
Gets the financialDocumentLineNumber attribute. |
AccountingPeriod |
getFinancialDocumentPostingPeriod()
Gets the financialDocumentPostingPeriod attribute. |
String |
getFinancialDocumentPostingPeriodCode()
Gets the financialDocumentPostingPeriodCode attribute. |
Integer |
getFinancialDocumentPostingYear()
Gets the financialDocumentPostingYear attribute. |
SourceAccountingLine |
getGeneratingAccountingLine()
Returns the accounting line on the generating Advance Deposit document for the transaction which generated this record |
AdvanceDepositDetail |
getGeneratingAdvanceDepositDetail()
Returns the AdvanceDepositDetail for the first deposit detail on this document |
AdvanceDepositDocument |
getGeneratingDocument()
Gets the generatingDocument attribute. |
org.kuali.rice.kns.bo.DocumentHeader |
getGeneratingDocumentHeader()
Gets the generatingDocumentHeader attribute. |
String |
getPaymentClaimStatus()
|
String |
getPaymentClaimStatusCode()
Gets the paymentClaimStatusCode attribute. |
String |
getReferenceFinancialDocumentNumber()
Gets the referenceFinancialDocumentNumber attribute. |
void |
setDocumentNumber(String documentNumber)
Sets the documentNumber attribute. |
void |
setFinancialDocumentLineNumber(Integer financialDocumentLineNumber)
Sets the financialDocumentLineNumber attribute. |
void |
setFinancialDocumentPostingPeriod(AccountingPeriod financialDocumentPostingPeriod)
Sets the financialDocumentPostingPeriod attribute value. |
void |
setFinancialDocumentPostingPeriodCode(String financialDocumentPostingPeriodCode)
Sets the financialDocumentPostingPeriodCode attribute. |
void |
setFinancialDocumentPostingYear(Integer financialDocumentPostingYear)
Sets the financialDocumentPostingYear attribute. |
void |
setGeneratingDocumentHeader(org.kuali.rice.kns.bo.DocumentHeader generatingDocumentHeader)
Deprecated. |
void |
setPaymentClaimStatusCode(String paymentClaimStatusCode)
Sets the paymentClaimStatusCode attribute value. |
void |
setReferenceFinancialDocumentNumber(String referenceFinancialDocumentNumber)
Sets the referenceFinancialDocumentNumber attribute. |
protected LinkedHashMap |
toStringMapper()
|
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 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 ElectronicPaymentClaim()
Method Detail |
---|
public String getDocumentNumber()
public void setDocumentNumber(String documentNumber)
documentNumber
- The documentNumber to set.public Integer getFinancialDocumentLineNumber()
public void setFinancialDocumentLineNumber(Integer financialDocumentLineNumber)
financialDocumentLineNumber
- The financialDocumentLineNumber to set.public String getReferenceFinancialDocumentNumber()
public void setReferenceFinancialDocumentNumber(String referenceFinancialDocumentNumber)
referenceFinancialDocumentNumber
- The referenceFinancialDocumentNumber to set.public Integer getFinancialDocumentPostingYear()
public void setFinancialDocumentPostingYear(Integer financialDocumentPostingYear)
financialDocumentPostingYear
- The financialDocumentPostingYear to set.public String getFinancialDocumentPostingPeriodCode()
public void setFinancialDocumentPostingPeriodCode(String financialDocumentPostingPeriodCode)
financialDocumentPostingPeriodCode
- The financialDocumentPostingPeriodCode to set.public String getPaymentClaimStatusCode()
public void setPaymentClaimStatusCode(String paymentClaimStatusCode)
paymentClaimStatusCode
- The paymentClaimStatusCode to set.public AdvanceDepositDocument getGeneratingDocument()
public org.kuali.rice.kns.bo.DocumentHeader getGeneratingDocumentHeader()
public void setGeneratingDocumentHeader(org.kuali.rice.kns.bo.DocumentHeader generatingDocumentHeader)
generatingDocumentHeader
- The generatingDocumentHeader to set.public SourceAccountingLine getGeneratingAccountingLine()
public AdvanceDepositDetail getGeneratingAdvanceDepositDetail()
public AccountingPeriod getFinancialDocumentPostingPeriod()
public void setFinancialDocumentPostingPeriod(AccountingPeriod financialDocumentPostingPeriod)
financialDocumentPostingPeriod
- The financialDocumentPostingPeriod to set.protected LinkedHashMap toStringMapper()
toStringMapper
in class org.kuali.rice.kns.bo.BusinessObjectBase
BusinessObjectBase.toStringMapper()
public String getElectronicPaymentClaimRepresentation()
claim
- a claim to get a String representation for
public String getPaymentClaimStatus()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |