public class SimpleItem extends Object
| Constructor and Description |
|---|
SimpleItem(boolean group,
String id,
net.thevpc.common.i18n.Str name,
String icon,
int preferredOrder) |
SimpleItem(String id,
net.thevpc.common.i18n.Str name) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getIcon() |
String |
getId() |
net.thevpc.common.i18n.Str |
getName() |
int |
getPreferredOrder() |
int |
hashCode() |
boolean |
isGroup() |
void |
setId(String id) |
void |
setName(net.thevpc.common.i18n.Str name) |
String |
toString() |
public SimpleItem(String id, net.thevpc.common.i18n.Str name)
public int getPreferredOrder()
public String getIcon()
public String getId()
public void setId(String id)
public net.thevpc.common.i18n.Str getName()
public boolean isGroup()
public void setName(net.thevpc.common.i18n.Str name)
Copyright © 2021 vpc open source initiative. All rights reserved.