|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.AbstractCollection<E>
java.util.AbstractList<Record>
net.sf.bacchus.records.AbstractDetail
net.sf.bacchus.records.Check
public class Check
Record for a converted paper check.
| 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 | |
|---|---|
Check()
|
|
| Method Summary | |
|---|---|
StringBuilder |
build()
Adds the check serial number and receiver name in positions 40 through 76 of the value returned by the superclass
implementation. |
String |
getReceiverName()
Gets the individual or receiving company name. |
String |
getSerialNumber()
Gets the check serial number. |
void |
load(String record)
Loads the properties from a raw ACH record. |
void |
normalize()
Calls the superclass implementation
and clears the receiver name and
serial number if they are empty. |
void |
setReceiverName(String receiverName)
Sets the individual or receiving company name. |
void |
setSerialNumber(String serialNumber)
Sets the check serial number. |
| Methods inherited from class net.sf.bacchus.records.AbstractDetail |
|---|
format, get, getAccount, getAddenda, getAddendaIndicator, getAmount, getDiscretionary, getOdfi, getRdfi, getRdfiCheck, getRecordType, getSequence, getTraceNumber, getTransactionType, isEmpty, setAccount, setAddendaIndicator, setAmount, setDiscretionary, setOdfi, setRdfi, setRdfiCheck, setRecordType, setSequence, setTraceNumber, setTransactionType, size, validate |
| 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 |
|---|
public Check()
| Method Detail |
|---|
public String getSerialNumber()
public void setSerialNumber(String serialNumber)
serialNumber - the check serial number.public String getReceiverName()
public void setReceiverName(String receiverName)
receiverName - the individual or receiving company name.public void load(String record)
super.load(String), then parsing the
properties of the subclass record type. The effect of this method is the
opposite of AbstractDetail.format().
load in interface Recordload in class AbstractDetailrecord - the ACH record to load.public void normalize()
the superclass implementation
and clears the receiver name and
serial number if they are empty.
normalize in interface Recordnormalize in class AbstractDetailpublic StringBuilder build()
the superclass
implementation.
build in class AbstractDetail
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||