public class GeoPkgMetadataReference extends Object
Modifier and Type | Class and Description |
---|---|
static class |
GeoPkgMetadataReference.Scope
Scope of the metadata reference
|
Constructor and Description |
---|
GeoPkgMetadataReference(GeoPkgMetadataReference.Scope scope,
String table,
String column,
Long rowId,
Date timestamp,
GeoPkgMetadata metadata,
GeoPkgMetadata metadataParent) |
GeoPkgMetadataReference(Long id,
GeoPkgMetadataReference.Scope scope,
String table,
String column,
Long rowId,
Date timestamp,
GeoPkgMetadata metadata,
GeoPkgMetadata metadataParent) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getColumn() |
Long |
getId() |
GeoPkgMetadata |
getMetadata() |
GeoPkgMetadata |
getMetadataParent() |
Long |
getRowId() |
GeoPkgMetadataReference.Scope |
getScope() |
String |
getTable() |
Date |
getTimestamp() |
int |
hashCode() |
void |
setColumn(String column) |
void |
setId(Long id) |
void |
setMetadata(GeoPkgMetadata metadata) |
void |
setMetadataParent(GeoPkgMetadata metadataParent) |
void |
setRowId(Long rowId) |
void |
setScope(GeoPkgMetadataReference.Scope scope) |
void |
setTable(String table) |
void |
setTimestamp(Date timestamp) |
String |
toString() |
public GeoPkgMetadataReference(Long id, GeoPkgMetadataReference.Scope scope, String table, String column, Long rowId, Date timestamp, GeoPkgMetadata metadata, GeoPkgMetadata metadataParent)
public GeoPkgMetadataReference(GeoPkgMetadataReference.Scope scope, String table, String column, Long rowId, Date timestamp, GeoPkgMetadata metadata, GeoPkgMetadata metadataParent)
public Long getId()
public void setId(Long id)
public GeoPkgMetadataReference.Scope getScope()
public void setScope(GeoPkgMetadataReference.Scope scope)
public String getTable()
public void setTable(String table)
public String getColumn()
public void setColumn(String column)
public Long getRowId()
public void setRowId(Long rowId)
public Date getTimestamp()
public void setTimestamp(Date timestamp)
public GeoPkgMetadata getMetadata()
public void setMetadata(GeoPkgMetadata metadata)
public GeoPkgMetadata getMetadataParent()
public void setMetadataParent(GeoPkgMetadata metadataParent)
Copyright © 1996–2021 Geotools. All rights reserved.