public class _EppdevIndex extends BasicEntity
| Modifier and Type | Field and Description |
|---|---|
static String |
COLUMN_COLUMN_NAMES_ |
static String |
COLUMN_COLUMN_NAMES_ASC_ |
static String |
COLUMN_COLUMN_NAMES_DESC_ |
static String |
COLUMN_INDEX_NAME_ |
static String |
COLUMN_INDEX_NAME_ASC_ |
static String |
COLUMN_INDEX_NAME_DESC_ |
static String |
COLUMN_TABLE_ID_ |
static String |
COLUMN_TABLE_ID_ASC_ |
static String |
COLUMN_TABLE_ID_DESC_ |
private String |
columnNames |
private String |
indexName |
private String |
tableId |
COLUMN_CREATE_BY_, COLUMN_CREATE_DATE_, COLUMN_CREATE_DATE_DESC_, COLUMN_DEL_FLAG_, COLUMN_ID_, COLUMN_ID_DESC_, COLUMN_REMARKS_, COLUMN_UPDATE_BY_, COLUMN_UPDATE_DATE_, COLUMN_UPDATE_DATE_DESC_| Constructor and Description |
|---|
_EppdevIndex() |
| Modifier and Type | Method and Description |
|---|---|
String |
getColumnNames() |
String |
getIndexName() |
String |
getTableId() |
void |
setColumnNames(String columnNames) |
void |
setIndexName(String indexName) |
void |
setTableId(String tableId) |
getCreateBy, getCreateDate, getDelFlag, getId, getRemarks, getUpdateBy, getUpdateDate, setCreateBy, setCreateDate, setDelFlag, setId, setRemarks, setUpdateBy, setUpdateDate, toStringpublic static final String COLUMN_TABLE_ID_
public static final String COLUMN_TABLE_ID_ASC_
public static final String COLUMN_TABLE_ID_DESC_
public static final String COLUMN_INDEX_NAME_
public static final String COLUMN_INDEX_NAME_ASC_
public static final String COLUMN_INDEX_NAME_DESC_
public static final String COLUMN_COLUMN_NAMES_
public static final String COLUMN_COLUMN_NAMES_ASC_
public static final String COLUMN_COLUMN_NAMES_DESC_
private String tableId
private String indexName
private String columnNames
public String getTableId()
public String getIndexName()
public String getColumnNames()
public void setTableId(String tableId)
public void setIndexName(String indexName)
public void setColumnNames(String columnNames)
Copyright © 2019. All rights reserved.