|
||||||||||
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.fp.businessobject.DistributionDoc
public class DistributionDoc
This class is used to represent a distribution document.
Field Summary |
---|
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
---|
extension, versionNumber |
Constructor Summary | |
---|---|
DistributionDoc()
Default no-arg constructor. |
Method Summary | |
---|---|
String |
getDocumentNumber()
Gets the documentNumber attribute. |
org.kuali.rice.kns.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.kns.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()
|
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 DistributionDoc()
Method Detail |
---|
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.kns.bo.DocumentHeader getFinancialDocument()
public void setFinancialDocument(org.kuali.rice.kns.bo.DocumentHeader financialDocument)
financialDocument
- The financialDocument to set.protected LinkedHashMap toStringMapper()
toStringMapper
in class org.kuali.rice.kns.bo.BusinessObjectBase
BusinessObjectBase.toStringMapper()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |