public class ViewParameterEntityPK extends Object
Constructor and Description |
---|
ViewParameterEntityPK() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getName()
Get the name of the parameter.
|
String |
getViewName()
Get the name of the associated view.
|
int |
hashCode() |
void |
setName(String name)
Set the name of the parameter.
|
void |
setViewName(String viewName)
Set the name of the associated view.
|
public String getViewName()
public void setViewName(String viewName)
viewName
- view namepublic String getName()
public void setName(String name)
name
- parameter nameCopyright © 2022 Apache Software Foundation. All rights reserved.