Package com.sforce.soap.partner
Interface IRecordTypeInfo
- All Known Implementing Classes:
RecordTypeInfo
public interface IRecordTypeInfo
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 : active of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanbooleanelement : available of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanbooleanelement : defaultRecordTypeMapping of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanelement : developerName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringbooleanelement : master of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleangetName()element : name 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.StringbooleanisActive()booleanbooleanbooleanisMaster()voidsetActive(boolean active) voidsetAvailable(boolean available) voidsetDefaultRecordTypeMapping(boolean defaultRecordTypeMapping) voidsetDeveloperName(String developerName) voidsetMaster(boolean master) voidvoidsetRecordTypeId(String recordTypeId)
-
Method Details
-
getActive
boolean getActive()element : active of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean -
isActive
boolean isActive() -
setActive
void setActive(boolean active) -
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) -
getDefaultRecordTypeMapping
boolean getDefaultRecordTypeMapping()element : defaultRecordTypeMapping of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean -
isDefaultRecordTypeMapping
boolean isDefaultRecordTypeMapping() -
setDefaultRecordTypeMapping
void setDefaultRecordTypeMapping(boolean defaultRecordTypeMapping) -
getDeveloperName
String getDeveloperName()element : developerName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String -
setDeveloperName
-
getMaster
boolean getMaster()element : master of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean -
isMaster
boolean isMaster() -
setMaster
void setMaster(boolean master) -
getName
String getName()element : name of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String -
setName
-
getRecordTypeId
String getRecordTypeId()element : recordTypeId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String -
setRecordTypeId
-