Package com.sforce.soap.partner
Interface IRelatedListColumn
- All Known Implementing Classes:
RelatedListColumn
public interface IRelatedListColumn
This is a generated class for the SObject Enterprise API.
Do not edit this file, as your changes will be lost.
-
Method Summary
Modifier and TypeMethodDescriptiongetField()element : field of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : fieldApiName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : format of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringgetLabel()element : label of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : lookupId of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringgetName()element : name of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringbooleanelement : sortable of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanbooleanvoidvoidsetFieldApiName(String fieldApiName) voidvoidvoidsetLookupId(String lookupId) voidvoidsetSortable(boolean sortable)
-
Method Details
-
getField
String getField()element : field of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String -
setField
-
getFieldApiName
String getFieldApiName()element : fieldApiName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String -
setFieldApiName
-
getFormat
String getFormat()element : format of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String -
setFormat
-
getLabel
String getLabel()element : label of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String -
setLabel
-
getLookupId
String getLookupId()element : lookupId of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String -
setLookupId
-
getName
String getName()element : name of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String -
setName
-
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)
-