| |
|
| org.kuali.kfs.document.LedgerPostingDocument
All known Subclasses: org.kuali.kfs.document.LedgerPostingDocumentBase,
LedgerPostingDocument | public interface LedgerPostingDocument extends TransactionalDocument(Code) | | This defines methods common for all ledger posting.
|
getAccountingPeriod | public AccountingPeriod getAccountingPeriod()(Code) | | This method retrieves the accounting period associated with this document.
|
getPostingPeriodCode | public String getPostingPeriodCode()(Code) | | Gets the postingPeriodCode attribute. Part of AccountingPeriod Primary Key.
Returns the postingPeriodCode. |
getPostingYear | public Integer getPostingYear()(Code) | | posting year for this document |
setAccountingPeriod | public void setAccountingPeriod(AccountingPeriod accountingPeriod)(Code) | | This method sets the accounting period associated with this document.
Parameters: accountingPeriod - |
setPostingPeriodCode | public void setPostingPeriodCode(String postingPeriodCode)(Code) | | Sets the postingPeriodCode attribute value. Part of AccountingPeriod Primary Key.
Parameters: postingPeriodCode - The postingPeriodCode to set. |
setPostingYear | public void setPostingYear(Integer postingYear)(Code) | | Sets the posting year for this document
Parameters: postingYear - |
|
|
|