@Entity public class Naviglobal extends Object implements IDataProviderEntity
Constructor and Description |
---|
Naviglobal() |
Modifier and Type | Method and Description |
---|---|
String |
getAction() |
String |
getComment() |
String |
getIcon() |
Long |
getId() |
Date |
getInserted() |
Boolean |
getIsleaf() |
Boolean |
getIsopen() |
Long |
getLabelId() |
Long |
getLevelId() |
List<Navimain> |
getMainnavi() |
String |
getName() |
Integer |
getNaviorder() |
Long |
getTooltipLabelId() |
Date |
getUpdated() |
boolean |
isDeleted() |
void |
setAction(String action) |
void |
setComment(String comment) |
void |
setDeleted(boolean deleted) |
void |
setIcon(String icon) |
void |
setId(Long id) |
void |
setInserted(Date inserted) |
void |
setIsleaf(Boolean isleaf) |
void |
setIsopen(Boolean isopen) |
void |
setLabelId(Long labelId) |
void |
setLevelId(Long levelId) |
void |
setMainnavi(List<Navimain> mainnavi) |
void |
setName(String name) |
void |
setNaviorder(Integer naviorder) |
void |
setTooltipLabelId(Long tooltipLabelId) |
void |
setUpdated(Date updated) |
String |
toString() |
public Long getId()
getId
in interface IDataProviderEntity
public void setId(Long id)
setId
in interface IDataProviderEntity
public String getAction()
public void setAction(String action)
public String getComment()
public void setComment(String comment)
public String getIcon()
public void setIcon(String icon)
public Boolean getIsleaf()
public void setIsleaf(Boolean isleaf)
public Boolean getIsopen()
public void setIsopen(Boolean isopen)
public Date getInserted()
public void setInserted(Date inserted)
public Date getUpdated()
public void setUpdated(Date updated)
public boolean isDeleted()
public void setDeleted(boolean deleted)
public String getName()
public void setName(String name)
public Integer getNaviorder()
public void setNaviorder(Integer naviorder)
public Long getLevelId()
public void setLevelId(Long levelId)
public Long getLabelId()
public void setLabelId(Long labelId)
public Long getTooltipLabelId()
public void setTooltipLabelId(Long tooltipLabelId)
Copyright © 2012–2016 Apache Software Foundation. All rights reserved.