public static class MenuDefinition.Menu.Contents.Item extends Object implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="label-key" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="description-key" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="permission-key" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="action-key" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="version" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="separator" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
actionKey |
protected String |
descriptionKey |
protected String |
id |
protected String |
labelKey |
protected String |
permissionKey |
protected Boolean |
separator |
protected String |
version |
| Constructor and Description |
|---|
Item() |
| Modifier and Type | Method and Description |
|---|---|
String |
getActionKey()
Gets the value of the actionKey property.
|
String |
getDescriptionKey()
Gets the value of the descriptionKey property.
|
String |
getId()
Gets the value of the id property.
|
String |
getLabelKey()
Gets the value of the labelKey property.
|
String |
getPermissionKey()
Gets the value of the permissionKey property.
|
String |
getVersion()
Gets the value of the version property.
|
boolean |
isSeparator()
Gets the value of the separator property.
|
void |
setActionKey(String value)
Sets the value of the actionKey property.
|
void |
setDescriptionKey(String value)
Sets the value of the descriptionKey property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setLabelKey(String value)
Sets the value of the labelKey property.
|
void |
setPermissionKey(String value)
Sets the value of the permissionKey property.
|
void |
setSeparator(Boolean value)
Sets the value of the separator property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
protected String labelKey
protected String descriptionKey
protected String permissionKey
protected String actionKey
protected String version
protected String id
protected Boolean separator
public String getLabelKey()
Stringpublic void setLabelKey(String value)
value - allowed object is
Stringpublic String getDescriptionKey()
Stringpublic void setDescriptionKey(String value)
value - allowed object is
Stringpublic String getPermissionKey()
Stringpublic void setPermissionKey(String value)
value - allowed object is
Stringpublic String getActionKey()
Stringpublic void setActionKey(String value)
value - allowed object is
Stringpublic String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic void setId(String value)
value - allowed object is
Stringpublic boolean isSeparator()
Boolean