public class DescribeTab extends Object implements Serializable
Constructor and Description |
---|
DescribeTab() |
DescribeTab(boolean custom,
String iconUrl,
String label,
String miniIconUrl,
String sobjectName,
String url) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String |
getIconUrl()
Gets the iconUrl value for this DescribeTab.
|
String |
getLabel()
Gets the label value for this DescribeTab.
|
String |
getMiniIconUrl()
Gets the miniIconUrl value for this DescribeTab.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
String |
getSobjectName()
Gets the sobjectName value for this DescribeTab.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
String |
getUrl()
Gets the url value for this DescribeTab.
|
int |
hashCode() |
boolean |
isCustom()
Gets the custom value for this DescribeTab.
|
void |
setCustom(boolean custom)
Sets the custom value for this DescribeTab.
|
void |
setIconUrl(String iconUrl)
Sets the iconUrl value for this DescribeTab.
|
void |
setLabel(String label)
Sets the label value for this DescribeTab.
|
void |
setMiniIconUrl(String miniIconUrl)
Sets the miniIconUrl value for this DescribeTab.
|
void |
setSobjectName(String sobjectName)
Sets the sobjectName value for this DescribeTab.
|
void |
setUrl(String url)
Sets the url value for this DescribeTab.
|
public boolean isCustom()
public void setCustom(boolean custom)
custom
- public String getIconUrl()
public void setIconUrl(String iconUrl)
iconUrl
- public String getLabel()
public void setLabel(String label)
label
- public String getMiniIconUrl()
public void setMiniIconUrl(String miniIconUrl)
miniIconUrl
- public String getSobjectName()
public void setSobjectName(String sobjectName)
sobjectName
- public String getUrl()
public void setUrl(String url)
url
- 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.