public class ViewInstanceDataEntityPK extends Object
Constructor and Description |
---|
ViewInstanceDataEntityPK() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getName()
Get the name of the data entry.
|
String |
getUser()
Get the associated user.
|
Long |
getViewInstanceId() |
int |
hashCode() |
void |
setName(String name)
Set the name of the data entry.
|
void |
setUser(String user)
Set the user.
|
void |
setViewInstanceId(Long viewInstanceId) |
public Long getViewInstanceId()
public void setViewInstanceId(Long viewInstanceId)
public String getName()
public void setName(String name)
name
- host group namepublic String getUser()
public void setUser(String user)
user
- the userCopyright © 2022 Apache Software Foundation. All rights reserved.