A B C D E F G I M N O P Q R S T

A

account - Variable in class gnu.qif.BankTransaction
The account from which the amount of the transaction was taken from.
accountName - Variable in class gnu.qif.OpeningBalanceRecord
 
AccountRecord - class gnu.qif.AccountRecord.
The account header !Account is used in two places: at the start of an account list and the start of a list of transactions to specify to which account they belong.
AccountRecord(String) - Constructor for class gnu.qif.AccountRecord
Constructs an AccountRecord for defining an account of the given name.
addRecord(QIFRecord) - Method in class gnu.qif.RecordArray
 

B

balance - Variable in class gnu.qif.OpeningBalanceRecord
 
BankTransaction - class gnu.qif.BankTransaction.
Bank account transaction.
BankTransaction() - Constructor for class gnu.qif.BankTransaction
Constructs a blank TransactionRecord.

C

category - Variable in class gnu.qif.BankTransaction
The category from which the amount of the transaction was taken from.
cleared - Variable in class gnu.qif.BankTransaction
The C field represents the clearing/reconciliation state of the transaction.
creditLimit - Variable in class gnu.qif.AccountRecord
Credit limit (only for credit card accounts)

D

date - Variable in class gnu.qif.BankTransaction
The D tag denotes the date.
date - Variable in class gnu.qif.OpeningBalanceRecord
 
description - Variable in class gnu.qif.AccountRecord
Description of the account

E

encodeDate(Date) - Static method in class gnu.qif.QIFRecord
 

F

FIELD_ACCOUNT_FOR_TRANSFER - Static variable in class gnu.qif.BankTransaction
 
FIELD_ACCOUNT_TYPE - Static variable in class gnu.qif.AccountRecord
Type of account
FIELD_ACTION - Static variable in class gnu.qif.BankTransaction
 
FIELD_ADDRESS - Static variable in class gnu.qif.BankTransaction
 
FIELD_AMOUNT_OF_SPLIT - Static variable in class gnu.qif.BankTransaction
 
FIELD_AMOUNT_TRANSFERRED - Static variable in class gnu.qif.BankTransaction
 
FIELD_CATEGORY - Static variable in class gnu.qif.BankTransaction
 
FIELD_CLEARED_STATUS - Static variable in class gnu.qif.BankTransaction
 
FIELD_COMMISSION - Static variable in class gnu.qif.BankTransaction
 
FIELD_CREDIT_LIMIT - Static variable in class gnu.qif.AccountRecord
Credit limit (only for credit card accounts)
FIELD_DATE - Static variable in class gnu.qif.BankTransaction
 
FIELD_DESCRIPTION - Static variable in class gnu.qif.AccountRecord
Description of the account
FIELD_END_OF_ENTRY - Static variable in class gnu.qif.BankTransaction
 
FIELD_MEMO - Static variable in class gnu.qif.BankTransaction
 
FIELD_MEMO_IN_SPLIT - Static variable in class gnu.qif.BankTransaction
 
FIELD_NAME - Static variable in class gnu.qif.AccountRecord
Name of the account
FIELD_NUMBER - Static variable in class gnu.qif.BankTransaction
 
FIELD_PAYEE - Static variable in class gnu.qif.BankTransaction
 
FIELD_PRICE - Static variable in class gnu.qif.BankTransaction
 
FIELD_QUANTITY - Static variable in class gnu.qif.BankTransaction
 
FIELD_SECURITY - Static variable in class gnu.qif.BankTransaction
 
FIELD_STATEMENT_BALANCE_AMOUNT - Static variable in class gnu.qif.AccountRecord
Statement balance amount
FIELD_STATEMENT_BALANCE_DATE - Static variable in class gnu.qif.AccountRecord
Statement balance date
FIELD_TOTAL - Static variable in class gnu.qif.BankTransaction
 
FIELD_TRANSACTION_AMOUNT - Static variable in class gnu.qif.BankTransaction
 

G

getAccount() - Method in class gnu.qif.BankTransaction
Returns the account from which the amount of the transaction was taken from.
getCategory() - Method in class gnu.qif.BankTransaction
 
getCreditLimit() - Method in class gnu.qif.AccountRecord
Credit limit (only for credit card accounts)
getDate() - Method in class gnu.qif.BankTransaction
Returns the date of the transaction.
getDescription() - Method in class gnu.qif.AccountRecord
Description of the account
getMemo() - Method in class gnu.qif.BankTransaction
Returns the transaction's memo, or null if none was set.
getName() - Method in class gnu.qif.AccountRecord
Name of the account
getNumber() - Method in class gnu.qif.BankTransaction
Returns the transaction's number, which is usually a check number or some other identifying number for the transaction.
getPayee() - Method in class gnu.qif.BankTransaction
Returns who's involved in the transaction, such as the name of a store where expenses took place.
getStatementBalanceAmount() - Method in class gnu.qif.AccountRecord
Statement balance amount
getStatementBalanceDate() - Method in class gnu.qif.AccountRecord
Statement balance date
getType() - Method in class gnu.qif.AccountRecord
Type of account
gnu.qif - package gnu.qif
This package allows to generate files in the Quicken interchange format (QIF), which is a specially formatted text (ASCII) file that lets you to move transactions.

I

isCleared() - Method in class gnu.qif.BankTransaction
Returns whether the transaction is "cleared" or not.
isReconciled() - Method in class gnu.qif.BankTransaction
Returns whether the transaction is "reconciled" or not.

M

memo - Variable in class gnu.qif.BankTransaction
The M field is the transaction memo.

N

name - Variable in class gnu.qif.AccountRecord
Name of the account
number - Variable in class gnu.qif.BankTransaction
The N field is a "Number", which is usually a check number or some other identifying number for the transaction.

O

OpeningBalanceRecord - class gnu.qif.OpeningBalanceRecord.
If the very first Bank transaction in the file has a payee of "Opening Balance", the L line contains the name of the account that the file describes.
OpeningBalanceRecord(String, Date, float) - Constructor for class gnu.qif.OpeningBalanceRecord
 

P

payee - Variable in class gnu.qif.BankTransaction
The P field is the Payee.

Q

QIFRecord - class gnu.qif.QIFRecord.
A Quicken interchange format record, which starts with a !Type: or !Account header, and ends with the ^ character.
QIFRecord() - Constructor for class gnu.qif.QIFRecord
 

R

reconciled - Variable in class gnu.qif.BankTransaction
The C field represents the clearing/reconciliation state of the transaction.
RECORD_ACCOUNT - Static variable in class gnu.qif.QIFRecord
 
RECORD_END - Static variable in class gnu.qif.QIFRecord
 
RECORD_START - Static variable in class gnu.qif.QIFRecord
 
RECORD_TYPE - Static variable in class gnu.qif.QIFRecord
 
RecordArray - class gnu.qif.RecordArray.
A bundle of records, without any restrictions on their type and order.
RecordArray() - Constructor for class gnu.qif.RecordArray
 

S

setAccount(String) - Method in class gnu.qif.BankTransaction
Sets the account from which the amount of the transaction was taken from.
setCategory(String) - Method in class gnu.qif.BankTransaction
Sets the category from which the amount of the transaction was taken from.
setCleared(boolean) - Method in class gnu.qif.BankTransaction
Sets the "cleared" status.
setCreditLimit(String) - Method in class gnu.qif.AccountRecord
Credit limit (only for credit card accounts)
setDate(Date) - Method in class gnu.qif.BankTransaction
Sets the date of the transaction.
setDescription(String) - Method in class gnu.qif.AccountRecord
Description of the account
setMemo(String) - Method in class gnu.qif.BankTransaction
Give the transaction a memo.
setName(String) - Method in class gnu.qif.AccountRecord
Name of the account
setNumber(String) - Method in class gnu.qif.BankTransaction
Sets the transaction's number, which is usually a check number or some other identifying number for the transaction.
setPayee(String) - Method in class gnu.qif.BankTransaction
Sets who's involved in the transaction, such as the name of a store where expenses took place.
setReconciled(boolean) - Method in class gnu.qif.BankTransaction
Sets the "reconciled" flag.
setStatementBalanceAmount(String) - Method in class gnu.qif.AccountRecord
Statement balance amount
setStatementBalanceDate(String) - Method in class gnu.qif.AccountRecord
Statement balance date
setTotal(float) - Method in class gnu.qif.BankTransaction
Sets the total amount of the transaction.
setType(String) - Method in class gnu.qif.AccountRecord
Type of account
statementBalanceAmount - Variable in class gnu.qif.AccountRecord
Statement balance amount
statementBalanceDate - Variable in class gnu.qif.AccountRecord
Statement balance date

T

toString() - Method in class gnu.qif.AccountRecord
Returns the complete QIF record corresponding to the AccountRecord.
toString() - Method in class gnu.qif.BankTransaction
Returns the complete QIF record corresponding to the AccountRecord.
toString() - Method in class gnu.qif.RecordArray
 
toString() - Method in class gnu.qif.OpeningBalanceRecord
Returns the complete QIF record corresponding to the AccountRecord.
total - Variable in class gnu.qif.BankTransaction
The T field is the "Total" amount of the transaction.
type - Variable in class gnu.qif.AccountRecord
Type of account
TYPE_ASSET - Static variable in class gnu.qif.QIFRecord
Asset account transactions
TYPE_BANK - Static variable in class gnu.qif.QIFRecord
Bank account transactions
TYPE_CASH - Static variable in class gnu.qif.QIFRecord
Cash account transactions
TYPE_CATEGORY_LIST - Static variable in class gnu.qif.QIFRecord
Category list
TYPE_CLASS_LIST - Static variable in class gnu.qif.QIFRecord
Class list
TYPE_CREDIT_CARD - Static variable in class gnu.qif.QIFRecord
Credit card account transactions
TYPE_INVESTMENT - Static variable in class gnu.qif.QIFRecord
Investment account transactions
TYPE_LIABILITY - Static variable in class gnu.qif.QIFRecord
Liability account transactions
TYPE_MEMORIZED - Static variable in class gnu.qif.QIFRecord
Memorized transaction list

A B C D E F G I M N O P Q R S T