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