public class DfDecoMapPickup extends Object
| 修飾子とタイプ | フィールドと説明 |
|---|---|
static String |
DECO_MAP_KEY_DECOMAP |
static String |
DECO_MAP_KEY_TABLE_LIST |
static String |
DEFAULT_FORMAT_VERSION |
protected String |
formatVersion |
protected LocalDateTime |
pickupDatetime |
protected List<DfDecoMapTablePart> |
tableList |
| コンストラクタと説明 |
|---|
DfDecoMapPickup(List<DfDecoMapTablePart> tableList,
LocalDateTime pickupDatetime) |
DfDecoMapPickup(String formatVersion,
List<DfDecoMapTablePart> tableList,
LocalDateTime pickupDatetime) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Map<String,Object> |
convertToMap() |
String |
getFormatVersion() |
LocalDateTime |
getPickupDatetime() |
List<DfDecoMapTablePart> |
getTableList() |
String |
toString() |
protected final String formatVersion
protected final LocalDateTime pickupDatetime
protected final List<DfDecoMapTablePart> tableList
public DfDecoMapPickup(String formatVersion, List<DfDecoMapTablePart> tableList, LocalDateTime pickupDatetime)
public DfDecoMapPickup(List<DfDecoMapTablePart> tableList, LocalDateTime pickupDatetime)
public String getFormatVersion()
public LocalDateTime getPickupDatetime()
public List<DfDecoMapTablePart> getTableList()
Copyright © 2014–2021 The DBFlute Project. All rights reserved.