org.kuali.kfs.fp.businessobject
Class DisbursementVoucherPreConferenceRegistrant

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

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

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

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
DisbursementVoucherPreConferenceRegistrant()
          Default no-arg constructor.
 
Method Summary
 org.kuali.rice.kns.util.KualiDecimal getDisbVchrExpenseAmount()
          Gets the disbVchrExpenseAmount attribute.
 String getDisbVchrPreConfDepartmentCd()
          Gets the disbVchrPreConfDepartmentCd attribute.
 String getDocumentNumber()
          Gets the documentNumber attribute.
 String getDvConferenceRegistrantName()
          Gets the dvConferenceRegistrantName attribute.
 String getDvPreConferenceRequestNumber()
          Gets the dvPreConferenceRequestNumber attribute.
 Integer getFinancialDocumentLineNumber()
          Gets the financialDocumentLineNumber attribute.
 void setDisbVchrExpenseAmount(org.kuali.rice.kns.util.KualiDecimal disbVchrExpenseAmount)
          Sets the disbVchrExpenseAmount attribute.
 void setDisbVchrPreConfDepartmentCd(String disbVchrPreConfDepartmentCd)
          Sets the disbVchrPreConfDepartmentCd attribute.
 void setDocumentNumber(String documentNumber)
          Sets the documentNumber attribute.
 void setDvConferenceRegistrantName(String dvConferenceRegistrantName)
          Sets the dvConferenceRegistrantName attribute.
 void setDvPreConferenceRequestNumber(String dvPreConferenceRequestNumber)
          Sets the dvPreConferenceRequestNumber attribute.
 void setFinancialDocumentLineNumber(Integer financialDocumentLineNumber)
          Sets the financialDocumentLineNumber 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

DisbursementVoucherPreConferenceRegistrant

public DisbursementVoucherPreConferenceRegistrant()
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.

getFinancialDocumentLineNumber

public Integer getFinancialDocumentLineNumber()
Gets the financialDocumentLineNumber attribute.

Returns:
Returns the financialDocumentLineNumber

setFinancialDocumentLineNumber

public void setFinancialDocumentLineNumber(Integer financialDocumentLineNumber)
Sets the financialDocumentLineNumber attribute.

Parameters:
financialDocumentLineNumber - The financialDocumentLineNumber to set.

getDisbVchrPreConfDepartmentCd

public String getDisbVchrPreConfDepartmentCd()
Gets the disbVchrPreConfDepartmentCd attribute.

Returns:
Returns the disbVchrPreConfDepartmentCd

setDisbVchrPreConfDepartmentCd

public void setDisbVchrPreConfDepartmentCd(String disbVchrPreConfDepartmentCd)
Sets the disbVchrPreConfDepartmentCd attribute.

Parameters:
disbVchrPreConfDepartmentCd - The disbVchrPreConfDepartmentCd to set.

getDvConferenceRegistrantName

public String getDvConferenceRegistrantName()
Gets the dvConferenceRegistrantName attribute.

Returns:
Returns the dvConferenceRegistrantName

setDvConferenceRegistrantName

public void setDvConferenceRegistrantName(String dvConferenceRegistrantName)
Sets the dvConferenceRegistrantName attribute.

Parameters:
dvConferenceRegistrantName - The dvConferenceRegistrantName to set.

getDvPreConferenceRequestNumber

public String getDvPreConferenceRequestNumber()
Gets the dvPreConferenceRequestNumber attribute.

Returns:
Returns the dvPreConferenceRequestNumber

setDvPreConferenceRequestNumber

public void setDvPreConferenceRequestNumber(String dvPreConferenceRequestNumber)
Sets the dvPreConferenceRequestNumber attribute.

Parameters:
dvPreConferenceRequestNumber - The dvPreConferenceRequestNumber to set.

getDisbVchrExpenseAmount

public org.kuali.rice.kns.util.KualiDecimal getDisbVchrExpenseAmount()
Gets the disbVchrExpenseAmount attribute.

Returns:
Returns the disbVchrExpenseAmount

setDisbVchrExpenseAmount

public void setDisbVchrExpenseAmount(org.kuali.rice.kns.util.KualiDecimal disbVchrExpenseAmount)
Sets the disbVchrExpenseAmount attribute.

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