org.kuali.kfs.fp.businessobject
Class DistributionDoc

java.lang.Object
  extended by org.kuali.rice.kns.bo.BusinessObjectBase
      extended by org.kuali.rice.kns.bo.PersistableBusinessObjectBase
          extended by org.kuali.kfs.fp.businessobject.DistributionDoc
All Implemented Interfaces:
Serializable, org.apache.ojb.broker.PersistenceBrokerAware, org.kuali.rice.kns.bo.BusinessObject, org.kuali.rice.kns.bo.PersistableBusinessObject

public class DistributionDoc
extends org.kuali.rice.kns.bo.PersistableBusinessObjectBase

This class is used to represent a distribution document.

See Also:
Serialized Form

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

DistributionDoc

public DistributionDoc()
Default no-arg constructor.

Method Detail

getDocumentNumber

public String getDocumentNumber()
Gets the documentNumber attribute.

Returns:
Returns the documentNumber

setDocumentNumber

public void setDocumentNumber(String documentNumber)
Sets the documentNumber attribute.

Parameters:
documentNumber - The documentNumber to set.

getFinDocumentNextFromLineNbr

public Integer getFinDocumentNextFromLineNbr()
Gets the finDocumentNextFromLineNbr attribute.

Returns:
Returns the finDocumentNextFromLineNbr

setFinDocumentNextFromLineNbr

public void setFinDocumentNextFromLineNbr(Integer finDocumentNextFromLineNbr)
Sets the finDocumentNextFromLineNbr attribute.

Parameters:
finDocumentNextFromLineNbr - The finDocumentNextFromLineNbr to set.

getFinDocumentNextToLineNumber

public Integer getFinDocumentNextToLineNumber()
Gets the finDocumentNextToLineNumber attribute.

Returns:
Returns the finDocumentNextToLineNumber

setFinDocumentNextToLineNumber

public void setFinDocumentNextToLineNumber(Integer finDocumentNextToLineNumber)
Sets the finDocumentNextToLineNumber attribute.

Parameters:
finDocumentNextToLineNumber - The finDocumentNextToLineNumber to set.

getFinancialDocumentPostingYear

public Integer getFinancialDocumentPostingYear()
Gets the financialDocumentPostingYear attribute.

Returns:
Returns the financialDocumentPostingYear

setFinancialDocumentPostingYear

public void setFinancialDocumentPostingYear(Integer financialDocumentPostingYear)
Sets the financialDocumentPostingYear attribute.

Parameters:
financialDocumentPostingYear - The financialDocumentPostingYear to set.

getFinDocumentPostingPeriodCode

public String getFinDocumentPostingPeriodCode()
Gets the finDocumentPostingPeriodCode attribute.

Returns:
Returns the finDocumentPostingPeriodCode

setFinDocumentPostingPeriodCode

public void setFinDocumentPostingPeriodCode(String finDocumentPostingPeriodCode)
Sets the finDocumentPostingPeriodCode attribute.

Parameters:
finDocumentPostingPeriodCode - The finDocumentPostingPeriodCode to set.

getFinancialDocument

public org.kuali.rice.kns.bo.DocumentHeader getFinancialDocument()
Gets the financialDocument attribute.

Returns:
Returns the financialDocument

setFinancialDocument

public void setFinancialDocument(org.kuali.rice.kns.bo.DocumentHeader financialDocument)
Deprecated. 

Sets the financialDocument attribute.

Parameters:
financialDocument - The financialDocument to set.

toStringMapper

protected LinkedHashMap toStringMapper()
Specified by:
toStringMapper in class org.kuali.rice.kns.bo.BusinessObjectBase
See Also:
BusinessObjectBase.toStringMapper()


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.