com.sforce.soap.metadata
Class CustomObject
java.lang.Object
com.sforce.soap.metadata.Metadata
com.sforce.soap.metadata.CustomObject
- All Implemented Interfaces:
- com.sforce.ws.bind.XMLizable
public class CustomObject
- extends Metadata
Generated class, please do not edit.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CustomObject
public CustomObject()
- Constructor
getActionOverrides
public ActionOverride[] getActionOverrides()
setActionOverrides
public void setActionOverrides(ActionOverride[] actionOverrides)
getArticleTypeChannelDisplay
public ArticleTypeChannelDisplay getArticleTypeChannelDisplay()
setArticleTypeChannelDisplay
public void setArticleTypeChannelDisplay(ArticleTypeChannelDisplay articleTypeChannelDisplay)
getBusinessProcesses
public BusinessProcess[] getBusinessProcesses()
setBusinessProcesses
public void setBusinessProcesses(BusinessProcess[] businessProcesses)
getCustomHelp
public java.lang.String getCustomHelp()
setCustomHelp
public void setCustomHelp(java.lang.String customHelp)
getCustomHelpPage
public java.lang.String getCustomHelpPage()
setCustomHelpPage
public void setCustomHelpPage(java.lang.String customHelpPage)
getCustomSettingsType
public CustomSettingsType getCustomSettingsType()
setCustomSettingsType
public void setCustomSettingsType(CustomSettingsType customSettingsType)
getCustomSettingsVisibility
public CustomSettingsVisibility getCustomSettingsVisibility()
setCustomSettingsVisibility
public void setCustomSettingsVisibility(CustomSettingsVisibility customSettingsVisibility)
getDeploymentStatus
public DeploymentStatus getDeploymentStatus()
setDeploymentStatus
public void setDeploymentStatus(DeploymentStatus deploymentStatus)
getDeprecated
public boolean getDeprecated()
isDeprecated
public boolean isDeprecated()
setDeprecated
public void setDeprecated(boolean deprecated)
getDescription
public java.lang.String getDescription()
setDescription
public void setDescription(java.lang.String description)
getEnableActivities
public boolean getEnableActivities()
isEnableActivities
public boolean isEnableActivities()
setEnableActivities
public void setEnableActivities(boolean enableActivities)
getEnableDivisions
public boolean getEnableDivisions()
isEnableDivisions
public boolean isEnableDivisions()
setEnableDivisions
public void setEnableDivisions(boolean enableDivisions)
getEnableEnhancedLookup
public boolean getEnableEnhancedLookup()
isEnableEnhancedLookup
public boolean isEnableEnhancedLookup()
setEnableEnhancedLookup
public void setEnableEnhancedLookup(boolean enableEnhancedLookup)
getEnableFeeds
public boolean getEnableFeeds()
isEnableFeeds
public boolean isEnableFeeds()
setEnableFeeds
public void setEnableFeeds(boolean enableFeeds)
getEnableHistory
public boolean getEnableHistory()
isEnableHistory
public boolean isEnableHistory()
setEnableHistory
public void setEnableHistory(boolean enableHistory)
getEnableReports
public boolean getEnableReports()
isEnableReports
public boolean isEnableReports()
setEnableReports
public void setEnableReports(boolean enableReports)
getFieldSets
public FieldSet[] getFieldSets()
setFieldSets
public void setFieldSets(FieldSet[] fieldSets)
getFields
public CustomField[] getFields()
setFields
public void setFields(CustomField[] fields)
getGender
public Gender getGender()
setGender
public void setGender(Gender gender)
getHousehold
public boolean getHousehold()
isHousehold
public boolean isHousehold()
setHousehold
public void setHousehold(boolean household)
getLabel
public java.lang.String getLabel()
setLabel
public void setLabel(java.lang.String label)
getListViews
public ListView[] getListViews()
setListViews
public void setListViews(ListView[] listViews)
getNameField
public CustomField getNameField()
setNameField
public void setNameField(CustomField nameField)
getNamedFilters
public NamedFilter[] getNamedFilters()
setNamedFilters
public void setNamedFilters(NamedFilter[] namedFilters)
getPluralLabel
public java.lang.String getPluralLabel()
setPluralLabel
public void setPluralLabel(java.lang.String pluralLabel)
getRecordTypeTrackFeedHistory
public boolean getRecordTypeTrackFeedHistory()
isRecordTypeTrackFeedHistory
public boolean isRecordTypeTrackFeedHistory()
setRecordTypeTrackFeedHistory
public void setRecordTypeTrackFeedHistory(boolean recordTypeTrackFeedHistory)
getRecordTypeTrackHistory
public boolean getRecordTypeTrackHistory()
isRecordTypeTrackHistory
public boolean isRecordTypeTrackHistory()
setRecordTypeTrackHistory
public void setRecordTypeTrackHistory(boolean recordTypeTrackHistory)
getRecordTypes
public RecordType[] getRecordTypes()
setRecordTypes
public void setRecordTypes(RecordType[] recordTypes)
getSearchLayouts
public SearchLayouts getSearchLayouts()
setSearchLayouts
public void setSearchLayouts(SearchLayouts searchLayouts)
getSharingModel
public SharingModel getSharingModel()
setSharingModel
public void setSharingModel(SharingModel sharingModel)
getSharingReasons
public SharingReason[] getSharingReasons()
setSharingReasons
public void setSharingReasons(SharingReason[] sharingReasons)
getSharingRecalculations
public SharingRecalculation[] getSharingRecalculations()
setSharingRecalculations
public void setSharingRecalculations(SharingRecalculation[] sharingRecalculations)
getStartsWith
public StartsWith getStartsWith()
setStartsWith
public void setStartsWith(StartsWith startsWith)
getValidationRules
public ValidationRule[] getValidationRules()
setValidationRules
public void setValidationRules(ValidationRule[] validationRules)
getWebLinks
public WebLink[] getWebLinks()
setWebLinks
public void setWebLinks(WebLink[] webLinks)
write
public void write(javax.xml.namespace.QName __element,
com.sforce.ws.parser.XmlOutputStream __out,
com.sforce.ws.bind.TypeMapper __typeMapper)
throws java.io.IOException
- Specified by:
write in interface com.sforce.ws.bind.XMLizable- Overrides:
write in class Metadata
- Throws:
java.io.IOException
writeFields
protected void writeFields(com.sforce.ws.parser.XmlOutputStream __out,
com.sforce.ws.bind.TypeMapper __typeMapper)
throws java.io.IOException
- Overrides:
writeFields in class Metadata
- Throws:
java.io.IOException
load
public void load(com.sforce.ws.parser.XmlInputStream __in,
com.sforce.ws.bind.TypeMapper __typeMapper)
throws java.io.IOException,
com.sforce.ws.ConnectionException
- Specified by:
load in interface com.sforce.ws.bind.XMLizable- Overrides:
load in class Metadata
- Throws:
java.io.IOException
com.sforce.ws.ConnectionException
loadFields
protected void loadFields(com.sforce.ws.parser.XmlInputStream __in,
com.sforce.ws.bind.TypeMapper __typeMapper)
throws java.io.IOException,
com.sforce.ws.ConnectionException
- Overrides:
loadFields in class Metadata
- Throws:
java.io.IOException
com.sforce.ws.ConnectionException
toString
public java.lang.String toString()
- Overrides:
toString in class Metadata
Copyright © 2011. All Rights Reserved.