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

Quick Search    Search Deep

com.pjsofts.eurobudget.beans
Class TransactionGroup  view TransactionGroup download TransactionGroup.java

java.lang.Object
  extended bycom.pjsofts.eurobudget.beans.Transaction
      extended bycom.pjsofts.eurobudget.beans.TransactionGroup
All Implemented Interfaces:
java.lang.Comparable, java.io.Serializable, java.awt.datatransfer.Transferable

public class TransactionGroup
extends Transaction

Composite Pattern


Field Summary
private static java.util.ResourceBundle i8n
           
(package private)  java.util.List txnList
          contains other transaction
 
Fields inherited from class com.pjsofts.eurobudget.beans.Transaction
DATA_FLAVOR, PROPERTY_ACCOUNT, PROPERTY_AMOUNT, PROPERTY_CATEGORY, PROPERTY_CATEGORYPAIR, PROPERTY_CHECKED, PROPERTY_CREATION_DATE, PROPERTY_DATE, PROPERTY_DETAILS, PROPERTY_DIRECTION, PROPERTY_EFFECTIVE_DATE, PROPERTY_ENTITY, PROPERTY_FROM_ENTITY, PROPERTY_NUMBER, PROPERTY_SPLITTED, PROPERTY_SRC_ACCOUNT, PROPERTY_SUBCATEGORY, PROPERTY_TARGET_ACCOUNT, PROPERTY_TO_ENTITY, PROPERTY_TYPE, PROPERTY_TYPE_ICON, PROPERTY_VERIFIED
 
Constructor Summary
TransactionGroup()
           
 
Method Summary
 java.util.List getTxnList()
          Getter for property txnList.
 void setTxnList(java.util.List txnList)
          Setter for property txnList.
 
Methods inherited from class com.pjsofts.eurobudget.beans.Transaction
compareTo, copy, copyAutoEntry, getAmount, getCategoryPair, getClassification, getCreationDate, getDate, getDetails, getDirectionTip, getEffectiveDate, getEntity, getEntityName, getFlags, getID, getPasteClone, getPasteClone, getRealAmount, getTransferData, getTransferDataFlavors, getType, getTypeIcon, isChecked, isDataFlavorSupported, isSplitted, isVerified, setAmount, setCategoryPair, setChecked, setClassification, setCreationDate, setDate, setDetails, setEffectiveDate, setFlags, setVerified, toString, toStringCSV, toStringTAB, toStringXML
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

i8n

private static final transient java.util.ResourceBundle i8n

txnList

java.util.List txnList
contains other transaction

Constructor Detail

TransactionGroup

public TransactionGroup()
Method Detail

getTxnList

public java.util.List getTxnList()
Getter for property txnList.

Overrides:
getTxnList in class Transaction

setTxnList

public void setTxnList(java.util.List txnList)
Setter for property txnList.

Overrides:
setTxnList in class Transaction