public class MetadataReference extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
COLUMN_COLUMN_NAME
columnName field name
|
static String |
COLUMN_FILE_ID
mdFileId field name
|
static String |
COLUMN_PARENT_ID
mdParentId field name
|
static String |
COLUMN_REFERENCE_SCOPE
referenceScope field name
|
static String |
COLUMN_ROW_ID_VALUE
rowIdValue field name
|
static String |
COLUMN_TABLE_NAME
tableName field name
|
static String |
COLUMN_TIMESTAMP
timestamp field name
|
static String |
TABLE_NAME
Table name
|
| Constructor and Description |
|---|
MetadataReference()
Default Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getColumnName() |
long |
getFileId() |
Metadata |
getMetadata() |
Long |
getParentId() |
Metadata |
getParentMetadata() |
ReferenceScopeType |
getReferenceScope() |
Long |
getRowIdValue() |
String |
getTableName() |
Date |
getTimestamp() |
void |
setColumnName(String columnName) |
void |
setMetadata(Metadata metadata) |
void |
setParentMetadata(Metadata parentMetadata) |
void |
setReferenceScope(ReferenceScopeType referenceScope) |
void |
setRowIdValue(Long rowIdValue) |
void |
setTableName(String tableName) |
void |
setTimestamp(Date timestamp) |
public static final String TABLE_NAME
public static final String COLUMN_REFERENCE_SCOPE
public static final String COLUMN_TABLE_NAME
public static final String COLUMN_COLUMN_NAME
public static final String COLUMN_ROW_ID_VALUE
public static final String COLUMN_TIMESTAMP
public static final String COLUMN_FILE_ID
public static final String COLUMN_PARENT_ID
public ReferenceScopeType getReferenceScope()
public void setReferenceScope(ReferenceScopeType referenceScope)
public String getTableName()
public void setTableName(String tableName)
public String getColumnName()
public void setColumnName(String columnName)
public Long getRowIdValue()
public void setRowIdValue(Long rowIdValue)
public Date getTimestamp()
public void setTimestamp(Date timestamp)
public Metadata getMetadata()
public void setMetadata(Metadata metadata)
public long getFileId()
public Metadata getParentMetadata()
public void setParentMetadata(Metadata parentMetadata)
public Long getParentId()
Copyright © 2016 National Geospatial-Intelligence Agency. All rights reserved.