public class ViewResourceEntityPK extends Object
Constructor and Description |
---|
ViewResourceEntityPK() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getName()
Get the name of the resource.
|
String |
getViewName()
Get the name of the associated view.
|
int |
hashCode() |
void |
setName(String name)
Set the name of the resource.
|
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
- resource nameCopyright © 2022 Apache Software Foundation. All rights reserved.