@Entity public class RowCount extends Object
| Constructor and Description |
|---|
RowCount() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Long |
getPk() |
String |
getTableName() |
Long |
getTotalRows() |
int |
hashCode() |
void |
setPk(Long pk) |
void |
setTableName(String tableName) |
void |
setTotalRows(Long totalRows)
Sets the number of rows.
|
String |
toString() |
public Long getTotalRows()
public void setTotalRows(Long totalRows)
totalRows - the new number of rows.public String getTableName()
public void setTableName(String tableName)
tableName - The new table name.public Long getPk()
public void setPk(Long pk)
pk - the new primary key.Copyright © 2015 Collaborative Software Development Laboratory. All rights reserved.