Package com.sforce.soap.partner
Interface IListViewColumn
-
- All Known Implementing Classes:
ListViewColumn
public interface IListViewColumnThis 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 StringgetAscendingLabel()element : ascendingLabel of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringStringgetDescendingLabel()element : descendingLabel of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringStringgetFieldNameOrPath()element : fieldNameOrPath of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringbooleangetHidden()element : hidden of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanStringgetLabel()element : label of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringbooleangetSearchable()element : searchable of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanStringgetSelectListItem()element : selectListItem 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: booleanOrderByDirectiongetSortDirection()element : sortDirection of type {urn:partner.soap.sforce.com}orderByDirection java type: com.sforce.soap.partner.OrderByDirectionIntegergetSortIndex()element : sortIndex of type {http://www.w3.org/2001/XMLSchema}int java type: java.lang.IntegerFieldTypegetType()element : type of type {urn:partner.soap.sforce.com}fieldType java type: com.sforce.soap.partner.FieldTypebooleanisHidden()booleanisSearchable()booleanisSortable()voidsetAscendingLabel(String ascendingLabel)voidsetDescendingLabel(String descendingLabel)voidsetFieldNameOrPath(String fieldNameOrPath)voidsetHidden(boolean hidden)voidsetLabel(String label)voidsetSearchable(boolean searchable)voidsetSelectListItem(String selectListItem)voidsetSortable(boolean sortable)voidsetSortDirection(OrderByDirection sortDirection)voidsetSortIndex(Integer sortIndex)voidsetType(FieldType type)
-
-
-
Method Detail
-
getAscendingLabel
String getAscendingLabel()
element : ascendingLabel of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setAscendingLabel
void setAscendingLabel(String ascendingLabel)
-
getDescendingLabel
String getDescendingLabel()
element : descendingLabel of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setDescendingLabel
void setDescendingLabel(String descendingLabel)
-
getFieldNameOrPath
String getFieldNameOrPath()
element : fieldNameOrPath of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setFieldNameOrPath
void setFieldNameOrPath(String fieldNameOrPath)
-
getHidden
boolean getHidden()
element : hidden of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
-
isHidden
boolean isHidden()
-
setHidden
void setHidden(boolean hidden)
-
getLabel
String getLabel()
element : label of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setLabel
void setLabel(String label)
-
getSearchable
boolean getSearchable()
element : searchable of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
-
isSearchable
boolean isSearchable()
-
setSearchable
void setSearchable(boolean searchable)
-
getSelectListItem
String getSelectListItem()
element : selectListItem of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setSelectListItem
void setSelectListItem(String selectListItem)
-
getSortDirection
OrderByDirection getSortDirection()
element : sortDirection of type {urn:partner.soap.sforce.com}orderByDirection java type: com.sforce.soap.partner.OrderByDirection
-
setSortDirection
void setSortDirection(OrderByDirection sortDirection)
-
getSortIndex
Integer getSortIndex()
element : sortIndex of type {http://www.w3.org/2001/XMLSchema}int java type: java.lang.Integer
-
setSortIndex
void setSortIndex(Integer sortIndex)
-
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)
-
getType
FieldType getType()
element : type of type {urn:partner.soap.sforce.com}fieldType java type: com.sforce.soap.partner.FieldType
-
setType
void setType(FieldType type)
-
-