@Entity public class WidgetLayoutEntity extends Object
Constructor and Description |
---|
WidgetLayoutEntity() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
ClusterEntity |
getClusterEntity() |
Long |
getClusterId() |
String |
getDisplayName() |
Long |
getId() |
String |
getLayoutName() |
List<WidgetLayoutUserWidgetEntity> |
getListWidgetLayoutUserWidgetEntity() |
String |
getScope() |
String |
getSectionName() |
String |
getUserName() |
int |
hashCode() |
void |
setClusterEntity(ClusterEntity clusterEntity) |
void |
setClusterId(Long clusterId) |
void |
setDisplayName(String displayName) |
void |
setId(Long id) |
void |
setLayoutName(String layoutName) |
void |
setListWidgetLayoutUserWidgetEntity(List<WidgetLayoutUserWidgetEntity> listWidgetLayoutUserWidgetEntity) |
void |
setScope(String scope) |
void |
setSectionName(String sectionName) |
void |
setUserName(String userName) |
public Long getId()
public void setId(Long id)
public String getLayoutName()
public void setLayoutName(String layoutName)
public String getSectionName()
public void setSectionName(String sectionName)
public String getUserName()
public void setUserName(String userName)
public String getScope()
public void setScope(String scope)
public String getDisplayName()
public void setDisplayName(String displayName)
public Long getClusterId()
public void setClusterId(Long clusterId)
public ClusterEntity getClusterEntity()
public void setClusterEntity(ClusterEntity clusterEntity)
public List<WidgetLayoutUserWidgetEntity> getListWidgetLayoutUserWidgetEntity()
public void setListWidgetLayoutUserWidgetEntity(List<WidgetLayoutUserWidgetEntity> listWidgetLayoutUserWidgetEntity)
Copyright © 2022 Apache Software Foundation. All rights reserved.