org.apache.camel.component.salesforce.api.dto
Class SObjectDescription

java.lang.Object
  extended by org.apache.camel.component.salesforce.api.dto.AbstractDTOBase
      extended by org.apache.camel.component.salesforce.api.dto.SObject
          extended by org.apache.camel.component.salesforce.api.dto.SObjectDescription

public class SObjectDescription
extends SObject


Constructor Summary
SObjectDescription()
           
 
Method Summary
 List<ChildRelationShip> getChildRelationships()
           
 List<SObjectField> getFields()
           
 List<RecordTypeInfo> getRecordTypeInfos()
           
 SObjectDescriptionUrls getUrls()
           
 void setChildRelationships(List<ChildRelationShip> childRelationships)
           
 void setFields(List<SObjectField> fields)
           
 void setRecordTypeInfos(List<RecordTypeInfo> recordTypeInfos)
           
 void setUrls(SObjectDescriptionUrls urls)
           
 
Methods inherited from class org.apache.camel.component.salesforce.api.dto.SObject
getKeyPrefix, getLabel, getLabelPlural, getListviewable, getLookupLayoutable, getName, getSearchLayoutable, isActivateable, isCreateable, isCustom, isCustomSetting, isDeletable, isDeprecatedAndHidden, isFeedEnabled, isLayoutable, isMergeable, isQueryable, isReplicateable, isRetrieveable, isSearchable, isTriggerable, isUndeletable, isUpdateable, setActivateable, setCreateable, setCustom, setCustomSetting, setDeletable, setDeprecatedAndHidden, setFeedEnabled, setKeyPrefix, setLabel, setLabelPlural, setLayoutable, setListviewable, setLookupLayoutable, setMergeable, setName, setQueryable, setReplicateable, setRetrieveable, setSearchable, setSearchLayoutable, setTriggerable, setUndeletable, setUpdateable, setUrls
 
Methods inherited from class org.apache.camel.component.salesforce.api.dto.AbstractDTOBase
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SObjectDescription

public SObjectDescription()
Method Detail

getFields

public List<SObjectField> getFields()

setFields

public void setFields(List<SObjectField> fields)

getUrls

public SObjectDescriptionUrls getUrls()
Overrides:
getUrls in class SObject

setUrls

public void setUrls(SObjectDescriptionUrls urls)

getChildRelationships

public List<ChildRelationShip> getChildRelationships()

setChildRelationships

public void setChildRelationships(List<ChildRelationShip> childRelationships)

getRecordTypeInfos

public List<RecordTypeInfo> getRecordTypeInfos()

setRecordTypeInfos

public void setRecordTypeInfos(List<RecordTypeInfo> recordTypeInfos)


Apache Camel