Package com.sforce.soap.partner
Interface IDescribeTab
-
- All Known Implementing Classes:
DescribeTab
public interface IDescribeTabThis is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IDescribeColor[]getColors()element : colors of type {urn:partner.soap.sforce.com}DescribeColor java type: com.sforce.soap.partner.DescribeColor[]booleangetCustom()element : custom of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanIDescribeIcon[]getIcons()element : icons of type {urn:partner.soap.sforce.com}DescribeIcon java type: com.sforce.soap.partner.DescribeIcon[]StringgetIconUrl()element : iconUrl of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringStringgetLabel()element : label of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringStringgetMiniIconUrl()element : miniIconUrl of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringStringgetName()element : name of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringStringgetSobjectName()element : sobjectName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringStringgetUrl()element : url of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringbooleanisCustom()voidsetColors(IDescribeColor[] colors)voidsetCustom(boolean custom)voidsetIcons(IDescribeIcon[] icons)voidsetIconUrl(String iconUrl)voidsetLabel(String label)voidsetMiniIconUrl(String miniIconUrl)voidsetName(String name)voidsetSobjectName(String sobjectName)voidsetUrl(String url)
-
-
-
Method Detail
-
getColors
IDescribeColor[] getColors()
element : colors of type {urn:partner.soap.sforce.com}DescribeColor java type: com.sforce.soap.partner.DescribeColor[]
-
setColors
void setColors(IDescribeColor[] colors)
-
getCustom
boolean getCustom()
element : custom of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
-
isCustom
boolean isCustom()
-
setCustom
void setCustom(boolean custom)
-
getIconUrl
String getIconUrl()
element : iconUrl of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setIconUrl
void setIconUrl(String iconUrl)
-
getIcons
IDescribeIcon[] getIcons()
element : icons of type {urn:partner.soap.sforce.com}DescribeIcon java type: com.sforce.soap.partner.DescribeIcon[]
-
setIcons
void setIcons(IDescribeIcon[] icons)
-
getLabel
String getLabel()
element : label of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setLabel
void setLabel(String label)
-
getMiniIconUrl
String getMiniIconUrl()
element : miniIconUrl of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setMiniIconUrl
void setMiniIconUrl(String miniIconUrl)
-
getName
String getName()
element : name of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setName
void setName(String name)
-
getSobjectName
String getSobjectName()
element : sobjectName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setSobjectName
void setSobjectName(String sobjectName)
-
getUrl
String getUrl()
element : url of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setUrl
void setUrl(String url)
-
-