Package com.sforce.soap.partner
Interface IChildRelationship
-
- All Known Implementing Classes:
ChildRelationship
public interface IChildRelationshipThis is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetCascadeDelete()element : cascadeDelete of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanStringgetChildSObject()element : childSObject of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringbooleangetDeprecatedAndHidden()element : deprecatedAndHidden of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanStringgetField()element : field of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringString[]getJunctionIdListNames()element : junctionIdListNames of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String[]String[]getJunctionReferenceTo()element : junctionReferenceTo of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String[]StringgetRelationshipName()element : relationshipName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringbooleangetRestrictedDelete()element : restrictedDelete of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanbooleanisCascadeDelete()booleanisDeprecatedAndHidden()booleanisRestrictedDelete()voidsetCascadeDelete(boolean cascadeDelete)voidsetChildSObject(String childSObject)voidsetDeprecatedAndHidden(boolean deprecatedAndHidden)voidsetField(String field)voidsetJunctionIdListNames(String[] junctionIdListNames)voidsetJunctionReferenceTo(String[] junctionReferenceTo)voidsetRelationshipName(String relationshipName)voidsetRestrictedDelete(boolean restrictedDelete)
-
-
-
Method Detail
-
getCascadeDelete
boolean getCascadeDelete()
element : cascadeDelete of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
-
isCascadeDelete
boolean isCascadeDelete()
-
setCascadeDelete
void setCascadeDelete(boolean cascadeDelete)
-
getChildSObject
String getChildSObject()
element : childSObject of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setChildSObject
void setChildSObject(String childSObject)
-
getDeprecatedAndHidden
boolean getDeprecatedAndHidden()
element : deprecatedAndHidden of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
-
isDeprecatedAndHidden
boolean isDeprecatedAndHidden()
-
setDeprecatedAndHidden
void setDeprecatedAndHidden(boolean deprecatedAndHidden)
-
getField
String getField()
element : field of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setField
void setField(String field)
-
getJunctionIdListNames
String[] getJunctionIdListNames()
element : junctionIdListNames of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String[]
-
setJunctionIdListNames
void setJunctionIdListNames(String[] junctionIdListNames)
-
getJunctionReferenceTo
String[] getJunctionReferenceTo()
element : junctionReferenceTo of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String[]
-
setJunctionReferenceTo
void setJunctionReferenceTo(String[] junctionReferenceTo)
-
getRelationshipName
String getRelationshipName()
element : relationshipName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setRelationshipName
void setRelationshipName(String relationshipName)
-
getRestrictedDelete
boolean getRestrictedDelete()
element : restrictedDelete of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
-
isRestrictedDelete
boolean isRestrictedDelete()
-
setRestrictedDelete
void setRestrictedDelete(boolean restrictedDelete)
-
-