@Entity public class ViewInstancePropertyEntity extends Object
Constructor and Description |
---|
ViewInstancePropertyEntity() |
Modifier and Type | Method and Description |
---|---|
String |
getName()
Get the property name.
|
String |
getValue()
Get the property value.
|
ViewInstanceEntity |
getViewInstanceEntity()
Get the parent instance entity.
|
String |
getViewInstanceName()
Get the view instance name.
|
String |
getViewName()
Get the view name.
|
void |
setName(String name)
Set the property name.
|
void |
setValue(String value)
Set the property value.
|
void |
setViewInstanceEntity(ViewInstanceEntity viewInstance)
Set the parent instance entity.
|
void |
setViewInstanceName(String viewInstanceName)
Set the view instance name.
|
void |
setViewName(String viewName)
Set the view name.
|
public String getViewName()
public void setViewName(String viewName)
viewName
- the view namepublic String getViewInstanceName()
public void setViewInstanceName(String viewInstanceName)
viewInstanceName
- the view instance namepublic String getName()
public void setName(String name)
name
- the property namepublic String getValue()
public void setValue(String value)
value
- the property valuepublic ViewInstanceEntity getViewInstanceEntity()
public void setViewInstanceEntity(ViewInstanceEntity viewInstance)
viewInstance
- the parent instance entityCopyright © 2022 Apache Software Foundation. All rights reserved.