Package org.geotools.geopkg
Class GeoPkgMetadataReference
- Object
-
- GeoPkgMetadataReference
-
public class GeoPkgMetadataReference extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGeoPkgMetadataReference.ScopeScope of the metadata reference
-
Constructor Summary
Constructors Constructor Description GeoPkgMetadataReference(Long id, GeoPkgMetadataReference.Scope scope, String table, String column, Long rowId, Date timestamp, GeoPkgMetadata metadata, GeoPkgMetadata metadataParent)GeoPkgMetadataReference(GeoPkgMetadataReference.Scope scope, String table, String column, Long rowId, Date timestamp, GeoPkgMetadata metadata, GeoPkgMetadata metadataParent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetColumn()LonggetId()GeoPkgMetadatagetMetadata()GeoPkgMetadatagetMetadataParent()LonggetRowId()GeoPkgMetadataReference.ScopegetScope()StringgetTable()DategetTimestamp()inthashCode()voidsetColumn(String column)voidsetId(Long id)voidsetMetadata(GeoPkgMetadata metadata)voidsetMetadataParent(GeoPkgMetadata metadataParent)voidsetRowId(Long rowId)voidsetScope(GeoPkgMetadataReference.Scope scope)voidsetTable(String table)voidsetTimestamp(Date timestamp)StringtoString()
-
-
-
Constructor Detail
-
GeoPkgMetadataReference
public GeoPkgMetadataReference(Long id, GeoPkgMetadataReference.Scope scope, String table, String column, Long rowId, Date timestamp, GeoPkgMetadata metadata, GeoPkgMetadata metadataParent)
-
GeoPkgMetadataReference
public GeoPkgMetadataReference(GeoPkgMetadataReference.Scope scope, String table, String column, Long rowId, Date timestamp, GeoPkgMetadata metadata, GeoPkgMetadata metadataParent)
-
-
Method Detail
-
getId
public Long getId()
-
setId
public void setId(Long id)
-
getScope
public GeoPkgMetadataReference.Scope getScope()
-
setScope
public void setScope(GeoPkgMetadataReference.Scope scope)
-
getTable
public String getTable()
-
setTable
public void setTable(String table)
-
getColumn
public String getColumn()
-
setColumn
public void setColumn(String column)
-
getRowId
public Long getRowId()
-
setRowId
public void setRowId(Long rowId)
-
getTimestamp
public Date getTimestamp()
-
setTimestamp
public void setTimestamp(Date timestamp)
-
getMetadata
public GeoPkgMetadata getMetadata()
-
setMetadata
public void setMetadata(GeoPkgMetadata metadata)
-
getMetadataParent
public GeoPkgMetadata getMetadataParent()
-
setMetadataParent
public void setMetadataParent(GeoPkgMetadata metadataParent)
-
-