public class DisbursementPayee extends org.kuali.rice.krad.bo.TransientBusinessObjectBase implements org.kuali.rice.core.api.mo.common.active.MutableInactivatable
Modifier and Type | Field and Description |
---|---|
protected VendorDetail |
vendorDetail |
Constructor and Description |
---|
DisbursementPayee()
Constructs a DisbursementPayee.java.
|
Modifier and Type | Method and Description |
---|---|
String |
getAddress()
Gets the address attribute.
|
String |
getEmployeeId()
Gets the employeeId attribute.
|
String |
getFirstName()
Gets the firstName attribute.
|
String |
getLastName()
Gets the lastName attribute.
|
String |
getPayeeIdNumber()
Gets the payeeIdNumber attribute.
|
String |
getPayeeName()
Gets the payeeName attribute.
|
String |
getPayeeTypeCode()
Gets the payeeTypeCode attribute.
|
String |
getPayeeTypeDescription()
Gets the payeeTypeDescription attribute.
|
String |
getPaymentReasonCode()
Gets the paymentReasonCode attribute.
|
org.kuali.rice.kim.api.identity.Person |
getPerson()
Gets the person attribute.
|
String |
getPrincipalId()
Gets the principalId attribute.
|
String |
getTaxNumber()
Gets the taxNumber attribute.
|
VendorDetail |
getVendorDetail()
Gets the vendorDetail attribute.
|
String |
getVendorName()
Gets the vendorName attribute.
|
String |
getVendorNumber()
Gets the vendorNumber attribute.
|
boolean |
isActive()
Gets the active attribute.
|
void |
setActive(boolean active)
Sets the active attribute value.
|
void |
setAddress(String address)
Sets the address attribute value.
|
void |
setEmployeeId(String employeeId)
Sets the employeeId attribute value.
|
void |
setFirstName(String firstName)
Sets the firstName attribute value.
|
void |
setLastName(String lastName)
Sets the lastName attribute value.
|
void |
setPayeeIdNumber(String payeeIdNumber)
Sets the payeeIdNumber attribute value.
|
void |
setPayeeName(String payeeName)
Sets the payeeName attribute value.
|
void |
setPayeeTypeCode(String payeeTypeCode)
Sets the payeeTypeCode attribute value.
|
void |
setPayeeTypeDescription(String payeeTypeDescription)
Sets the payeeTypeDescription attribute value.
|
void |
setPaymentReasonCode(String paymentReasonCode)
Sets the paymentReasonCode attribute value.
|
void |
setPerson(org.kuali.rice.kim.api.identity.Person person)
Sets the person attribute value.
|
void |
setPrincipalId(String principalId)
Sets the principalId attribute value.
|
void |
setTaxNumber(String taxNumber)
Sets the taxNumber attribute value.
|
void |
setVendorDetail(VendorDetail vendorDetail)
Sets the vendorDetail attribute value.
|
void |
setVendorName(String vendorName)
Sets the vendorName attribute value.
|
void |
setVendorNumber(String vendorNumber)
Sets the vendorNumber attribute value.
|
protected LinkedHashMap |
toStringMapper_RICE20_REFACTORME() |
protected VendorDetail vendorDetail
public DisbursementPayee()
protected LinkedHashMap toStringMapper_RICE20_REFACTORME()
org.kuali.rice.kns.bo.BusinessObjectBase#toStringMapper()
public String getPayeeIdNumber()
public void setPayeeIdNumber(String payeeIdNumber)
payeeIdNumber
- The payeeIdNumber to set.public String getPayeeTypeCode()
public void setPayeeTypeCode(String payeeTypeCode)
payeeTypeCode
- The payeeTypeCode to set.public String getPayeeName()
public void setPayeeName(String payeeName)
payeeName
- The payeeName to set.public String getPaymentReasonCode()
public void setPaymentReasonCode(String paymentReasonCode)
paymentReasonCode
- The paymentReasonCode to set.public String getTaxNumber()
public void setTaxNumber(String taxNumber)
taxNumber
- The taxNumber to set.public String getEmployeeId()
public void setEmployeeId(String employeeId)
employeeId
- The employeeId to set.public String getVendorName()
public void setVendorName(String vendorName)
vendorName
- The vendorName to set.public String getAddress()
public void setAddress(String address)
address
- The address to set.public String getVendorNumber()
public void setVendorNumber(String vendorNumber)
vendorNumber
- The vendorNumber to set.public boolean isActive()
isActive
in interface org.kuali.rice.core.api.mo.common.active.Inactivatable
public void setActive(boolean active)
setActive
in interface org.kuali.rice.core.api.mo.common.active.MutableInactivatable
active
- The active to set.public String getFirstName()
public void setFirstName(String firstName)
firstName
- The firstName to set.public String getLastName()
public void setLastName(String lastName)
lastName
- The lastName to set.public String getPayeeTypeDescription()
public void setPayeeTypeDescription(String payeeTypeDescription)
payeeTypeDescription
- The payeeTypeDescription to set.public String getPrincipalId()
public void setPrincipalId(String principalId)
principalId
- The principalId to set.public org.kuali.rice.kim.api.identity.Person getPerson()
public void setPerson(org.kuali.rice.kim.api.identity.Person person)
person
- The person to set.public VendorDetail getVendorDetail()
public void setVendorDetail(VendorDetail vendorDetail)
persvendorDetailon
- The vendorDetail to set.Copyright © 2004–2015 The Kuali Foundation. All rights reserved.