public class Header extends Object
| Constructor and Description |
|---|
Header(Long number,
String source,
Date creationDate) |
| Modifier and Type | Method and Description |
|---|---|
Date |
getCreationDate()
Return the date at which the record has been read.
|
Long |
getNumber()
Return the physical record number in the data source (if defined).
|
String |
getSource()
Return the data source name from which this record has been read.
|
String |
toString() |
public Long getNumber()
public String getSource()
public Date getCreationDate()
Copyright © 2015. All Rights Reserved.