public class BankleitzahlInfo extends Object implements Cloneable, Serializable
BankleitzahlenVerzeichnis
.BankleitzahlenVerzeichnis
,
Serialized FormConstructor and Description |
---|
BankleitzahlInfo()
Creates a new
BankleitzahlInfo instance. |
Modifier and Type | Method and Description |
---|---|
Object |
clone()
Creates and returns a copy of this object.
|
boolean |
equals(Object o)
Indicates whether some other object is equal to this one.
|
Bankleitzahl |
getBankCode()
Getter for property
bankCode . |
String |
getBic()
Getter for property
bic . |
char |
getChangeLabel()
Getter for property
changeLabel . |
String |
getCity()
Getter for property
city . |
Date |
getCreationDate()
Getter for property
creationDate . |
Date |
getDeletionDate()
Getter for property
deletionDate . |
String |
getDescription()
Getter for property
description . |
Integer |
getIbanRuleLabel()
Getter for property
ibanRuleLabel . |
Integer |
getIbanRuleVersion()
Getter for property
ibanRuleVersion . |
Date |
getModificationDate()
Getter for property
modificationDate . |
String |
getName()
Getter for property
name . |
int |
getPanInstituteNumber()
Getter for property
panInstituteNumber . |
int |
getPostalCode()
Getter for property
postalCode . |
Bankleitzahl |
getReplacingBankCode()
Getter for property
replacingBankCode . |
Integer |
getSerialNumber()
Getter for property
serialNumber . |
String |
getValidationLabel()
Getter for property
validationLabel . |
int |
hashCode()
Returns a hash code value for this object.
|
boolean |
isHeadOffice()
Getter for property
headOffice . |
boolean |
isMarkedForDeletion()
Getter for property
markedForDeletion . |
void |
setBankCode(Bankleitzahl value)
Setter for property
bankCode . |
void |
setBic(String value)
Setter for property
bic . |
void |
setChangeLabel(char value)
Setter for property
changeLabel . |
void |
setCity(String value)
Setter for property
city . |
void |
setCreationDate(Date value)
Setter for property
creationDate . |
void |
setDeletionDate(Date value)
Setter for property
deletionDate . |
void |
setDescription(String value)
Setter for property
description . |
void |
setHeadOffice(boolean value)
Setter for property
headOffice . |
void |
setIbanRuleLabel(Integer value)
Setter for property
ibanRuleLabel . |
void |
setIbanRuleVersion(Integer value)
Setter for property
ibanRuleVersion . |
void |
setMarkedForDeletion(boolean value)
Setter for property
markedForDeletion . |
void |
setModificationDate(Date value)
Setter for property
modificationDate . |
void |
setName(String value)
Setter for property
name . |
void |
setPanInstituteNumber(int value)
Setter for property
panInstituteNumber . |
void |
setPostalCode(int value)
Setter for property
postalCode . |
void |
setReplacingBankCode(Bankleitzahl value)
Setter for property
replacingBankCode . |
void |
setSerialNumber(Integer value)
Setter for property
serialNumber . |
void |
setValidationLabel(String value)
Setter for property
validationLabel . |
String |
toString()
Returns a string representation of the object.
|
public BankleitzahlInfo()
BankleitzahlInfo
instance.public Bankleitzahl getBankCode()
bankCode
.public String getBic()
bic
.public char getChangeLabel()
changeLabel
.public String getCity()
city
.public Date getCreationDate()
creationDate
.public Date getDeletionDate()
deletionDate
.public String getDescription()
description
.public Integer getIbanRuleLabel()
ibanRuleLabel
.null
, if
generating an IBAN for an account at the bank identified by the bank code of this record is not supported
(field 14).public Integer getIbanRuleVersion()
ibanRuleVersion
.null
, if
generating an IBAN for an account at the bank identified by the bank code of this record is not supported
(field 14).public Date getModificationDate()
modificationDate
.public int getPanInstituteNumber()
panInstituteNumber
.0
if no number is available (field 7).public int getPostalCode()
postalCode
.public Bankleitzahl getReplacingBankCode()
replacingBankCode
.null
if no
replacing bank code is specified or the record is not to be deleted (field 13).public Integer getSerialNumber()
serialNumber
.public String getValidationLabel()
validationLabel
.public int hashCode()
public boolean isHeadOffice()
headOffice
.true
if this record specifies a bank which is to be used for transactions; false
if this
record specifies a branch office of a bank not to be used for transactions but sharing a bank code (field 2).public boolean isMarkedForDeletion()
markedForDeletion
.true
if this record will be deleted from upcoming files; false
if not (field 12).public void setBankCode(Bankleitzahl value)
bankCode
.value
- The german bank code identifying the bank (field 1).public void setBic(String value)
bic
.value
- The SWIFT Bank Identifier Code (field 8).public void setChangeLabel(char value)
changeLabel
.value
- The label used to indicate changes of the record since previous files (field 11).public void setCity(String value)
city
.value
- The city the bank resides at (field 5).public void setCreationDate(Date value)
creationDate
.value
- The new date the record got created at.public void setDeletionDate(Date value)
deletionDate
.value
- The new date the record got deleted at.public void setDescription(String value)
description
.value
- A description of the bank including information regarding the city the bank resides to be used for
displaying on e.g. invoices (field 6).public void setHeadOffice(boolean value)
headOffice
.value
- true
if this record specifies a bank which is to be used for transactions; false
if
this record specifies a branch office of a bank not to be used for transactions but sharing a bank code
(field 2).public void setIbanRuleLabel(Integer value)
ibanRuleLabel
.value
- The label of the algorithm to use for generating international bank account numbers or null
,
if generating an IBAN for an account at the bank identified by the bank code of this record should not be
supported (field 14).public void setIbanRuleVersion(Integer value)
ibanRuleVersion
.value
- The label of the rule to use for generating international bank account numbers or null
,
if generating an IBAN for an account at the bank identified by the bank code of this record should not be
supported (field 14).public void setMarkedForDeletion(boolean value)
markedForDeletion
.value
- true
if this record will be deleted from upcoming files; false
if not (field 12).public void setModificationDate(Date value)
modificationDate
.value
- The new date the record got modified at.public void setName(String value)
name
.value
- The name of the bank (field 3).public void setPanInstituteNumber(int value)
panInstituteNumber
.value
- The institute number for PAN or 0
if no number is available (field 7).public void setPostalCode(int value)
postalCode
.value
- The postal code of the city the bank is resident (field 4).public void setReplacingBankCode(Bankleitzahl value)
replacingBankCode
.value
- The bank code of the bank replacing this bank if this record is marked for deletion or null
if no replacing bank code is specified or the record is not to be deleted (field 13).public void setSerialNumber(Integer value)
serialNumber
.value
- The serial number of the record (field 10).public void setValidationLabel(String value)
validationLabel
.value
- The label for the algorithm to be used for validating account numbers (field 9).Copyright © 2005–2014 jDTAUS. All rights reserved.