com.nhncorp.neptune.client.shell.delete
Class DeleteQuery
java.lang.Object
com.nhncorp.neptune.client.shell.delete.DeleteQuery
public class DeleteQuery
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeleteQuery
public DeleteQuery()
getRowKey
public Row.Key getRowKey()
- Returns:
- the rowKey
setRowKey
public void setRowKey(java.lang.String rowKey)
- Parameters:
rowKey - the rowKey to set
getTableName
public java.lang.String getTableName()
- Returns:
- the tableName
setTableName
public void setTableName(java.lang.String tableName)
- Parameters:
tableName - the tableName to set
getColumns
public java.util.List<java.lang.String[]> getColumns()
- Returns:
- the columns
addColumn
public void addColumn(java.lang.String columnName,
java.lang.String columnKey)