|
|||||||||
| Home >> All >> com >> pjsofts >> eurobudget >> format >> [ qif overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.pjsofts.eurobudget.format.qif
Class QIFAccountItem

java.lang.Objectcom.pjsofts.eurobudget.format.qif.QIFAccountItem
- public class QIFAccountItem
- extends java.lang.Object
Items for Account Information 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.
Items for Account Information
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.
Field Indicator Explanation
N Name
T Type of account
D Description
L Credit limit (only for credit card accounts)
/ Statement balance date
$ Statement balance amount
^ End of entry
| Field Summary | |
java.lang.String |
d
Description |
java.lang.Double |
dollard
Statement balance amount |
private static java.util.ResourceBundle |
i18n
|
java.lang.Double |
l
Credit limit (only for credit card accounts) |
java.lang.String |
n
Name |
java.util.Date |
slash
Statement balance date |
java.lang.String |
t
type of account |
| Constructor Summary | |
QIFAccountItem()
Creates a new instance of QIFAccountItem |
|
| Method Summary | |
boolean |
isNull()
|
static QIFAccountItem |
readItem(java.io.LineNumberReader br,
boolean checkRuleDT)
|
com.pjsofts.eurobudget.beans.Account |
toEBAccount(com.pjsofts.eurobudget.DataModel dm)
convert a qif account item to an account |
static java.lang.String |
toQIF(com.pjsofts.eurobudget.beans.Account account)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
i18n
private static final java.util.ResourceBundle i18n
n
public java.lang.String n
- Name
t
public java.lang.String t
- type of account
d
public java.lang.String d
- Description
l
public java.lang.Double l
- Credit limit (only for credit card accounts)
slash
public java.util.Date slash
- Statement balance date
dollard
public java.lang.Double dollard
- Statement balance amount
| Constructor Detail |
QIFAccountItem
public QIFAccountItem()
- Creates a new instance of QIFAccountItem
| Method Detail |
isNull
public boolean isNull()
toEBAccount
public com.pjsofts.eurobudget.beans.Account toEBAccount(com.pjsofts.eurobudget.DataModel dm)
- convert a qif account item to an account
toQIF
public static java.lang.String toQIF(com.pjsofts.eurobudget.beans.Account account)
readItem
public static QIFAccountItem readItem(java.io.LineNumberReader br, boolean checkRuleDT) throws java.io.IOException, java.text.ParseException
|
|||||||||
| Home >> All >> com >> pjsofts >> eurobudget >> format >> [ qif overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.pjsofts.eurobudget.format.qif.QIFAccountItem