|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.rice.kns.bo.BusinessObjectBase
org.kuali.rice.kns.bo.TransientBusinessObjectBase
org.kuali.kfs.fp.businessobject.DisbursementPayee
public class DisbursementPayee
Field Summary | |
---|---|
static String |
addressPattern
|
Constructor Summary | |
---|---|
DisbursementPayee()
Constructs a DisbursementPayee.java. |
Method Summary | |
---|---|
String |
getAddress()
Gets the address attribute. |
String |
getEmployeeId()
Gets the employeeId attribute. |
static Map<String,String> |
getFieldConversionBetweenPayeeAndPerson()
convert the field names between Payee and Person |
static Map<String,String> |
getFieldConversionBetweenPayeeAndVendor()
convert the field names between Payee and Vendor |
String |
getFirstName()
Gets the firstName attribute. |
String |
getLastName()
Gets the lastName attribute. |
static DisbursementPayee |
getPayeeFromPerson(org.kuali.rice.kim.bo.Person person)
build a payee object from the given person object |
static DisbursementPayee |
getPayeeFromVendor(VendorDetail vendorDetail)
build a payee object from the given vendor object |
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. |
String |
getPrincipalId()
Gets the principalId attribute. |
String |
getTaxNumber()
Gets the taxNumber 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 |
setPrincipalId(String principalId)
Sets the principalId attribute value. |
void |
setTaxNumber(String taxNumber)
Sets the taxNumber attribute value. |
void |
setVendorName(String vendorName)
Sets the vendorName attribute value. |
void |
setVendorNumber(String vendorNumber)
Sets the vendorNumber attribute value. |
protected LinkedHashMap |
toStringMapper()
|
Methods inherited from class org.kuali.rice.kns.bo.TransientBusinessObjectBase |
---|
refresh |
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 |
Field Detail |
---|
public static final String addressPattern
Constructor Detail |
---|
public DisbursementPayee()
Method Detail |
---|
protected LinkedHashMap toStringMapper()
toStringMapper
in class org.kuali.rice.kns.bo.BusinessObjectBase
BusinessObjectBase.toStringMapper()
public static Map<String,String> getFieldConversionBetweenPayeeAndVendor()
public static Map<String,String> getFieldConversionBetweenPayeeAndPerson()
public static DisbursementPayee getPayeeFromVendor(VendorDetail vendorDetail)
vendorDetail
- the given vendor object
public static DisbursementPayee getPayeeFromPerson(org.kuali.rice.kim.bo.Person person)
person
- the given person object
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.kns.bo.Inactivateable
public void setActive(boolean active)
setActive
in interface org.kuali.rice.kns.bo.Inactivateable
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |