public class SymbolContent extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
COLUMN_CONTENT |
static String |
COLUMN_FORMAT |
static String |
COLUMN_ID |
static String |
TABLE_NAME |
| Constructor and Description |
|---|
SymbolContent() |
SymbolContent(long id,
String format,
byte[] content) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getContent() |
String |
getFormat() |
long |
getId() |
void |
resetId()
Reset the id so the row can be inserted as new
|
void |
setContent(byte[] content) |
void |
setFormat(String format) |
void |
setId(long id) |
public static final String TABLE_NAME
public static final String COLUMN_ID
public static final String COLUMN_FORMAT
public static final String COLUMN_CONTENT
public SymbolContent()
public SymbolContent(long id,
String format,
byte[] content)
public void resetId()
public long getId()
public void setId(long id)
public String getFormat()
public void setFormat(String format)
public byte[] getContent()
public void setContent(byte[] content)
Copyright © 2021 National Geospatial-Intelligence Agency. All rights reserved.