protected class SimpleMenu.UnresolvedItem extends Object
Modifier and Type | Field and Description |
---|---|
private String |
_itemId |
private boolean |
_local |
private boolean |
_primary |
Constructor and Description |
---|
UnresolvedItem(String id,
boolean local)
Constructor
|
UnresolvedItem(String id,
boolean local,
boolean primary)
Constructor
|
Modifier and Type | Method and Description |
---|---|
String |
getId()
Get the item id
|
boolean |
isLocalItem()
Return true if it is a local item
|
boolean |
isPrimary()
Return true if it is a primary item
|
public UnresolvedItem(String id, boolean local)
id
- The item idlocal
- true if it is a local itempublic UnresolvedItem(String id, boolean local, boolean primary)
id
- The item idlocal
- true if it is a local itemprimary
- true if it is a primary itempublic boolean isLocalItem()
public boolean isPrimary()