public class View extends Object implements Serializable
| Constructor and Description |
|---|
View() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Overrides the Object.equals method.
|
String |
getColumnName()
Returns the value of field 'columnName'.
|
String |
getColumnType()
Returns the value of field 'columnType'.
|
String |
getColumnValue()
Returns the value of field 'columnValue'.
|
String |
getName()
Returns the value of field 'name'.
|
Rows |
getRows()
Returns the value of field 'rows'.
|
String |
getTableName()
Returns the value of field 'tableName'.
|
int |
hashCode()
Method hashCode.
|
void |
setColumnName(String columnName)
Sets the value of field 'columnName'.
|
void |
setColumnType(String columnType)
Sets the value of field 'columnType'.
|
void |
setColumnValue(String columnValue)
Sets the value of field 'columnValue'.
|
void |
setName(String name)
Sets the value of field 'name'.
|
void |
setRows(Rows rows)
Sets the value of field 'rows'.
|
void |
setTableName(String tableName)
Sets the value of field 'tableName'.
|
public boolean equals(Object obj)
public String getColumnName()
public String getColumnType()
public String getColumnValue()
public String getName()
public Rows getRows()
public String getTableName()
public int hashCode()
public void setColumnName(String columnName)
columnName - the value of field 'columnName'.public void setColumnType(String columnType)
columnType - the value of field 'columnType'.public void setColumnValue(String columnValue)
columnValue - the value of field 'columnValue'.public void setName(String name)
name - the value of field 'name'.public void setRows(Rows rows)
rows - the value of field 'rows'.public void setTableName(String tableName)
tableName - the value of field 'tableName'.Copyright © 2017. All rights reserved.