|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sforce.soap.partner.Field
public class Field
Constructor Summary | |
---|---|
Field()
|
|
Field(boolean autoNumber,
int byteLength,
boolean calculated,
java.lang.String calculatedFormula,
boolean caseSensitive,
java.lang.String controllerName,
boolean createable,
boolean custom,
java.lang.String defaultValueFormula,
boolean defaultedOnCreate,
java.lang.Boolean dependentPicklist,
int digits,
java.lang.Boolean externalId,
boolean filterable,
java.lang.Boolean htmlFormatted,
boolean idLookup,
java.lang.String inlineHelpText,
java.lang.String label,
int length,
java.lang.String name,
boolean nameField,
java.lang.Boolean namePointing,
boolean nillable,
PicklistEntry[] picklistValues,
int precision,
java.lang.String[] referenceTo,
java.lang.String relationshipName,
java.lang.Integer relationshipOrder,
boolean restrictedPicklist,
int scale,
SoapType soapType,
java.lang.Boolean sortable,
FieldType type,
boolean unique,
boolean updateable,
java.lang.Boolean writeRequiresMasterRead)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
int |
getByteLength()
Gets the byteLength value for this Field. |
java.lang.String |
getCalculatedFormula()
Gets the calculatedFormula value for this Field. |
java.lang.String |
getControllerName()
Gets the controllerName value for this Field. |
java.lang.String |
getDefaultValueFormula()
Gets the defaultValueFormula value for this Field. |
java.lang.Boolean |
getDependentPicklist()
Gets the dependentPicklist value for this Field. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
int |
getDigits()
Gets the digits value for this Field. |
java.lang.Boolean |
getExternalId()
Gets the externalId value for this Field. |
java.lang.Boolean |
getHtmlFormatted()
Gets the htmlFormatted value for this Field. |
java.lang.String |
getInlineHelpText()
Gets the inlineHelpText value for this Field. |
java.lang.String |
getLabel()
Gets the label value for this Field. |
int |
getLength()
Gets the length value for this Field. |
java.lang.String |
getName()
Gets the name value for this Field. |
java.lang.Boolean |
getNamePointing()
Gets the namePointing value for this Field. |
PicklistEntry[] |
getPicklistValues()
Gets the picklistValues value for this Field. |
PicklistEntry |
getPicklistValues(int i)
|
int |
getPrecision()
Gets the precision value for this Field. |
java.lang.String[] |
getReferenceTo()
Gets the referenceTo value for this Field. |
java.lang.String |
getReferenceTo(int i)
|
java.lang.String |
getRelationshipName()
Gets the relationshipName value for this Field. |
java.lang.Integer |
getRelationshipOrder()
Gets the relationshipOrder value for this Field. |
int |
getScale()
Gets the scale value for this Field. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
SoapType |
getSoapType()
Gets the soapType value for this Field. |
java.lang.Boolean |
getSortable()
Gets the sortable value for this Field. |
FieldType |
getType()
Gets the type value for this Field. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
java.lang.Boolean |
getWriteRequiresMasterRead()
Gets the writeRequiresMasterRead value for this Field. |
int |
hashCode()
|
boolean |
isAutoNumber()
Gets the autoNumber value for this Field. |
boolean |
isCalculated()
Gets the calculated value for this Field. |
boolean |
isCaseSensitive()
Gets the caseSensitive value for this Field. |
boolean |
isCreateable()
Gets the createable value for this Field. |
boolean |
isCustom()
Gets the custom value for this Field. |
boolean |
isDefaultedOnCreate()
Gets the defaultedOnCreate value for this Field. |
boolean |
isFilterable()
Gets the filterable value for this Field. |
boolean |
isIdLookup()
Gets the idLookup value for this Field. |
boolean |
isNameField()
Gets the nameField value for this Field. |
boolean |
isNillable()
Gets the nillable value for this Field. |
boolean |
isRestrictedPicklist()
Gets the restrictedPicklist value for this Field. |
boolean |
isUnique()
Gets the unique value for this Field. |
boolean |
isUpdateable()
Gets the updateable value for this Field. |
void |
setAutoNumber(boolean autoNumber)
Sets the autoNumber value for this Field. |
void |
setByteLength(int byteLength)
Sets the byteLength value for this Field. |
void |
setCalculated(boolean calculated)
Sets the calculated value for this Field. |
void |
setCalculatedFormula(java.lang.String calculatedFormula)
Sets the calculatedFormula value for this Field. |
void |
setCaseSensitive(boolean caseSensitive)
Sets the caseSensitive value for this Field. |
void |
setControllerName(java.lang.String controllerName)
Sets the controllerName value for this Field. |
void |
setCreateable(boolean createable)
Sets the createable value for this Field. |
void |
setCustom(boolean custom)
Sets the custom value for this Field. |
void |
setDefaultedOnCreate(boolean defaultedOnCreate)
Sets the defaultedOnCreate value for this Field. |
void |
setDefaultValueFormula(java.lang.String defaultValueFormula)
Sets the defaultValueFormula value for this Field. |
void |
setDependentPicklist(java.lang.Boolean dependentPicklist)
Sets the dependentPicklist value for this Field. |
void |
setDigits(int digits)
Sets the digits value for this Field. |
void |
setExternalId(java.lang.Boolean externalId)
Sets the externalId value for this Field. |
void |
setFilterable(boolean filterable)
Sets the filterable value for this Field. |
void |
setHtmlFormatted(java.lang.Boolean htmlFormatted)
Sets the htmlFormatted value for this Field. |
void |
setIdLookup(boolean idLookup)
Sets the idLookup value for this Field. |
void |
setInlineHelpText(java.lang.String inlineHelpText)
Sets the inlineHelpText value for this Field. |
void |
setLabel(java.lang.String label)
Sets the label value for this Field. |
void |
setLength(int length)
Sets the length value for this Field. |
void |
setName(java.lang.String name)
Sets the name value for this Field. |
void |
setNameField(boolean nameField)
Sets the nameField value for this Field. |
void |
setNamePointing(java.lang.Boolean namePointing)
Sets the namePointing value for this Field. |
void |
setNillable(boolean nillable)
Sets the nillable value for this Field. |
void |
setPicklistValues(int i,
PicklistEntry _value)
|
void |
setPicklistValues(PicklistEntry[] picklistValues)
Sets the picklistValues value for this Field. |
void |
setPrecision(int precision)
Sets the precision value for this Field. |
void |
setReferenceTo(int i,
java.lang.String _value)
|
void |
setReferenceTo(java.lang.String[] referenceTo)
Sets the referenceTo value for this Field. |
void |
setRelationshipName(java.lang.String relationshipName)
Sets the relationshipName value for this Field. |
void |
setRelationshipOrder(java.lang.Integer relationshipOrder)
Sets the relationshipOrder value for this Field. |
void |
setRestrictedPicklist(boolean restrictedPicklist)
Sets the restrictedPicklist value for this Field. |
void |
setScale(int scale)
Sets the scale value for this Field. |
void |
setSoapType(SoapType soapType)
Sets the soapType value for this Field. |
void |
setSortable(java.lang.Boolean sortable)
Sets the sortable value for this Field. |
void |
setType(FieldType type)
Sets the type value for this Field. |
void |
setUnique(boolean unique)
Sets the unique value for this Field. |
void |
setUpdateable(boolean updateable)
Sets the updateable value for this Field. |
void |
setWriteRequiresMasterRead(java.lang.Boolean writeRequiresMasterRead)
Sets the writeRequiresMasterRead value for this Field. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Field()
public Field(boolean autoNumber, int byteLength, boolean calculated, java.lang.String calculatedFormula, boolean caseSensitive, java.lang.String controllerName, boolean createable, boolean custom, java.lang.String defaultValueFormula, boolean defaultedOnCreate, java.lang.Boolean dependentPicklist, int digits, java.lang.Boolean externalId, boolean filterable, java.lang.Boolean htmlFormatted, boolean idLookup, java.lang.String inlineHelpText, java.lang.String label, int length, java.lang.String name, boolean nameField, java.lang.Boolean namePointing, boolean nillable, PicklistEntry[] picklistValues, int precision, java.lang.String[] referenceTo, java.lang.String relationshipName, java.lang.Integer relationshipOrder, boolean restrictedPicklist, int scale, SoapType soapType, java.lang.Boolean sortable, FieldType type, boolean unique, boolean updateable, java.lang.Boolean writeRequiresMasterRead)
Method Detail |
---|
public boolean isAutoNumber()
public void setAutoNumber(boolean autoNumber)
autoNumber
- public int getByteLength()
public void setByteLength(int byteLength)
byteLength
- public boolean isCalculated()
public void setCalculated(boolean calculated)
calculated
- public java.lang.String getCalculatedFormula()
public void setCalculatedFormula(java.lang.String calculatedFormula)
calculatedFormula
- public boolean isCaseSensitive()
public void setCaseSensitive(boolean caseSensitive)
caseSensitive
- public java.lang.String getControllerName()
public void setControllerName(java.lang.String controllerName)
controllerName
- public boolean isCreateable()
public void setCreateable(boolean createable)
createable
- public boolean isCustom()
public void setCustom(boolean custom)
custom
- public java.lang.String getDefaultValueFormula()
public void setDefaultValueFormula(java.lang.String defaultValueFormula)
defaultValueFormula
- public boolean isDefaultedOnCreate()
public void setDefaultedOnCreate(boolean defaultedOnCreate)
defaultedOnCreate
- public java.lang.Boolean getDependentPicklist()
public void setDependentPicklist(java.lang.Boolean dependentPicklist)
dependentPicklist
- public int getDigits()
public void setDigits(int digits)
digits
- public java.lang.Boolean getExternalId()
public void setExternalId(java.lang.Boolean externalId)
externalId
- public boolean isFilterable()
public void setFilterable(boolean filterable)
filterable
- public java.lang.Boolean getHtmlFormatted()
public void setHtmlFormatted(java.lang.Boolean htmlFormatted)
htmlFormatted
- public boolean isIdLookup()
public void setIdLookup(boolean idLookup)
idLookup
- public java.lang.String getInlineHelpText()
public void setInlineHelpText(java.lang.String inlineHelpText)
inlineHelpText
- public java.lang.String getLabel()
public void setLabel(java.lang.String label)
label
- public int getLength()
public void setLength(int length)
length
- public java.lang.String getName()
public void setName(java.lang.String name)
name
- public boolean isNameField()
public void setNameField(boolean nameField)
nameField
- public java.lang.Boolean getNamePointing()
public void setNamePointing(java.lang.Boolean namePointing)
namePointing
- public boolean isNillable()
public void setNillable(boolean nillable)
nillable
- public PicklistEntry[] getPicklistValues()
public void setPicklistValues(PicklistEntry[] picklistValues)
picklistValues
- public PicklistEntry getPicklistValues(int i)
public void setPicklistValues(int i, PicklistEntry _value)
public int getPrecision()
public void setPrecision(int precision)
precision
- public java.lang.String[] getReferenceTo()
public void setReferenceTo(java.lang.String[] referenceTo)
referenceTo
- public java.lang.String getReferenceTo(int i)
public void setReferenceTo(int i, java.lang.String _value)
public java.lang.String getRelationshipName()
public void setRelationshipName(java.lang.String relationshipName)
relationshipName
- public java.lang.Integer getRelationshipOrder()
public void setRelationshipOrder(java.lang.Integer relationshipOrder)
relationshipOrder
- public boolean isRestrictedPicklist()
public void setRestrictedPicklist(boolean restrictedPicklist)
restrictedPicklist
- public int getScale()
public void setScale(int scale)
scale
- public SoapType getSoapType()
public void setSoapType(SoapType soapType)
soapType
- public java.lang.Boolean getSortable()
public void setSortable(java.lang.Boolean sortable)
sortable
- public FieldType getType()
public void setType(FieldType type)
type
- public boolean isUnique()
public void setUnique(boolean unique)
unique
- public boolean isUpdateable()
public void setUpdateable(boolean updateable)
updateable
- public java.lang.Boolean getWriteRequiresMasterRead()
public void setWriteRequiresMasterRead(java.lang.Boolean writeRequiresMasterRead)
writeRequiresMasterRead
- public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |