@Entity public class TravelAdvance extends PersistableBusinessObjectBase
extension, versionNumber| Constructor and Description |
|---|
TravelAdvance() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAdditionalJustification()
Returns the additional justification text.
|
String |
getAdvancePaymentReasonCode()
Returns travel advance payment reason code.
|
String |
getDocumentNumber()
Returns the documentNumber attribute.
|
Date |
getDueDate()
Returns travel advance due date.
|
Integer |
getId()
Returns the travel document identifier.
|
String |
getPaymentMethod()
Returns travel advance payment method.
|
boolean |
getTravelAdvancePolicy()
Returns travel policy acceptance flag.
|
KualiDecimal |
getTravelAdvanceRequested()
Returns travel advance requested amount.
|
void |
setAdditionalJustification(String additionalJustification)
Initializes the additional justification text.
|
void |
setAdvancePaymentReasonCode(String advancePaymentReasonCode)
Initializes the payment reason code.
|
void |
setDocumentNumber(String documentNumber)
Initializes the documentNumber attribute.
|
void |
setDueDate(Date dueDate)
Initializes the due date.
|
void |
setId(Integer id)
Initializes the document identifier.
|
void |
setPaymentMethod(String paymentMethod)
Initializes the payment method.
|
void |
setTravelAdvancePolicy(boolean travelAdvancePolicy)
Initializes the travel policy acceptance flag.
|
void |
setTravelAdvanceRequested(KualiDecimal travelAdvanceRequested)
Initializes the amount requested attribute.
|
protected LinkedHashMap |
toStringMapper() |
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, setVersionNumbertoStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waittoStringpublic TravelAdvance()
public Integer getId()
Gets the travel document identifier.
public void setId(Integer id)
Sets the document identifier.
id - - generated id of this Travel Advancepublic String getDocumentNumber()
Gets the documentNumber attribute.
public void setDocumentNumber(String documentNumber)
Sets the the documentNumber attribute.
documentNumber - - document number attributepublic KualiDecimal getTravelAdvanceRequested()
Gets the travel advance requested amount.
public void setTravelAdvanceRequested(KualiDecimal travelAdvanceRequested)
Sets the the amount requested attribute.
travelAdvanceRequested - - amount requestedpublic Date getDueDate()
Gets the travel advance due date.
public void setDueDate(Date dueDate)
Sets the the payment advance due date.
dueDate - - due datepublic String getPaymentMethod()
Gets the travel advance payment method.
public void setPaymentMethod(String paymentMethod)
Sets the the payment advance payment method.
paymentMethod - - payment methodpublic String getAdvancePaymentReasonCode()
Gets the travel advance payment reason code.
public void setAdvancePaymentReasonCode(String advancePaymentReasonCode)
Sets the payment reason code.
advancePaymentReasonCode - - payment reason codepublic boolean getTravelAdvancePolicy()
Gets the travel policy acceptance flag.
public void setTravelAdvancePolicy(boolean travelAdvancePolicy)
Sets the travel policy acceptance flag.
travelAdvancePolicy - - travel policy acceptance flagpublic String getAdditionalJustification()
Gets the additional justification text.
public void setAdditionalJustification(String additionalJustification)
Sets the additional justification text.
additionalJustification - - the additional justificationprotected LinkedHashMap toStringMapper()
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.