org.kuali.kfs.pdp.businessobject
Class ACHPayee

java.lang.Object
  extended by org.kuali.rice.kns.bo.BusinessObjectBase
      extended by org.kuali.rice.kns.bo.TransientBusinessObjectBase
          extended by org.kuali.kfs.fp.businessobject.DisbursementPayee
              extended by org.kuali.kfs.pdp.businessobject.ACHPayee
All Implemented Interfaces:
Serializable, org.kuali.rice.kns.bo.BusinessObject, org.kuali.rice.kns.bo.Inactivateable

public class ACHPayee
extends DisbursementPayee
implements org.kuali.rice.kns.bo.Inactivateable

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.kfs.fp.businessobject.DisbursementPayee
addressPattern
 
Constructor Summary
ACHPayee()
           
 
Method Summary
 String getEntityId()
          Gets the entityId attribute.
 String getPayeeTypeDescription()
          Gets the payeeTypeDescription attribute.
 void setEntityId(String entityId)
          Sets the entityId attribute value.
 
Methods inherited from class org.kuali.kfs.fp.businessobject.DisbursementPayee
getAddress, getEmployeeId, getFieldConversionBetweenPayeeAndPerson, getFieldConversionBetweenPayeeAndVendor, getFirstName, getLastName, getPayeeFromPerson, getPayeeFromVendor, getPayeeIdNumber, getPayeeName, getPayeeTypeCode, getPaymentReasonCode, getPrincipalId, getTaxNumber, getVendorName, getVendorNumber, isActive, setActive, setAddress, setEmployeeId, setFirstName, setLastName, setPayeeIdNumber, setPayeeName, setPayeeTypeCode, setPayeeTypeDescription, setPaymentReasonCode, setPrincipalId, setTaxNumber, setVendorName, setVendorNumber, 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
 
Methods inherited from interface org.kuali.rice.kns.bo.Inactivateable
isActive, setActive
 

Constructor Detail

ACHPayee

public ACHPayee()
Method Detail

getEntityId

public String getEntityId()
Gets the entityId attribute.

Returns:
Returns the entityId.

setEntityId

public void setEntityId(String entityId)
Sets the entityId attribute value.

Parameters:
entityId - The entityId to set.

getPayeeTypeDescription

public String getPayeeTypeDescription()
Description copied from class: DisbursementPayee
Gets the payeeTypeDescription attribute.

Overrides:
getPayeeTypeDescription in class DisbursementPayee
Returns:
Returns the payeeTypeDescription.
See Also:
DisbursementPayee.getPayeeTypeDescription()


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.