Package com.sforce.soap.partner
Interface IDescribeLookupLayoutResult
-
- All Known Implementing Classes:
DescribeLookupLayoutResult
public interface IDescribeLookupLayoutResultThis 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 StringgetLabel()element : label of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringintgetLimitRows()element : limitRows of type {http://www.w3.org/2001/XMLSchema}int java type: intIDescribeColumn[]getLookupColumns()element : lookupColumns of type {urn:partner.soap.sforce.com}DescribeColumn java type: com.sforce.soap.partner.DescribeColumn[]voidsetLabel(String label)voidsetLimitRows(int limitRows)voidsetLookupColumns(IDescribeColumn[] lookupColumns)
-
-
-
Method Detail
-
getLabel
String getLabel()
element : label of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setLabel
void setLabel(String label)
-
getLimitRows
int getLimitRows()
element : limitRows of type {http://www.w3.org/2001/XMLSchema}int java type: int
-
setLimitRows
void setLimitRows(int limitRows)
-
getLookupColumns
IDescribeColumn[] getLookupColumns()
element : lookupColumns of type {urn:partner.soap.sforce.com}DescribeColumn java type: com.sforce.soap.partner.DescribeColumn[]
-
setLookupColumns
void setLookupColumns(IDescribeColumn[] lookupColumns)
-
-