com.moneydance.apps.md.model
Class OnlineAccountInfo
java.lang.Object
com.moneydance.apps.md.model.OnlineAccountInfo
public class OnlineAccountInfo
- extends java.lang.Object
This class includes information that describes an online account.
Information such as routing number, account number, account type,
etc.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
OnlineAccountInfo
public OnlineAccountInfo()
setDescription
public void setDescription(java.lang.String desc)
getDescription
public java.lang.String getDescription()
setPhone
public void setPhone(java.lang.String phone)
getPhone
public java.lang.String getPhone()
isBankAccount
public boolean isBankAccount()
setIsBankAccount
public void setIsBankAccount(boolean isBankAcct)
isCCAccount
public boolean isCCAccount()
setIsCCAccount
public void setIsCCAccount(boolean isCCAcct)
isBillpayAccount
public boolean isBillpayAccount()
setIsBillpayAccount
public void setIsBillpayAccount(boolean isBPAcct)
isInvestmentAccount
public boolean isInvestmentAccount()
setIsInvestmentAccount
public void setIsInvestmentAccount(boolean isInvAcct)
setRoutingNumber
public void setRoutingNumber(java.lang.String bankID)
getRoutingNumber
public java.lang.String getRoutingNumber()
setBranchID
public void setBranchID(java.lang.String branchID)
getBranchID
public java.lang.String getBranchID()
setAccountNumber
public void setAccountNumber(java.lang.String acctNum)
getAccountNumber
public java.lang.String getAccountNumber()
setAccountType
public void setAccountType(java.lang.String newType)
getAccountType
public java.lang.String getAccountType()
setAccountMessageType
public void setAccountMessageType(int msgType)
getAccountMessageType
public int getAccountMessageType()
setAccountKey
public void setAccountKey(java.lang.String acctKey)
getAccountKey
public java.lang.String getAccountKey()
getHasTxnDownload
public boolean getHasTxnDownload()
setHasTxnDownload
public void setHasTxnDownload(boolean newVal)
getCanXfrFrom
public boolean getCanXfrFrom()
setCanXfrFrom
public void setCanXfrFrom(boolean newVal)
getCanXfrTo
public boolean getCanXfrTo()
setCanXfrTo
public void setCanXfrTo(boolean newVal)
isActive
public boolean isActive()
setIsActive
public void setIsActive(boolean newVal)
isPending
public boolean isPending()
setIsPending
public void setIsPending(boolean newVal)
isAvailable
public boolean isAvailable()
setIsAvailable
public void setIsAvailable(boolean newVal)
setInvestmentProductType
public void setInvestmentProductType(java.lang.String prodType)
getInvestmentProductType
public java.lang.String getInvestmentProductType()
setInvestmentWithChecking
public void setInvestmentWithChecking(boolean newVal)
getInvestmentWithChecking
public boolean getInvestmentWithChecking()
setInvestmentAccountType
public void setInvestmentAccountType(java.lang.String acctType)
getInvestmentAccountType
public java.lang.String getInvestmentAccountType()
setInvestmentOptionLevel
public void setInvestmentOptionLevel(java.lang.String optLvl)
getInvestmentOptionLevel
public java.lang.String getInvestmentOptionLevel()
setInvestmentBrokerID
public void setInvestmentBrokerID(java.lang.String bkrID)
getInvestmentBrokerID
public java.lang.String getInvestmentBrokerID()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object