Package com.sforce.soap.partner
Interface IRecordTypeCompactLayoutMapping
- All Known Implementing Classes:
RecordTypeCompactLayoutMapping
public interface IRecordTypeCompactLayoutMapping
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 TypeMethodDescriptionbooleanelement : available of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanelement : compactLayoutId of type {urn:partner.soap.sforce.com}ID java type: java.lang.Stringelement : compactLayoutName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : recordTypeId of type {urn:partner.soap.sforce.com}ID java type: java.lang.Stringelement : recordTypeName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringbooleanvoidsetAvailable(boolean available) voidsetCompactLayoutId(String compactLayoutId) voidsetCompactLayoutName(String compactLayoutName) voidsetRecordTypeId(String recordTypeId) voidsetRecordTypeName(String recordTypeName)
-
Method Details
-
getAvailable
boolean getAvailable()element : available of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean -
isAvailable
boolean isAvailable() -
setAvailable
void setAvailable(boolean available) -
getCompactLayoutId
String getCompactLayoutId()element : compactLayoutId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String -
setCompactLayoutId
-
getCompactLayoutName
String getCompactLayoutName()element : compactLayoutName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String -
setCompactLayoutName
-
getRecordTypeId
String getRecordTypeId()element : recordTypeId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String -
setRecordTypeId
-
getRecordTypeName
String getRecordTypeName()element : recordTypeName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String -
setRecordTypeName
-