public class ResourceItem extends Object implements Serializable
| Constructor and Description |
|---|
ResourceItem() |
ResourceItem(String description,
String id,
String name,
boolean selected) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDescription()
Gets the description value for this ResourceItem.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String |
getId()
Gets the id value for this ResourceItem.
|
String |
getName()
Gets the name value for this ResourceItem.
|
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 |
isSelected()
Gets the selected value for this ResourceItem.
|
void |
setDescription(String description)
Sets the description value for this ResourceItem.
|
void |
setId(String id)
Sets the id value for this ResourceItem.
|
void |
setName(String name)
Sets the name value for this ResourceItem.
|
void |
setSelected(boolean selected)
Sets the selected value for this ResourceItem.
|
public String getId()
public void setId(String id)
id - public String getName()
public void setName(String name)
name - public String getDescription()
public void setDescription(String description)
description - public boolean isSelected()
public void setSelected(boolean selected)
selected - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2014. All Rights Reserved.