Class V11Record
java.lang.Object
ch.tocco.nice2.optional.finance.impl.action.esr.v11.V11Record
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
static final String
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.joda.time.LocalDate
void
init()
boolean
boolean
boolean
isValid()
void
setAddressNr
(String addressNr) void
void
setCustomerNumber
(String customerNumber) void
setMicrofilmNumber
(String microfilmNumber) void
setOrderNr
(String orderNr) void
setReferenceNumber
(String referenceNumber) void
setTransactionCode
(String transactionCode) void
setWithdrawalDate
(String withdrawalDate)
-
Field Details
-
INDEX_TRANSACTION_CODE_START
public static final int INDEX_TRANSACTION_CODE_START- See Also:
-
INDEX_TRANSACTION_CODE_END
public static final int INDEX_TRANSACTION_CODE_END- See Also:
-
INDEX_CUSTOMER_NUMBER_START
public static final int INDEX_CUSTOMER_NUMBER_START- See Also:
-
INDEX_CUSTOMER_NUMBER_END
public static final int INDEX_CUSTOMER_NUMBER_END- See Also:
-
INDEX_REFERENCE_NUMBER_START
public static final int INDEX_REFERENCE_NUMBER_START- See Also:
-
INDEX_REFERENCE_NUMBER_END
public static final int INDEX_REFERENCE_NUMBER_END- See Also:
-
INDEX_ADDRESS_NR_START
public static final int INDEX_ADDRESS_NR_START- See Also:
-
INDEX_ADDRESS_NR_END
public static final int INDEX_ADDRESS_NR_END- See Also:
-
INDEX_ORDER_NR_START
public static final int INDEX_ORDER_NR_START- See Also:
-
INDEX_ORDER_NR_END
public static final int INDEX_ORDER_NR_END- See Also:
-
INDEX_AMOUNT_START
public static final int INDEX_AMOUNT_START- See Also:
-
INDEX_AMOUNT_END
public static final int INDEX_AMOUNT_END- See Also:
-
INDEX_WITHDRAWAL_DATE_START
public static final int INDEX_WITHDRAWAL_DATE_START- See Also:
-
INDEX_WITHDRAWAL_DATE_END
public static final int INDEX_WITHDRAWAL_DATE_END- See Also:
-
INDEX_MICROFILM_NR_START
public static final int INDEX_MICROFILM_NR_START- See Also:
-
INDEX_MICROFILM_NR_END
public static final int INDEX_MICROFILM_NR_END- See Also:
-
ESR_TYPE3_CREDIT_RECORD_LENGTH
public static final int ESR_TYPE3_CREDIT_RECORD_LENGTH- See Also:
-
ESR_TYPE3_TOTAL_RECORD_PREFIX
- See Also:
-
BASE_YEAR
public static final int BASE_YEAR- See Also:
-
-
Constructor Details
-
V11Record
-
-
Method Details
-
init
public void init() -
isValid
public boolean isValid() -
isCreditRecord
public boolean isCreditRecord() -
isTotalRecord
public boolean isTotalRecord() -
getTrimmedRecord
-
getTransactionCode
-
setTransactionCode
-
getCustomerNumber
-
setCustomerNumber
-
getReferenceNumber
-
setReferenceNumber
-
getAddressNr
-
setAddressNr
-
getOrderNr
-
setOrderNr
-
getAmount
-
setAmount
-
getWithdrawalDate
public org.joda.time.LocalDate getWithdrawalDate() -
setWithdrawalDate
-
getMicrofilmNumber
-
setMicrofilmNumber
-