Class OnlinePayment
java.lang.Object
com.infinitekind.moneydance.model.OnlinePayment
- All Implemented Interfaces:
OnlineBankAcctFromInterface,OnlineBankAcctToInterface,OnlineExtdPayeeInterface,OnlinePayeeInterface,java.lang.Cloneable
public class OnlinePayment extends java.lang.Object implements OnlinePayeeInterface, OnlineBankAcctFromInterface, OnlineBankAcctToInterface, OnlineExtdPayeeInterface, java.lang.Cloneable
Simple payment object that describes payments that are stored in
the users payment list on the online banking server.
-
Method Summary
Modifier and Type Method Description java.lang.Objectclone()java.lang.StringgetAcctFromAcctID()java.lang.StringgetAcctFromBankID()java.lang.StringgetAcctFromBranchID()java.lang.StringgetAcctFromKey()java.lang.StringgetAcctFromType()java.lang.StringgetAcctToAcctID()get info identifying the account to transfer the money to/from if this was a transfer to/from a bank accountjava.lang.StringgetAcctToBankBranch()Set the branch of this payee's bank account.java.lang.StringgetAcctToBankCity()Get the city of this payee's bank.java.lang.StringgetAcctToBankID()get info identifying the bank to transfer the money to/from if this was a transfer to/from a bank accountjava.lang.StringgetAcctToBankName()Get the name of this payee's bank account.java.lang.StringgetAcctToBankPostal()Get the postal code of this payee's bank.java.lang.StringgetAcctToBranchID()Get the branch ID of the account for this payee.java.lang.StringgetAcctToKey()Get the key for this payee's account.java.lang.StringgetAcctToPTTAcctID()Get the PTT ID of this payee's bank.java.lang.StringgetAcctToType()Get the type of account for this payee.java.lang.StringgetAddr1()java.lang.StringgetAddr2()java.lang.StringgetAddr3()java.lang.StringgetAmount()Gets the amount of this payment.java.lang.StringgetBillerReference()Set the biller reference info that is associated with this payment.AccountgetCategory()Return the category for payments to this payee, if any.intgetCategoryID()Return the category ID for payments to this payee, if any.java.lang.StringgetCategoryUUID()Return the category ID for payments to this payee, if any.java.lang.StringgetCheckNum()Set the check number that will/was associated with this payment.java.lang.StringgetCity()java.lang.StringgetCountry()java.lang.StringgetCurrency()java.lang.StringgetCustomerAcct()Get the account number of the customer that this payment is for.longgetDateAvailable()Get the date that funds must be available in the destination account.longgetDateDue()intgetDaysToPay()Gets how many days before a payment is due that the money is deducted from the payer's account.booleangetHasBankAcctTo()Get whether or not there is destination bank account info.booleangetHasExtdPmtInfo()Get whether or not this payment has extra information.booleangetHasExtendedAcctToInfo()Get whether or not this payee has extended to-account information available.booleangetHasExtendedPayeeInfo()Gets whether or not an object has extended payee info associated with it.java.lang.StringgetMemo()Set the memo from the user to the payee that is associated with this payment.java.lang.StringgetPayeeID()Gets the ID used to identify this payee either globally or within the user's list of payees with this FI.java.lang.StringgetPayeeIDScope()Gets the scope of the payee ID...java.lang.StringgetPayeeListID()java.lang.StringgetPayeeName()Get the name of the payeelonggetPaymentDate()Gets the date of this payment.java.lang.StringgetPaymentExtdBookingTxt()Get the text that should appear on the statement for this payment, if the server supports extended payment info.java.lang.StringgetPaymentExtdDesc()Get the description for this payment, if the server supports extended payment info.java.lang.StringgetPaymentFor()Get the name of the person whom this payment is for.java.lang.StringgetPaymentID()java.lang.StringgetPaymentOnBehalfOf()Get the on-behalf-of for this payment, if the server supports extended payment info.java.lang.StringgetPaymentReason()Get the reason for this payment, if the server supports extended payment info.java.lang.StringgetPaymentStatus()java.lang.StringgetPhone()java.lang.StringgetPostalCode()java.lang.StringgetRecurringPmtRef()java.lang.StringgetState()java.lang.StringgetType()booleanisSameAs(OnlinePayment payment)voidsetAcctFromAcctID(java.lang.String acctID)voidsetAcctFromBankID(java.lang.String bankID)voidsetAcctFromBranchID(java.lang.String branchID)voidsetAcctFromKey(java.lang.String acctKey)voidsetAcctFromType(java.lang.String acctType)voidsetAcctToAcctID(java.lang.String toBankAccountID)set info identifying the account to transfer the money to/from if this was a transfer to/from a bank accountvoidsetAcctToBankBranch(java.lang.String bankBranch)Get the branch of this payee's bank account.voidsetAcctToBankCity(java.lang.String bankCity)Set the city of this payee's bank.voidsetAcctToBankID(java.lang.String toBankBankID)set info identifying the bank to transfer the money to/from if this was a transfer to/from a bank accountvoidsetAcctToBankName(java.lang.String bankName)Set the name of this payee's bank account.voidsetAcctToBankPostal(java.lang.String bankPostalCode)Set the postal code of this payee's bank.voidsetAcctToBranchID(java.lang.String branchID)Set the branch ID of the account for this payee.voidsetAcctToKey(java.lang.String acctKey)Set the key for this payee's account.voidsetAcctToPTTAcctID(java.lang.String pttAcctID)Set the PTT ID of this payee's bank.voidsetAcctToType(java.lang.String acctType)Set the type of account for this payee.voidsetAddr1(java.lang.String addr1)voidsetAddr2(java.lang.String addr2)voidsetAddr3(java.lang.String addr3)voidsetAmount(java.lang.String amtStr)Sets the amount of this payment.voidsetBillerReference(java.lang.String billerRef)Get the biller reference info that is associated with this payment.voidsetCategory(Account acct)Set the category for payments to this payee, if any.voidsetCategoryID(int newCategoryID)Sets the category for payments to this payee.voidsetCategoryUUID(java.lang.String newCategoryUUID)Sets the category UUID for payments to this payee.voidsetCheckNum(java.lang.String checkNum)Get the check number that was associated with this payment.voidsetCity(java.lang.String city)voidsetCountry(java.lang.String country)voidsetCurrency(java.lang.String curr)voidsetCustomerAcct(java.lang.String custAcct)Set the account number of the customer that this payment is for.voidsetDateAvailable(long date)Set the date that funds must be available in the destination account.voidsetDateDue(long dateDue)voidsetDaysToPay(int daysToPay)Sets how many days before a payment is due that the money is deducted from the payer's account.voidsetHasBankAcctTo(boolean hasBankAcctTo)Set whether or not there is destination bank account info.voidsetHasExtdPmtInfo(boolean hasExtdInfo)Set whether or not this payment has extra information.voidsetHasExtendedAcctToInfo(boolean hasExtdInfo)Set whether or not this payee has extended to-account information available.voidsetHasExtendedPayeeInfo(boolean hasExtendedInfo)Sets whether or not an object has extended payee info associated with it.voidsetMemo(java.lang.String memo)Get the memo from the user to the payee that is associated with this payment.voidsetPayeeID(java.lang.String id)Sets the ID used to identify this payee either globally or within the user's list of payees with this FI.voidsetPayeeIDScope(java.lang.String idScope)Sets the scope of the payee ID...voidsetPayeeListID(java.lang.String payeeListID)voidsetPayeeName(java.lang.String name)Set the name of the payeevoidsetPaymentBookingTxt(java.lang.String bookingText)Set the text that should appear on the statement for this payment, if the server supports extended payment info.voidsetPaymentDate(long pmtDate)Sets the payment date of this payment.voidsetPaymentExtdDesc(java.lang.String desc)Set the description for this payment, if the server supports extended payment info.voidsetPaymentFor(java.lang.String paymentFor)Set the name of the person whom this payment is for.voidsetPaymentID(java.lang.String id)voidsetPaymentOnBehalfOf(java.lang.String onBehalfOf)Set the on-behalf-of for this payment, if the server supports extended payment info.voidsetPaymentReason(java.lang.String reason)Set the reason for this payment, if the server supports extended payment info.voidsetPaymentStatus(java.lang.String statusStr)voidsetPhone(java.lang.String phone)voidsetPostalCode(java.lang.String postalcode)voidsetRecurringPmtRef(java.lang.String pmtRef)Set the reference to a recurring payment that was used to generate this payment, if any.voidsetState(java.lang.String state)voidsetType(java.lang.String pmtType)java.lang.StringtoString()
-
Method Details
-
clone
public java.lang.Object clone()- Overrides:
clonein classjava.lang.Object
-
setPaymentID
public void setPaymentID(java.lang.String id) -
getPaymentID
public java.lang.String getPaymentID() -
setPayeeListID
public void setPayeeListID(java.lang.String payeeListID) -
getPayeeListID
public java.lang.String getPayeeListID() -
setCurrency
public void setCurrency(java.lang.String curr) -
getCurrency
public java.lang.String getCurrency() -
setRecurringPmtRef
public void setRecurringPmtRef(java.lang.String pmtRef)Set the reference to a recurring payment that was used to generate this payment, if any. -
getRecurringPmtRef
public java.lang.String getRecurringPmtRef() -
setCustomerAcct
public void setCustomerAcct(java.lang.String custAcct)Set the account number of the customer that this payment is for. -
getCustomerAcct
public java.lang.String getCustomerAcct()Get the account number of the customer that this payment is for. -
setDateDue
public void setDateDue(long dateDue) -
getDateDue
public long getDateDue() -
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
setPaymentStatus
public void setPaymentStatus(java.lang.String statusStr) -
getPaymentStatus
public java.lang.String getPaymentStatus() -
setType
public void setType(java.lang.String pmtType) -
getType
public java.lang.String getType() -
setCheckNum
public void setCheckNum(java.lang.String checkNum)Get the check number that was associated with this payment. -
getCheckNum
public java.lang.String getCheckNum()Set the check number that will/was associated with this payment. -
setMemo
public void setMemo(java.lang.String memo)Get the memo from the user to the payee that is associated with this payment. -
getMemo
public java.lang.String getMemo()Set the memo from the user to the payee that is associated with this payment. -
setBillerReference
public void setBillerReference(java.lang.String billerRef)Get the biller reference info that is associated with this payment. This field has different contents depending on the country: BEL: Not present CAN: Not present CHE: Referenz-Nr, if applicable DEU: Not present ESP: Not present FRA: Not present GBR: Not present ITA: Coordinate Azienda, if applicable NLD: Betalingskenmerk, if applicable USA: Used to link bill payment to bill presentment -
getBillerReference
public java.lang.String getBillerReference()Set the biller reference info that is associated with this payment. -
setDateAvailable
public void setDateAvailable(long date)Set the date that funds must be available in the destination account. This is only supported if the getBillPaySupportsDtAvail method of the online service returns true. -
getDateAvailable
public long getDateAvailable()Get the date that funds must be available in the destination account. This is only supported if the getBillPaySupportsDtAvail method of the online service returns true. Returns a number less than or equal to zero if this is not set. -
setAmount
public void setAmount(java.lang.String amtStr)Sets the amount of this payment. -
getAmount
public java.lang.String getAmount()Gets the amount of this payment. -
setHasBankAcctTo
public void setHasBankAcctTo(boolean hasBankAcctTo)Set whether or not there is destination bank account info.- Specified by:
setHasBankAcctToin interfaceOnlineBankAcctToInterface
-
getHasBankAcctTo
public boolean getHasBankAcctTo()Get whether or not there is destination bank account info.- Specified by:
getHasBankAcctToin interfaceOnlineBankAcctToInterface
-
setAcctToAcctID
public void setAcctToAcctID(java.lang.String toBankAccountID)set info identifying the account to transfer the money to/from if this was a transfer to/from a bank account- Specified by:
setAcctToAcctIDin interfaceOnlineBankAcctToInterface
-
getAcctToAcctID
public java.lang.String getAcctToAcctID()get info identifying the account to transfer the money to/from if this was a transfer to/from a bank account- Specified by:
getAcctToAcctIDin interfaceOnlineBankAcctToInterface
-
setAcctToBankID
public void setAcctToBankID(java.lang.String toBankBankID)set info identifying the bank to transfer the money to/from if this was a transfer to/from a bank account- Specified by:
setAcctToBankIDin interfaceOnlineBankAcctToInterface
-
getAcctToBankID
public java.lang.String getAcctToBankID()get info identifying the bank to transfer the money to/from if this was a transfer to/from a bank account- Specified by:
getAcctToBankIDin interfaceOnlineBankAcctToInterface
-
setAcctToBranchID
public void setAcctToBranchID(java.lang.String branchID)Set the branch ID of the account for this payee.- Specified by:
setAcctToBranchIDin interfaceOnlineBankAcctToInterface
-
getAcctToBranchID
public java.lang.String getAcctToBranchID()Get the branch ID of the account for this payee.- Specified by:
getAcctToBranchIDin interfaceOnlineBankAcctToInterface
-
setAcctToType
public void setAcctToType(java.lang.String acctType)Set the type of account for this payee.- Specified by:
setAcctToTypein interfaceOnlineBankAcctToInterface
-
getAcctToType
public java.lang.String getAcctToType()Get the type of account for this payee.- Specified by:
getAcctToTypein interfaceOnlineBankAcctToInterface
-
setAcctToKey
public void setAcctToKey(java.lang.String acctKey)Set the key for this payee's account.- Specified by:
setAcctToKeyin interfaceOnlineBankAcctToInterface
-
getAcctToKey
public java.lang.String getAcctToKey()Get the key for this payee's account.- Specified by:
getAcctToKeyin interfaceOnlineBankAcctToInterface
-
setHasExtendedAcctToInfo
public void setHasExtendedAcctToInfo(boolean hasExtdInfo)Set whether or not this payee has extended to-account information available.- Specified by:
setHasExtendedAcctToInfoin interfaceOnlineBankAcctToInterface
-
getHasExtendedAcctToInfo
public boolean getHasExtendedAcctToInfo()Get whether or not this payee has extended to-account information available.- Specified by:
getHasExtendedAcctToInfoin interfaceOnlineBankAcctToInterface
-
setHasExtendedPayeeInfo
public void setHasExtendedPayeeInfo(boolean hasExtendedInfo)Sets whether or not an object has extended payee info associated with it.- Specified by:
setHasExtendedPayeeInfoin interfaceOnlineExtdPayeeInterface- Specified by:
setHasExtendedPayeeInfoin interfaceOnlinePayeeInterface
-
getHasExtendedPayeeInfo
public boolean getHasExtendedPayeeInfo()Gets whether or not an object has extended payee info associated with it.- Specified by:
getHasExtendedPayeeInfoin interfaceOnlineExtdPayeeInterface- Specified by:
getHasExtendedPayeeInfoin interfaceOnlinePayeeInterface
-
setAcctToBankName
public void setAcctToBankName(java.lang.String bankName)Set the name of this payee's bank account.- Specified by:
setAcctToBankNamein interfaceOnlineBankAcctToInterface
-
getAcctToBankName
public java.lang.String getAcctToBankName()Get the name of this payee's bank account.- Specified by:
getAcctToBankNamein interfaceOnlineBankAcctToInterface
-
setAcctToBankBranch
public void setAcctToBankBranch(java.lang.String bankBranch)Get the branch of this payee's bank account.- Specified by:
setAcctToBankBranchin interfaceOnlineBankAcctToInterface
-
getAcctToBankBranch
public java.lang.String getAcctToBankBranch()Set the branch of this payee's bank account.- Specified by:
getAcctToBankBranchin interfaceOnlineBankAcctToInterface
-
setAcctToBankCity
public void setAcctToBankCity(java.lang.String bankCity)Set the city of this payee's bank.- Specified by:
setAcctToBankCityin interfaceOnlineBankAcctToInterface
-
getAcctToBankCity
public java.lang.String getAcctToBankCity()Get the city of this payee's bank.- Specified by:
getAcctToBankCityin interfaceOnlineBankAcctToInterface
-
setAcctToBankPostal
public void setAcctToBankPostal(java.lang.String bankPostalCode)Set the postal code of this payee's bank.- Specified by:
setAcctToBankPostalin interfaceOnlineBankAcctToInterface
-
getAcctToBankPostal
public java.lang.String getAcctToBankPostal()Get the postal code of this payee's bank.- Specified by:
getAcctToBankPostalin interfaceOnlineBankAcctToInterface
-
setAcctToPTTAcctID
public void setAcctToPTTAcctID(java.lang.String pttAcctID)Set the PTT ID of this payee's bank.- Specified by:
setAcctToPTTAcctIDin interfaceOnlineBankAcctToInterface
-
getAcctToPTTAcctID
public java.lang.String getAcctToPTTAcctID()Get the PTT ID of this payee's bank.- Specified by:
getAcctToPTTAcctIDin interfaceOnlineBankAcctToInterface
-
setPayeeName
public void setPayeeName(java.lang.String name)Description copied from interface:OnlineExtdPayeeInterfaceSet the name of the payee- Specified by:
setPayeeNamein interfaceOnlineExtdPayeeInterface- Specified by:
setPayeeNamein interfaceOnlinePayeeInterface
-
getPayeeName
public java.lang.String getPayeeName()Description copied from interface:OnlineExtdPayeeInterfaceGet the name of the payee- Specified by:
getPayeeNamein interfaceOnlineExtdPayeeInterface- Specified by:
getPayeeNamein interfaceOnlinePayeeInterface
-
setAddr1
public void setAddr1(java.lang.String addr1)- Specified by:
setAddr1in interfaceOnlinePayeeInterface
-
getAddr1
public java.lang.String getAddr1()- Specified by:
getAddr1in interfaceOnlinePayeeInterface
-
setAddr2
public void setAddr2(java.lang.String addr2)- Specified by:
setAddr2in interfaceOnlinePayeeInterface
-
getAddr2
public java.lang.String getAddr2()- Specified by:
getAddr2in interfaceOnlinePayeeInterface
-
setAddr3
public void setAddr3(java.lang.String addr3)- Specified by:
setAddr3in interfaceOnlinePayeeInterface
-
getAddr3
public java.lang.String getAddr3()- Specified by:
getAddr3in interfaceOnlinePayeeInterface
-
setCity
public void setCity(java.lang.String city)- Specified by:
setCityin interfaceOnlinePayeeInterface
-
getCity
public java.lang.String getCity()- Specified by:
getCityin interfaceOnlinePayeeInterface
-
setState
public void setState(java.lang.String state)- Specified by:
setStatein interfaceOnlinePayeeInterface
-
getState
public java.lang.String getState()- Specified by:
getStatein interfaceOnlinePayeeInterface
-
setPostalCode
public void setPostalCode(java.lang.String postalcode)- Specified by:
setPostalCodein interfaceOnlinePayeeInterface
-
getPostalCode
public java.lang.String getPostalCode()- Specified by:
getPostalCodein interfaceOnlinePayeeInterface
-
setCountry
public void setCountry(java.lang.String country)- Specified by:
setCountryin interfaceOnlinePayeeInterface
-
getCountry
public java.lang.String getCountry()- Specified by:
getCountryin interfaceOnlinePayeeInterface
-
setPhone
public void setPhone(java.lang.String phone)- Specified by:
setPhonein interfaceOnlinePayeeInterface
-
getPhone
public java.lang.String getPhone()- Specified by:
getPhonein interfaceOnlinePayeeInterface
-
setDaysToPay
public void setDaysToPay(int daysToPay)Sets how many days before a payment is due that the money is deducted from the payer's account. If the days-to-pay is -1 then the due date for a payment actually refers to when the payer's financial instution process the payment.- Specified by:
setDaysToPayin interfaceOnlineExtdPayeeInterface- Specified by:
setDaysToPayin interfaceOnlinePayeeInterface
-
getDaysToPay
public int getDaysToPay()Gets how many days before a payment is due that the money is deducted from the payer's account. If the days-to-pay is -1 then the due date for a payment actually refers to when the payer's financial instution process the payment.- Specified by:
getDaysToPayin interfaceOnlineExtdPayeeInterface- Specified by:
getDaysToPayin interfaceOnlinePayeeInterface
-
setPayeeIDScope
public void setPayeeIDScope(java.lang.String idScope)Sets the scope of the payee ID... either GLOBAL or USER.- Specified by:
setPayeeIDScopein interfaceOnlineExtdPayeeInterface- Specified by:
setPayeeIDScopein interfaceOnlinePayeeInterface
-
getPayeeIDScope
public java.lang.String getPayeeIDScope()Gets the scope of the payee ID... either GLOBAL or USER.- Specified by:
getPayeeIDScopein interfaceOnlineExtdPayeeInterface- Specified by:
getPayeeIDScopein interfaceOnlinePayeeInterface
-
setPayeeID
public void setPayeeID(java.lang.String id)Sets the ID used to identify this payee either globally or within the user's list of payees with this FI.- Specified by:
setPayeeIDin interfaceOnlineExtdPayeeInterface
-
getPayeeID
public java.lang.String getPayeeID()Gets the ID used to identify this payee either globally or within the user's list of payees with this FI.- Specified by:
getPayeeIDin interfaceOnlineExtdPayeeInterface
-
setAcctFromBankID
public void setAcctFromBankID(java.lang.String bankID)- Specified by:
setAcctFromBankIDin interfaceOnlineBankAcctFromInterface
-
getAcctFromBankID
public java.lang.String getAcctFromBankID()- Specified by:
getAcctFromBankIDin interfaceOnlineBankAcctFromInterface
-
setAcctFromBranchID
public void setAcctFromBranchID(java.lang.String branchID)- Specified by:
setAcctFromBranchIDin interfaceOnlineBankAcctFromInterface
-
getAcctFromBranchID
public java.lang.String getAcctFromBranchID()- Specified by:
getAcctFromBranchIDin interfaceOnlineBankAcctFromInterface
-
setAcctFromAcctID
public void setAcctFromAcctID(java.lang.String acctID)- Specified by:
setAcctFromAcctIDin interfaceOnlineBankAcctFromInterface
-
getAcctFromAcctID
public java.lang.String getAcctFromAcctID()- Specified by:
getAcctFromAcctIDin interfaceOnlineBankAcctFromInterface
-
setAcctFromType
public void setAcctFromType(java.lang.String acctType)- Specified by:
setAcctFromTypein interfaceOnlineBankAcctFromInterface
-
getAcctFromType
public java.lang.String getAcctFromType()- Specified by:
getAcctFromTypein interfaceOnlineBankAcctFromInterface
-
setAcctFromKey
public void setAcctFromKey(java.lang.String acctKey)- Specified by:
setAcctFromKeyin interfaceOnlineBankAcctFromInterface
-
getAcctFromKey
public java.lang.String getAcctFromKey()- Specified by:
getAcctFromKeyin interfaceOnlineBankAcctFromInterface
-
setHasExtdPmtInfo
public void setHasExtdPmtInfo(boolean hasExtdInfo)Set whether or not this payment has extra information. -
getHasExtdPmtInfo
public boolean getHasExtdPmtInfo()Get whether or not this payment has extra information. -
setPaymentFor
public void setPaymentFor(java.lang.String paymentFor)Set the name of the person whom this payment is for. -
getPaymentFor
public java.lang.String getPaymentFor()Get the name of the person whom this payment is for. -
setPaymentExtdDesc
public void setPaymentExtdDesc(java.lang.String desc)Set the description for this payment, if the server supports extended payment info. -
getPaymentExtdDesc
public java.lang.String getPaymentExtdDesc()Get the description for this payment, if the server supports extended payment info. -
setPaymentReason
public void setPaymentReason(java.lang.String reason)Set the reason for this payment, if the server supports extended payment info. -
getPaymentReason
public java.lang.String getPaymentReason()Get the reason for this payment, if the server supports extended payment info. -
setPaymentOnBehalfOf
public void setPaymentOnBehalfOf(java.lang.String onBehalfOf)Set the on-behalf-of for this payment, if the server supports extended payment info. -
getPaymentOnBehalfOf
public java.lang.String getPaymentOnBehalfOf()Get the on-behalf-of for this payment, if the server supports extended payment info. -
setPaymentBookingTxt
public void setPaymentBookingTxt(java.lang.String bookingText)Set the text that should appear on the statement for this payment, if the server supports extended payment info. -
getPaymentExtdBookingTxt
public java.lang.String getPaymentExtdBookingTxt()Get the text that should appear on the statement for this payment, if the server supports extended payment info. -
setPaymentDate
public void setPaymentDate(long pmtDate)Sets the payment date of this payment. This is only set by the server. -
getPaymentDate
public long getPaymentDate()Gets the date of this payment. -
getCategoryID
public int getCategoryID()Return the category ID for payments to this payee, if any. -
setCategoryID
public void setCategoryID(int newCategoryID)Sets the category for payments to this payee. -
getCategoryUUID
public java.lang.String getCategoryUUID()Return the category ID for payments to this payee, if any. -
setCategoryUUID
public void setCategoryUUID(java.lang.String newCategoryUUID)Sets the category UUID for payments to this payee. -
getCategory
Return the category for payments to this payee, if any. -
setCategory
Set the category for payments to this payee, if any. -
isSameAs
-