public class FunctionalityItem extends Object implements Serializable
| Constructor and Description |
|---|
FunctionalityItem() |
FunctionalityItem(FunctionalityItem[] childs,
String description,
int id,
boolean mandatory,
String name,
ResourceDescriptionItem[] selectableResourcesDescription,
boolean selected) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
FunctionalityItem[] |
getChilds()
Gets the childs value for this FunctionalityItem.
|
FunctionalityItem |
getChilds(int i) |
String |
getDescription()
Gets the description value for this FunctionalityItem.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
int |
getId()
Gets the id value for this FunctionalityItem.
|
String |
getName()
Gets the name value for this FunctionalityItem.
|
ResourceDescriptionItem[] |
getSelectableResourcesDescription()
Gets the selectableResourcesDescription value for this FunctionalityItem.
|
ResourceDescriptionItem |
getSelectableResourcesDescription(int i) |
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
boolean |
isMandatory()
Gets the mandatory value for this FunctionalityItem.
|
boolean |
isSelected()
Gets the selected value for this FunctionalityItem.
|
void |
setChilds(FunctionalityItem[] childs)
Sets the childs value for this FunctionalityItem.
|
void |
setChilds(int i,
FunctionalityItem _value) |
void |
setDescription(String description)
Sets the description value for this FunctionalityItem.
|
void |
setId(int id)
Sets the id value for this FunctionalityItem.
|
void |
setMandatory(boolean mandatory)
Sets the mandatory value for this FunctionalityItem.
|
void |
setName(String name)
Sets the name value for this FunctionalityItem.
|
void |
setSelectableResourcesDescription(int i,
ResourceDescriptionItem _value) |
void |
setSelectableResourcesDescription(ResourceDescriptionItem[] selectableResourcesDescription)
Sets the selectableResourcesDescription value for this FunctionalityItem.
|
void |
setSelected(boolean selected)
Sets the selected value for this FunctionalityItem.
|
public FunctionalityItem()
public FunctionalityItem(FunctionalityItem[] childs, String description, int id, boolean mandatory, String name, ResourceDescriptionItem[] selectableResourcesDescription, boolean selected)
public int getId()
public void setId(int id)
id - public String getName()
public void setName(String name)
name - public String getDescription()
public void setDescription(String description)
description - public boolean isMandatory()
public void setMandatory(boolean mandatory)
mandatory - public boolean isSelected()
public void setSelected(boolean selected)
selected - public ResourceDescriptionItem[] getSelectableResourcesDescription()
public void setSelectableResourcesDescription(ResourceDescriptionItem[] selectableResourcesDescription)
selectableResourcesDescription - public ResourceDescriptionItem getSelectableResourcesDescription(int i)
public void setSelectableResourcesDescription(int i,
ResourceDescriptionItem _value)
public FunctionalityItem[] getChilds()
public void setChilds(FunctionalityItem[] childs)
childs - public FunctionalityItem getChilds(int i)
public void setChilds(int i,
FunctionalityItem _value)
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2019. All Rights Reserved.