@Entity public class WidgetLayoutUserWidgetEntity extends Object
Constructor and Description |
---|
WidgetLayoutUserWidgetEntity() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Long |
getUserWidgetId() |
WidgetEntity |
getWidget() |
WidgetLayoutEntity |
getWidgetLayout() |
Long |
getWidgetLayoutId() |
Integer |
getWidgetOrder() |
int |
hashCode() |
void |
setUserWidgetId(Long userWidgetId) |
void |
setWidget(WidgetEntity widget) |
void |
setWidgetLayout(WidgetLayoutEntity widgetLayout) |
void |
setWidgetLayoutId(Long widgetLayoutId) |
void |
setWidgetOrder(Integer widgetOrder) |
public Long getWidgetLayoutId()
public void setWidgetLayoutId(Long widgetLayoutId)
public Long getUserWidgetId()
public void setUserWidgetId(Long userWidgetId)
public WidgetLayoutEntity getWidgetLayout()
public void setWidgetLayout(WidgetLayoutEntity widgetLayout)
public WidgetEntity getWidget()
public void setWidget(WidgetEntity widget)
public Integer getWidgetOrder()
public void setWidgetOrder(Integer widgetOrder)
Copyright © 2022 Apache Software Foundation. All rights reserved.