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