public class Metadata extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
COLUMN_ID
id field name
|
static String |
COLUMN_METADATA
metadata field name
|
static String |
COLUMN_MIME_TYPE
mimeType field name
|
static String |
COLUMN_SCOPE
scope field name
|
static String |
COLUMN_STANDARD_URI
standardUri field name
|
static String |
TABLE_NAME
Table name
|
| Constructor and Description |
|---|
Metadata()
Default Constructor
|
Metadata(Metadata meta)
Copy Constructor
|
| Modifier and Type | Method and Description |
|---|---|
long |
getId()
Get the id
|
String |
getMetadata()
Get the metadata
|
MetadataScopeType |
getMetadataScope()
Get the metadata scope
|
String |
getMetadataScopeName()
Get the metadata scope name
|
String |
getMimeType()
Get the MIME type
|
String |
getStandardUri()
Get the standard URI
|
void |
setId(long id)
Set the id
|
void |
setMetadata(String metadata)
Set the metadata
|
void |
setMetadataScope(MetadataScopeType metadataScope)
Set the metadata scope
|
void |
setMetadataScope(String metadataScope)
Set the metadata scope
|
void |
setMimeType(String mimeType)
Set the MIME type
|
void |
setStandardUri(String standardUri)
Set the standard URI
|
public static final String TABLE_NAME
public static final String COLUMN_ID
public static final String COLUMN_SCOPE
public static final String COLUMN_STANDARD_URI
public static final String COLUMN_MIME_TYPE
public static final String COLUMN_METADATA
public Metadata()
public Metadata(Metadata meta)
meta - metadata to copypublic long getId()
public void setId(long id)
id - idpublic MetadataScopeType getMetadataScope()
public void setMetadataScope(MetadataScopeType metadataScope)
metadataScope - metadata scope typepublic String getMetadataScopeName()
public void setMetadataScope(String metadataScope)
metadataScope - metadata scope namepublic String getStandardUri()
public void setStandardUri(String standardUri)
standardUri - standard URIpublic String getMimeType()
public void setMimeType(String mimeType)
mimeType - MIME typepublic String getMetadata()
public void setMetadata(String metadata)
metadata - metadataCopyright © 2020 National Geospatial-Intelligence Agency. All rights reserved.