Package org.geotools.geopkg
Class GeoPkgMetadataReference
Object
GeoPkgMetadataReference
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
Scope of the metadata reference -
Constructor Summary
ConstructorsConstructorDescriptionGeoPkgMetadataReference
(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
Modifier and TypeMethodDescriptionboolean
getId()
getRowId()
getScope()
getTable()
int
hashCode()
void
void
void
setMetadata
(GeoPkgMetadata metadata) void
setMetadataParent
(GeoPkgMetadata metadataParent) void
void
void
void
setTimestamp
(Date timestamp) toString()
-
Constructor Details
-
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 Details
-
getId
-
setId
-
getScope
-
setScope
-
getTable
-
setTable
-
getColumn
-
setColumn
-
getRowId
-
setRowId
-
getTimestamp
-
setTimestamp
-
getMetadata
-
setMetadata
-
getMetadataParent
-
setMetadataParent
-
toString
-
equals
-
hashCode
public int hashCode()
-