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.
|
Columns |
getColumns()
Returns the value of field 'columns'.
|
String |
getName()
Returns the value of field 'name'.
|
String |
getRefreshSeconds()
Returns the value of field 'refreshSeconds'.
|
Rows |
getRows()
Returns the value of field 'rows'.
|
int |
hashCode()
Method hashCode.
|
void |
setColumns(Columns columns)
Sets the value of field 'columns'.
|
void |
setName(String name)
Sets the value of field 'name'.
|
void |
setRefreshSeconds(String refreshSeconds)
Sets the value of field 'refreshSeconds'.
|
void |
setRows(Rows rows)
Sets the value of field 'rows'.
|
public boolean equals(Object obj)
public Columns getColumns()
public String getName()
public String getRefreshSeconds()
public Rows getRows()
public int hashCode()
public void setColumns(Columns columns)
columns
- the value of field 'columns'.public void setName(String name)
name
- the value of field 'name'.public void setRefreshSeconds(String refreshSeconds)
refreshSeconds
- the value of field 'refreshSeconds'.public void setRows(Rows rows)
rows
- the value of field 'rows'.Copyright © 2017. All rights reserved.