public class Header extends Object implements Cloneable, Serializable
Modifier and Type | Field and Description |
---|---|
static String |
PROP_ACCOUNT
Constant for the name of property
account . |
static String |
PROP_BANK
Constant for the name of property
bank . |
static String |
PROP_BANKDATA
Constant for the name of property
bankData . |
static String |
PROP_CREATEDATE
Constant for the name of property
createDate . |
static String |
PROP_CURRENCY
Constant for the name of property
currency . |
static String |
PROP_CUSTOMER
Constant for the name of property
customer . |
static String |
PROP_EXECUTIONDATE
Constant for the name of property
executionDate . |
static String |
PROP_REFERENCE
Constant for the name of property
reference . |
static String |
PROP_TYPE
Constant for the name of property
type . |
Constructor and Description |
---|
Header()
Creates a new
Header 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 by comparing the values of all properties.
|
Kontonummer |
getAccount()
Getter for property
account . |
Bankleitzahl |
getBank()
Getter for property
bank . |
Bankleitzahl |
getBankData()
Getter for property
bankData . |
Date |
getCreateDate()
Getter for property
createDate . |
Currency |
getCurrency()
Getter for property
currency . |
AlphaNumericText27 |
getCustomer()
Getter for property
customer . |
Date |
getExecutionDate()
Getter for property
executionDate . |
Referenznummer10 |
getReference()
Getter for property
reference . |
LogicalFileType |
getType()
Getter for property
type . |
int |
hashCode()
Returns a hash code value for this object.
|
void |
setAccount(Kontonummer value)
Setter for property
account . |
void |
setBank(Bankleitzahl value)
Setter for property
bank . |
void |
setBankData(Bankleitzahl value)
Setter for property
bankData . |
void |
setCreateDate(Date value)
Setter for property
createDate . |
void |
setCurrency(Currency value)
Setter for property
currency . |
void |
setCustomer(AlphaNumericText27 value)
Setter for property
customer . |
void |
setExecutionDate(Date value)
Setter for property
executionDate . |
void |
setReference(Referenznummer10 value)
Setter for property
reference . |
void |
setType(LogicalFileType value)
Setter for property
type . |
String |
toString()
Returns a string representation of the object.
|
public static final String PROP_ACCOUNT
account
.public static final String PROP_BANK
bank
.public static final String PROP_BANKDATA
bankData
.public static final String PROP_CREATEDATE
createDate
.public static final String PROP_CURRENCY
currency
.public static final String PROP_CUSTOMER
customer
.public static final String PROP_EXECUTIONDATE
executionDate
.public static final String PROP_REFERENCE
reference
.public static final String PROP_TYPE
type
.public Header()
Header
instance.public boolean equals(Object o)
public Kontonummer getAccount()
account
.public Bankleitzahl getBank()
bank
.public Bankleitzahl getBankData()
bankData
.public Date getCreateDate()
createDate
.public Currency getCurrency()
currency
.public AlphaNumericText27 getCustomer()
customer
.public Date getExecutionDate()
executionDate
.null
.public Referenznummer10 getReference()
reference
.null
.public LogicalFileType getType()
type
.public int hashCode()
public void setAccount(Kontonummer value)
account
.value
- Code of the account a logical file belongs to.public void setBank(Bankleitzahl value)
bank
.value
- Code of the bank a logical file belongs to.public void setBankData(Bankleitzahl value)
bankData
.value
- Bank internal data.public void setCreateDate(Date value)
createDate
.value
- Create date of a logical file.public void setCurrency(Currency value)
currency
.value
- Currency for a logical file.public void setCustomer(AlphaNumericText27 value)
customer
.value
- Name of the customer a logical file belongs to.public void setExecutionDate(Date value)
executionDate
.value
- Execution date of a logical file or null
.public void setReference(Referenznummer10 value)
reference
.value
- Reference code of a logical file or null
.public void setType(LogicalFileType value)
type
.value
- The type of a logical file.Copyright © 2005–2014 jDTAUS. All rights reserved.