public class Styles extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
COLUMN_DESCRIPTION |
static String |
COLUMN_ID |
static String |
COLUMN_STYLE |
static String |
COLUMN_URI |
static String |
TABLE_NAME |
| Constructor and Description |
|---|
Styles() |
Styles(long id,
String style,
String description,
String uri) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
long |
getId() |
String |
getStyle() |
String |
getUri() |
void |
resetId()
Reset the id so the row can be inserted as new
|
void |
setDescription(String description) |
void |
setId(long id) |
void |
setStyle(String style) |
void |
setUri(String uri) |
public static final String TABLE_NAME
public static final String COLUMN_ID
public static final String COLUMN_STYLE
public static final String COLUMN_DESCRIPTION
public static final String COLUMN_URI
public void resetId()
public long getId()
public void setId(long id)
public String getStyle()
public void setStyle(String style)
public String getDescription()
public void setDescription(String description)
public String getUri()
public void setUri(String uri)
Copyright © 2021 National Geospatial-Intelligence Agency. All rights reserved.