public class LookupFilter extends SObject
Java class for LookupFilter complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LookupFilter">
<complexContent>
<extension base="{urn:tooling.soap.sforce.com}sObject">
<sequence>
<element name="Active" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="CreatedBy" type="{urn:tooling.soap.sforce.com}User" minOccurs="0"/>
<element name="CreatedById" type="{urn:tooling.soap.sforce.com}ID" minOccurs="0"/>
<element name="CreatedDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="DeveloperName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="FullName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="IsOptional" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="LastModifiedBy" type="{urn:tooling.soap.sforce.com}User" minOccurs="0"/>
<element name="LastModifiedById" type="{urn:tooling.soap.sforce.com}ID" minOccurs="0"/>
<element name="LastModifiedDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="ManageableState" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Metadata" type="{urn:metadata.tooling.soap.sforce.com}LookupFilter" minOccurs="0"/>
<element name="NamespacePrefix" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="SourceFieldDefinition" type="{urn:tooling.soap.sforce.com}FieldDefinition" minOccurs="0"/>
<element name="SourceFieldDefinitionId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="SourceObject" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="TargetEntityDefinition" type="{urn:tooling.soap.sforce.com}EntityDefinition" minOccurs="0"/>
<element name="TargetEntityDefinitionId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
active |
protected User |
createdBy |
protected String |
createdById |
protected XMLGregorianCalendar |
createdDate |
protected String |
developerName |
protected String |
fullName |
protected Boolean |
isOptional |
protected User |
lastModifiedBy |
protected String |
lastModifiedById |
protected XMLGregorianCalendar |
lastModifiedDate |
protected String |
manageableState |
protected LookupFilter |
metadata |
protected String |
namespacePrefix |
protected FieldDefinition |
sourceFieldDefinition |
protected String |
sourceFieldDefinitionId |
protected String |
sourceObject |
protected EntityDefinition |
targetEntityDefinition |
protected String |
targetEntityDefinitionId |
fieldsToNull, id| Constructor and Description |
|---|
LookupFilter() |
| Modifier and Type | Method and Description |
|---|---|
User |
getCreatedBy()
Gets the value of the createdBy property.
|
String |
getCreatedById()
Gets the value of the createdById property.
|
XMLGregorianCalendar |
getCreatedDate()
Gets the value of the createdDate property.
|
String |
getDeveloperName()
Gets the value of the developerName property.
|
String |
getFullName()
Gets the value of the fullName property.
|
User |
getLastModifiedBy()
Gets the value of the lastModifiedBy property.
|
String |
getLastModifiedById()
Gets the value of the lastModifiedById property.
|
XMLGregorianCalendar |
getLastModifiedDate()
Gets the value of the lastModifiedDate property.
|
String |
getManageableState()
Gets the value of the manageableState property.
|
LookupFilter |
getMetadata()
Gets the value of the metadata property.
|
String |
getNamespacePrefix()
Gets the value of the namespacePrefix property.
|
FieldDefinition |
getSourceFieldDefinition()
Gets the value of the sourceFieldDefinition property.
|
String |
getSourceFieldDefinitionId()
Gets the value of the sourceFieldDefinitionId property.
|
String |
getSourceObject()
Gets the value of the sourceObject property.
|
EntityDefinition |
getTargetEntityDefinition()
Gets the value of the targetEntityDefinition property.
|
String |
getTargetEntityDefinitionId()
Gets the value of the targetEntityDefinitionId property.
|
Boolean |
isActive()
Gets the value of the active property.
|
Boolean |
isIsOptional()
Gets the value of the isOptional property.
|
void |
setActive(Boolean value)
Sets the value of the active property.
|
void |
setCreatedBy(User value)
Sets the value of the createdBy property.
|
void |
setCreatedById(String value)
Sets the value of the createdById property.
|
void |
setCreatedDate(XMLGregorianCalendar value)
Sets the value of the createdDate property.
|
void |
setDeveloperName(String value)
Sets the value of the developerName property.
|
void |
setFullName(String value)
Sets the value of the fullName property.
|
void |
setIsOptional(Boolean value)
Sets the value of the isOptional property.
|
void |
setLastModifiedBy(User value)
Sets the value of the lastModifiedBy property.
|
void |
setLastModifiedById(String value)
Sets the value of the lastModifiedById property.
|
void |
setLastModifiedDate(XMLGregorianCalendar value)
Sets the value of the lastModifiedDate property.
|
void |
setManageableState(String value)
Sets the value of the manageableState property.
|
void |
setMetadata(LookupFilter value)
Sets the value of the metadata property.
|
void |
setNamespacePrefix(String value)
Sets the value of the namespacePrefix property.
|
void |
setSourceFieldDefinition(FieldDefinition value)
Sets the value of the sourceFieldDefinition property.
|
void |
setSourceFieldDefinitionId(String value)
Sets the value of the sourceFieldDefinitionId property.
|
void |
setSourceObject(String value)
Sets the value of the sourceObject property.
|
void |
setTargetEntityDefinition(EntityDefinition value)
Sets the value of the targetEntityDefinition property.
|
void |
setTargetEntityDefinitionId(String value)
Sets the value of the targetEntityDefinitionId property.
|
getFieldsToNull, getId, setIdprotected Boolean active
protected User createdBy
protected String createdById
protected XMLGregorianCalendar createdDate
protected String developerName
protected String fullName
protected Boolean isOptional
protected User lastModifiedBy
protected String lastModifiedById
protected XMLGregorianCalendar lastModifiedDate
protected String manageableState
protected LookupFilter metadata
protected String namespacePrefix
protected FieldDefinition sourceFieldDefinition
protected String sourceFieldDefinitionId
protected String sourceObject
protected EntityDefinition targetEntityDefinition
protected String targetEntityDefinitionId
public Boolean isActive()
Booleanpublic void setActive(Boolean value)
value - allowed object is
Booleanpublic User getCreatedBy()
Userpublic void setCreatedBy(User value)
value - allowed object is
Userpublic String getCreatedById()
Stringpublic void setCreatedById(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getCreatedDate()
XMLGregorianCalendarpublic void setCreatedDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getDeveloperName()
Stringpublic void setDeveloperName(String value)
value - allowed object is
Stringpublic String getFullName()
Stringpublic void setFullName(String value)
value - allowed object is
Stringpublic Boolean isIsOptional()
Booleanpublic void setIsOptional(Boolean value)
value - allowed object is
Booleanpublic User getLastModifiedBy()
Userpublic void setLastModifiedBy(User value)
value - allowed object is
Userpublic String getLastModifiedById()
Stringpublic void setLastModifiedById(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getLastModifiedDate()
XMLGregorianCalendarpublic void setLastModifiedDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getManageableState()
Stringpublic void setManageableState(String value)
value - allowed object is
Stringpublic LookupFilter getMetadata()
LookupFilterpublic void setMetadata(LookupFilter value)
value - allowed object is
LookupFilterpublic String getNamespacePrefix()
Stringpublic void setNamespacePrefix(String value)
value - allowed object is
Stringpublic FieldDefinition getSourceFieldDefinition()
FieldDefinitionpublic void setSourceFieldDefinition(FieldDefinition value)
value - allowed object is
FieldDefinitionpublic String getSourceFieldDefinitionId()
Stringpublic void setSourceFieldDefinitionId(String value)
value - allowed object is
Stringpublic String getSourceObject()
Stringpublic void setSourceObject(String value)
value - allowed object is
Stringpublic EntityDefinition getTargetEntityDefinition()
EntityDefinitionpublic void setTargetEntityDefinition(EntityDefinition value)
value - allowed object is
EntityDefinitionpublic String getTargetEntityDefinitionId()
StringCopyright © 2016. All rights reserved.