Class Header
java.lang.Object
org.apache.camel.quarkus.component.beanio.it.model.Header
- All Implemented Interfaces:
org.apache.camel.dataformat.beanio.BeanIOHeader
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidsetHeaderDate(Date headerDate) voidsetIdentifier(String identifier) voidsetRecordType(String recordType) toString()
-
Field Details
-
Constructor Details
-
Header
public Header() -
Header
-
-
Method Details
-
hashCode
public int hashCode() -
equals
-
toString
-
getIdentifier
- Returns:
- the identifier
-
setIdentifier
- Parameters:
identifier- the identifier to set
-
getHeaderDate
- Returns:
- the headerDate
-
setHeaderDate
- Parameters:
headerDate- the headerDate to set
-
getRecordType
- Returns:
- the recordType
-
setRecordType
- Parameters:
recordType- the recordType to set
-
getHeaders
- Specified by:
getHeadersin interfaceorg.apache.camel.dataformat.beanio.BeanIOHeader
-