Package org.geotools.geopkg
Class GeoPkgMetadataReference
- Object
-
- GeoPkgMetadataReference
-
public class GeoPkgMetadataReference extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GeoPkgMetadataReference.Scope
Scope 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 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()
-
-
-
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)
-
-