com.sforce.soap.metadata
Class CustomObject

java.lang.Object
  extended by com.sforce.soap.metadata.Metadata
      extended by com.sforce.soap.metadata.CustomObject
All Implemented Interfaces:
com.sforce.ws.bind.XMLizable

public class CustomObject
extends Metadata

Generated class, please do not edit.


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

Constructor Detail

CustomObject

public CustomObject()
Constructor

Method Detail

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.