@Entity public abstract class InfoListItem extends Object
| Constructor and Description |
|---|
InfoListItem() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCode() |
String |
getIconName() |
Long |
getId() |
InfoList |
getInfoList() |
String |
getLabel() |
boolean |
isDefault() |
boolean |
references(Object other)
tests equality-by-code
|
void |
setCode(String code) |
void |
setDefault(boolean isDefault) |
void |
setIconName(String iconName) |
void |
setInfoList(InfoList infoList) |
void |
setLabel(String label) |
public static final String NO_ICON
public InfoList getInfoList()
public void setInfoList(InfoList infoList)
public String getLabel()
public void setLabel(String label)
public String getCode()
public void setCode(String code)
public boolean isDefault()
public void setDefault(boolean isDefault)
public String getIconName()
public void setIconName(String iconName)
public Long getId()
public boolean references(Object other)
other - Copyright © 2010–2016 Henix, henix.fr. All rights reserved.