@Entity public class ViewEntityEntity extends Object
Constructor and Description |
---|
ViewEntityEntity() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getClassName()
Get the entity class name.
|
Long |
getId() |
String |
getIdProperty()
Get the id property.
|
ViewInstanceEntity |
getViewInstance() |
String |
getViewInstanceName() |
String |
getViewName()
Get the view name.
|
int |
hashCode() |
void |
setClassName(String name)
Set the entity class name.
|
void |
setId(Long id) |
void |
setIdProperty(String idProperty)
Set the id property.
|
void |
setViewInstance(ViewInstanceEntity viewInstance) |
void |
setViewInstanceName(String viewInstanceName) |
void |
setViewName(String viewName)
Set the view name
|
public Long getId()
public void setId(Long id)
public String getViewName()
public void setViewName(String viewName)
viewName
- the view namepublic String getViewInstanceName()
public void setViewInstanceName(String viewInstanceName)
public String getClassName()
public void setClassName(String name)
name
- the entity class namepublic String getIdProperty()
public void setIdProperty(String idProperty)
idProperty
- the id propertypublic ViewInstanceEntity getViewInstance()
public void setViewInstance(ViewInstanceEntity viewInstance)
Copyright © 2022 Apache Software Foundation. All rights reserved.