Package com.sforce.soap.partner
Interface ISearchLayoutField
-
- All Known Implementing Classes:
SearchLayoutField
public interface ISearchLayoutFieldThis 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 StringgetApiName()element : apiName 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.StringbooleangetSortable()element : sortable of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanbooleanisSortable()voidsetApiName(String apiName)voidsetLabel(String label)voidsetSortable(boolean sortable)
-
-
-
Method Detail
-
getApiName
String getApiName()
element : apiName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setApiName
void setApiName(String apiName)
-
getLabel
String getLabel()
element : label of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setLabel
void setLabel(String label)
-
getSortable
boolean getSortable()
element : sortable of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
-
isSortable
boolean isSortable()
-
setSortable
void setSortable(boolean sortable)
-
-