public class Stylesheets extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
COLUMN_FORMAT |
static String |
COLUMN_ID |
static String |
COLUMN_STYLE_ID |
static String |
COLUMN_STYLESHEET |
static String |
TABLE_NAME |
| Constructor and Description |
|---|
Stylesheets() |
Stylesheets(long id,
long style_id,
String format,
byte[] stylesheet) |
| Modifier and Type | Method and Description |
|---|---|
String |
getFormat() |
long |
getId() |
long |
getStyle_id() |
Object |
getStylesheet() |
void |
resetId()
Reset the id so the row can be inserted as new
|
void |
setFormat(String format) |
void |
setId(long id) |
void |
setStyle_id(long style_id) |
void |
setStylesheet(byte[] stylesheet) |
public static final String TABLE_NAME
public static final String COLUMN_ID
public static final String COLUMN_STYLE_ID
public static final String COLUMN_FORMAT
public static final String COLUMN_STYLESHEET
public Stylesheets()
public Stylesheets(long id,
long style_id,
String format,
byte[] stylesheet)
public void resetId()
public long getId()
public void setId(long id)
public long getStyle_id()
public void setStyle_id(long style_id)
public String getFormat()
public void setFormat(String format)
public Object getStylesheet()
public void setStylesheet(byte[] stylesheet)
Copyright © 2021 National Geospatial-Intelligence Agency. All rights reserved.