public class PrimaryKeyWithTable extends Object
| Constructor and Description |
|---|
PrimaryKeyWithTable(String tableName,
PrimaryKey primaryKey) |
PrimaryKeyWithTable(String tableName,
PrimaryKey primaryKey,
RowQueryCriteria criteria) |
| Modifier and Type | Method and Description |
|---|---|
RowQueryCriteria |
getCriteria() |
PrimaryKey |
getPrimaryKey() |
String |
getTableName() |
void |
setCriteria(RowQueryCriteria criteria) |
void |
setPrimaryKey(PrimaryKey primaryKey) |
void |
setTableName(String tableName) |
public PrimaryKeyWithTable(String tableName, PrimaryKey primaryKey)
public PrimaryKeyWithTable(String tableName, PrimaryKey primaryKey, RowQueryCriteria criteria)
public String getTableName()
public void setTableName(String tableName)
public PrimaryKey getPrimaryKey()
public void setPrimaryKey(PrimaryKey primaryKey)
public RowQueryCriteria getCriteria()
public void setCriteria(RowQueryCriteria criteria)
Copyright © 2024. All Rights Reserved.