public class ViewInfo extends Object implements Serializable
Constructor and Description |
---|
ViewInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getViewComments()
Returns the value of field 'viewComments'.
|
String |
getViewName()
Returns the value of field 'viewName'.
|
String |
getViewTitle()
Returns the value of field 'viewTitle'.
|
void |
setViewComments(String viewComments)
Sets the value of field 'viewComments'.
|
void |
setViewName(String viewName)
Sets the value of field 'viewName'.
|
void |
setViewTitle(String viewTitle)
Sets the value of field 'viewTitle'.
|
public String getViewComments()
public String getViewName()
public String getViewTitle()
public void setViewComments(String viewComments)
viewComments
- the value of field 'viewComments'.public void setViewName(String viewName)
viewName
- the value of field 'viewName'.public void setViewTitle(String viewTitle)
viewTitle
- the value of field 'viewTitle'.Copyright © 2021. All rights reserved.