org.kuali.kfs.fp.businessobject
Class DisbursementVoucherPreConferenceDetail

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.DisbursementVoucherPreConferenceDetail
All Implemented Interfaces:
Serializable, org.apache.ojb.broker.PersistenceBrokerAware, org.kuali.rice.kns.bo.BusinessObject, org.kuali.rice.kns.bo.PersistableBusinessObject

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

This class is used to represent a disbursement voucher pre-conference detail.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
DisbursementVoucherPreConferenceDetail()
          Default no-arg constructor.
 
Method Summary
 Date getDisbVchrConferenceEndDate()
          Gets the disbVchrConferenceEndDate attribute.
 Date getDisbVchrConferenceStartDate()
          Gets the disbVchrConferenceStartDate attribute.
 org.kuali.rice.kns.util.KualiDecimal getDisbVchrConferenceTotalAmt()
          Gets the disbVchrConferenceTotalAmt attribute.
 String getDisbVchrExpenseCode()
          Gets the disbVchrExpenseCode attribute.
 String getDocumentNumber()
          Gets the documentNumber attribute.
 String getDvConferenceDestinationName()
          Gets the dvConferenceDestinationName attribute.
 List getDvPreConferenceRegistrants()
          Gets the dvPreConferenceRegistrants attribute.
 void setDisbVchrConferenceEndDate(Date disbVchrConferenceEndDate)
          Sets the disbVchrConferenceEndDate attribute.
 void setDisbVchrConferenceStartDate(Date disbVchrConferenceStartDate)
          Sets the disbVchrConferenceStartDate attribute.
 void setDisbVchrConferenceTotalAmt(org.kuali.rice.kns.util.KualiDecimal disbVchrConferenceTotalAmt)
          Sets the disbVchrConferenceTotalAmt attribute.
 void setDisbVchrExpenseCode(String disbVchrExpenseCode)
          Sets the disbVchrExpenseCode attribute.
 void setDocumentNumber(String documentNumber)
          Sets the documentNumber attribute.
 void setDvConferenceDestinationName(String dvConferenceDestinationName)
          Sets the dvConferenceDestinationName attribute.
 void setDvPreConferenceRegistrants(List dvPreConferenceRegistrants)
          Sets the dvPreConferenceRegistrants attribute value.
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

DisbursementVoucherPreConferenceDetail

public DisbursementVoucherPreConferenceDetail()
Default no-arg constructor.

Method Detail

getDocumentNumber

public String getDocumentNumber()
Gets the documentNumber attribute.

Returns:
Returns the documentNumber

getDvPreConferenceRegistrants

public List getDvPreConferenceRegistrants()
Gets the dvPreConferenceRegistrants attribute.

Returns:
Returns the dvPreConferenceRegistrants.

setDvPreConferenceRegistrants

public void setDvPreConferenceRegistrants(List dvPreConferenceRegistrants)
Sets the dvPreConferenceRegistrants attribute value.

Parameters:
dvPreConferenceRegistrants - The dvPreConferenceRegistrants to set.

setDocumentNumber

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

Parameters:
documentNumber - The documentNumber to set.

getDvConferenceDestinationName

public String getDvConferenceDestinationName()
Gets the dvConferenceDestinationName attribute.

Returns:
Returns the dvConferenceDestinationName

setDvConferenceDestinationName

public void setDvConferenceDestinationName(String dvConferenceDestinationName)
Sets the dvConferenceDestinationName attribute.

Parameters:
dvConferenceDestinationName - The dvConferenceDestinationName to set.

getDisbVchrConferenceStartDate

public Date getDisbVchrConferenceStartDate()
Gets the disbVchrConferenceStartDate attribute.

Returns:
Returns the disbVchrConferenceStartDate

setDisbVchrConferenceStartDate

public void setDisbVchrConferenceStartDate(Date disbVchrConferenceStartDate)
Sets the disbVchrConferenceStartDate attribute.

Parameters:
disbVchrConferenceStartDate - The disbVchrConferenceStartDate to set.

getDisbVchrConferenceEndDate

public Date getDisbVchrConferenceEndDate()
Gets the disbVchrConferenceEndDate attribute.

Returns:
Returns the disbVchrConferenceEndDate

setDisbVchrConferenceEndDate

public void setDisbVchrConferenceEndDate(Date disbVchrConferenceEndDate)
Sets the disbVchrConferenceEndDate attribute.

Parameters:
disbVchrConferenceEndDate - The disbVchrConferenceEndDate to set.

getDisbVchrConferenceTotalAmt

public org.kuali.rice.kns.util.KualiDecimal getDisbVchrConferenceTotalAmt()
Gets the disbVchrConferenceTotalAmt attribute.

Returns:
Returns the disbVchrConferenceTotalAmt

setDisbVchrConferenceTotalAmt

public void setDisbVchrConferenceTotalAmt(org.kuali.rice.kns.util.KualiDecimal disbVchrConferenceTotalAmt)
Sets the disbVchrConferenceTotalAmt attribute.

Parameters:
disbVchrConferenceTotalAmt - The disbVchrConferenceTotalAmt to set.

getDisbVchrExpenseCode

public String getDisbVchrExpenseCode()
Gets the disbVchrExpenseCode attribute.

Returns:
Returns the disbVchrExpenseCode

setDisbVchrExpenseCode

public void setDisbVchrExpenseCode(String disbVchrExpenseCode)
Sets the disbVchrExpenseCode attribute.

Parameters:
disbVchrExpenseCode - The disbVchrExpenseCode 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.