@Entity public class Navimain extends Object implements IDataProviderEntity
Constructor and Description |
---|
Navimain() |
Modifier and Type | Method and Description |
---|---|
String |
getAction() |
String |
getComment() |
Long |
getGlobalId() |
String |
getIcon() |
Long |
getId() |
Date |
getInserted() |
Boolean |
getIsleaf() |
Boolean |
getIsopen() |
Long |
getLabelId() |
Long |
getLevelId() |
String |
getName() |
Integer |
getNaviorder() |
String |
getParams() |
Long |
getTooltipLabelId() |
Date |
getUpdated() |
boolean |
isDeleted() |
void |
setAction(String action) |
void |
setComment(String comment) |
void |
setDeleted(boolean deleted) |
void |
setGlobalId(Long globalId) |
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 |
setName(String name) |
void |
setNaviorder(Integer naviorder) |
void |
setParams(String params) |
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 Long getLevelId()
public void setLevelId(Long levelId)
public Long getGlobalId()
public void setGlobalId(Long globalId)
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 getLabelId()
public void setLabelId(Long labelId)
public Long getTooltipLabelId()
public void setTooltipLabelId(Long tooltipLabelId)
public String getParams()
public void setParams(String params)
Copyright © 2012–2016 Apache Software Foundation. All rights reserved.