net.sf.bacchus.records
Class PointOfSale

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractList<Record>
          extended by net.sf.bacchus.records.AbstractDetail
              extended by net.sf.bacchus.records.AbstractTerminalDetail
                  extended by net.sf.bacchus.records.PointOfSale
All Implemented Interfaces:
Iterable<Record>, Collection<Record>, List<Record>, Detail, Record

public class PointOfSale
extends AbstractTerminalDetail


Nested Class Summary
 
Nested classes/interfaces inherited from class net.sf.bacchus.records.AbstractTerminalDetail
AbstractTerminalDetail.OptionalTerminal
 
Field Summary
 
Fields inherited from class java.util.AbstractList
modCount
 
Fields inherited from interface net.sf.bacchus.Detail
DETAIL_RECORD, HAS_ADDENDA, NO_ADDENDA
 
Fields inherited from interface net.sf.bacchus.Record
ACH_RECORD_SIZE, BASE_TEN, FILLER
 
Constructor Summary
PointOfSale()
           
 
Method Summary
 
Methods inherited from class net.sf.bacchus.records.AbstractTerminalDetail
build, getAddenda, getCardTransaction, getIdentification, getName, getTerminal, load, normalize, setCardTransaction, setIdentification, setName, validate
 
Methods inherited from class net.sf.bacchus.records.AbstractDetail
format, get, getAccount, getAddendaIndicator, getAmount, getDiscretionary, getOdfi, getRdfi, getRdfiCheck, getRecordType, getSequence, getTraceNumber, getTransactionType, isEmpty, setAccount, setAddendaIndicator, setAmount, setDiscretionary, setOdfi, setRdfi, setRdfiCheck, setRecordType, setSequence, setTraceNumber, setTransactionType, size
 
Methods inherited from class java.util.AbstractList
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subList
 
Methods inherited from class java.util.AbstractCollection
addAll, contains, containsAll, remove, removeAll, retainAll, toArray, toArray, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, subList, toArray, toArray
 

Constructor Detail

PointOfSale

public PointOfSale()


Copyright © 2008-2009 Bacchus Development Team. All Rights Reserved.