@Entity public class ViewInstanceDataEntity extends Object
Constructor and Description |
---|
ViewInstanceDataEntity() |
Modifier and Type | Method and Description |
---|---|
String |
getName()
Get the data key.
|
String |
getUser()
Get the user.
|
String |
getValue()
Get the data value.
|
ViewInstanceEntity |
getViewInstanceEntity()
Get the view instance.
|
Long |
getViewInstanceId() |
String |
getViewInstanceName()
Get the instance name.
|
String |
getViewName()
Get the view name.
|
void |
setName(String name)
Set the data key.
|
void |
setUser(String user)
Set the user.
|
void |
setValue(String value)
Set the data value.
|
void |
setViewInstanceEntity(ViewInstanceEntity viewInstance)
Set the view instance
|
void |
setViewInstanceId(Long viewInstanceId) |
void |
setViewInstanceName(String viewInstanceName)
Set the instance name.
|
void |
setViewName(String viewName)
Set the view name.
|
public Long getViewInstanceId()
public void setViewInstanceId(Long viewInstanceId)
public String getViewName()
public void setViewName(String viewName)
viewName
- the view namepublic String getViewInstanceName()
public void setViewInstanceName(String viewInstanceName)
viewInstanceName
- the instance namepublic String getName()
public void setName(String name)
name
- the data keypublic String getUser()
public void setUser(String user)
user
- the userpublic String getValue()
public void setValue(String value)
value
- the data valuepublic ViewInstanceEntity getViewInstanceEntity()
public void setViewInstanceEntity(ViewInstanceEntity viewInstance)
viewInstance
- the view instanceCopyright © 2022 Apache Software Foundation. All rights reserved.