Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.pjsofts.eurobudget.data: Javadoc index of package com.pjsofts.eurobudget.data.


Package Samples:

com.pjsofts.eurobudget.data

Classes:

Totals: Contains misc. totals (related to a list of txns or account) Assertion : total == originalAmount + creditTotal - debitTotal realCreditTotal == creditTotal - saveOnAccountTotal realDebitTotal == debitTotal - saveToAnotherAccountTotal Epargne total: (but should remove PorteMonnaie in that case !) Sum(saveOnAccountTotal, onAllAccounts and for all txns) == Sum(saveToAnotherAccountTotal, onAllAccounts and for all txns) realTotal + - epargne = total .
Period: Define a period of Date more complex (abstract than a simple date) Used as a search parameter for example Always based on a date (current one most of the time) ? could be : - {a computed date (last,next day, day of end of the year ..)} - a user entry date - a user entry range (date min, date max) - a computed range (last/next day,week,month,quarter,semester,year)
TxnSearchParam: Search criterias. null values always means not a search critiera (i.e. take alls) and all properties could be set to null
IntChoice: Used to offer choices in swing list that correspond to int values. Avoid specific class creation
ObjectChoice: Used to offer choices in swing list that correspond to int values. Avoid specific class creation
PeriodicPeriod: Periodic period. Add some new static fields and notion of many times in a period
FileType: Convenient class to define all File Types managed by EuroBudget
TxnsTransferable: Allows to put multiple Transactions into Clipboard
CurrencyChoice: Helper class about Currency Add sort order.
PeriodChoice
TransactionTypeChoice

Home | Contact Us | Privacy Policy | Terms of Service