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

Quick Search    Search Deep

Uses of Class
com.pjsofts.eurobudget.beans.Virement

Uses of Virement in com.pjsofts.eurobudget.beans
 

Subclasses of Virement in com.pjsofts.eurobudget.beans
 class RelatedVirement
          Java Bean should not be editable in the gui, instead we should always modify the 'initial' transaction In all case, should always be in synch with source.
 

Fields in com.pjsofts.eurobudget.beans declared as Virement
private  Virement Virement.relatedVirement
          The related transaction, opposite (the one that will appears in target account list of txns) any changes on data, amout, targetAccount should update it.
 

Methods in com.pjsofts.eurobudget.beans that return Virement
 Virement Virement.getRelatedVirement()
          Getter for property relatedVirement.
 

Methods in com.pjsofts.eurobudget.beans with parameters of type Virement
 void Virement.setRelatedVirement(Virement relatedVirement)
          Setter for property relatedVirement.
 void RelatedVirement.setRelatedVirement(Virement relatedVirement)
          Setter for property relatedVirement.
 int Account.addVirement(Virement v)
          in right place in the list warning date may be null !! (virement) special for virement insert also the related ...
 void Account.removeVirement(Virement v)
          same as removeTransaction but remove also the related
 

Constructors in com.pjsofts.eurobudget.beans with parameters of type Virement
RelatedVirement(Virement v)
          convenient constructor