| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.krad.bo.BusinessObjectBase
org.kuali.rice.krad.bo.PersistableBusinessObjectBase
edu.sampleu.travel.approval.dataobject.TravelAdvance
@Entity public class TravelAdvance
| Field Summary | 
|---|
| Fields inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase | 
|---|
| extension, versionNumber | 
| Constructor Summary | |
|---|---|
| TravelAdvance() | |
| Method Summary | |
|---|---|
|  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() | 
| Methods inherited from class org.kuali.rice.krad.bo.BusinessObjectBase | 
|---|
| toString | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Methods inherited from interface org.kuali.rice.core.api.mo.ModelObjectBasic | 
|---|
| toString | 
| Constructor Detail | 
|---|
public TravelAdvance()
| Method Detail | 
|---|
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()
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||