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()
String
public void setLabelKey(String value)
value
- allowed object is
String
public String getDescriptionKey()
String
public void setDescriptionKey(String value)
value
- allowed object is
String
public String getPermissionKey()
String
public void setPermissionKey(String value)
value
- allowed object is
String
public String getActionKey()
String
public void setActionKey(String value)
value
- allowed object is
String
public String getVersion()
String
public void setVersion(String value)
value
- allowed object is
String
public void setId(String value)
value
- allowed object is
String
public boolean isSeparator()
Boolean