public class ContentsId extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
COLUMN_ID
id field name
|
static String |
COLUMN_TABLE_NAME
tableName field name
|
static String |
TABLE_NAME
Table name
|
| Constructor and Description |
|---|
ContentsId()
Default Constructor
|
ContentsId(ContentsId contentsId)
Copy Constructor
|
| Modifier and Type | Method and Description |
|---|---|
Contents |
getContents()
Get the contents
|
long |
getId()
Get the id
|
String |
getTableName()
Get the table name
|
void |
setContents(Contents contents)
Set the contents
|
void |
setId(long id)
Set the id
|
public static final String TABLE_NAME
public static final String COLUMN_ID
public static final String COLUMN_TABLE_NAME
public ContentsId()
public ContentsId(ContentsId contentsId)
contentsId - contents id to copypublic long getId()
public void setId(long id)
id - idpublic Contents getContents()
public void setContents(Contents contents)
contents - contentspublic String getTableName()
Copyright © 2019 National Geospatial-Intelligence Agency. All rights reserved.