public class DistributionDoc extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase
| Constructor and Description | 
|---|
| DistributionDoc()Default no-arg constructor. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getDocumentNumber()Gets the documentNumber attribute. | 
| org.kuali.rice.krad.bo.DocumentHeader | getFinancialDocument()Gets the financialDocument attribute. | 
| Integer | getFinancialDocumentPostingYear()Gets the financialDocumentPostingYear attribute. | 
| Integer | getFinDocumentNextFromLineNbr()Gets the finDocumentNextFromLineNbr attribute. | 
| Integer | getFinDocumentNextToLineNumber()Gets the finDocumentNextToLineNumber attribute. | 
| String | getFinDocumentPostingPeriodCode()Gets the finDocumentPostingPeriodCode attribute. | 
| void | setDocumentNumber(String documentNumber)Sets the documentNumber attribute. | 
| void | setFinancialDocument(org.kuali.rice.krad.bo.DocumentHeader financialDocument)Deprecated.   | 
| void | setFinancialDocumentPostingYear(Integer financialDocumentPostingYear)Sets the financialDocumentPostingYear attribute. | 
| void | setFinDocumentNextFromLineNbr(Integer finDocumentNextFromLineNbr)Sets the finDocumentNextFromLineNbr attribute. | 
| void | setFinDocumentNextToLineNumber(Integer finDocumentNextToLineNumber)Sets the finDocumentNextToLineNumber attribute. | 
| void | setFinDocumentPostingPeriodCode(String finDocumentPostingPeriodCode)Sets the finDocumentPostingPeriodCode attribute. | 
| protected LinkedHashMap | toStringMapper_RICE20_REFACTORME() | 
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, setVersionNumberpublic DistributionDoc()
public String getDocumentNumber()
public void setDocumentNumber(String documentNumber)
documentNumber - The documentNumber to set.public Integer getFinDocumentNextFromLineNbr()
public void setFinDocumentNextFromLineNbr(Integer finDocumentNextFromLineNbr)
finDocumentNextFromLineNbr - The finDocumentNextFromLineNbr to set.public Integer getFinDocumentNextToLineNumber()
public void setFinDocumentNextToLineNumber(Integer finDocumentNextToLineNumber)
finDocumentNextToLineNumber - The finDocumentNextToLineNumber to set.public Integer getFinancialDocumentPostingYear()
public void setFinancialDocumentPostingYear(Integer financialDocumentPostingYear)
financialDocumentPostingYear - The financialDocumentPostingYear to set.public String getFinDocumentPostingPeriodCode()
public void setFinDocumentPostingPeriodCode(String finDocumentPostingPeriodCode)
finDocumentPostingPeriodCode - The finDocumentPostingPeriodCode to set.public org.kuali.rice.krad.bo.DocumentHeader getFinancialDocument()
public void setFinancialDocument(org.kuali.rice.krad.bo.DocumentHeader financialDocument)
financialDocument - The financialDocument to set.protected LinkedHashMap toStringMapper_RICE20_REFACTORME()
org.kuali.rice.krad.bo.BusinessObjectBase#toStringMapper()Copyright © 2004–2015 The Kuali Foundation. All rights reserved.