com.sforce.soap.partner
Class RecordTypeMapping

java.lang.Object
  extended by com.sforce.soap.partner.RecordTypeMapping
All Implemented Interfaces:
java.io.Serializable

public class RecordTypeMapping
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
RecordTypeMapping()
           
RecordTypeMapping(boolean available, boolean defaultRecordTypeMapping, java.lang.String layoutId, java.lang.String name, PicklistForRecordType[] picklistsForRecordType, java.lang.String recordTypeId)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.String getLayoutId()
          Gets the layoutId value for this RecordTypeMapping.
 java.lang.String getName()
          Gets the name value for this RecordTypeMapping.
 PicklistForRecordType[] getPicklistsForRecordType()
          Gets the picklistsForRecordType value for this RecordTypeMapping.
 PicklistForRecordType getPicklistsForRecordType(int i)
           
 java.lang.String getRecordTypeId()
          Gets the recordTypeId value for this RecordTypeMapping.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 boolean isAvailable()
          Gets the available value for this RecordTypeMapping.
 boolean isDefaultRecordTypeMapping()
          Gets the defaultRecordTypeMapping value for this RecordTypeMapping.
 void setAvailable(boolean available)
          Sets the available value for this RecordTypeMapping.
 void setDefaultRecordTypeMapping(boolean defaultRecordTypeMapping)
          Sets the defaultRecordTypeMapping value for this RecordTypeMapping.
 void setLayoutId(java.lang.String layoutId)
          Sets the layoutId value for this RecordTypeMapping.
 void setName(java.lang.String name)
          Sets the name value for this RecordTypeMapping.
 void setPicklistsForRecordType(int i, PicklistForRecordType _value)
           
 void setPicklistsForRecordType(PicklistForRecordType[] picklistsForRecordType)
          Sets the picklistsForRecordType value for this RecordTypeMapping.
 void setRecordTypeId(java.lang.String recordTypeId)
          Sets the recordTypeId value for this RecordTypeMapping.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecordTypeMapping

public RecordTypeMapping()

RecordTypeMapping

public RecordTypeMapping(boolean available,
                         boolean defaultRecordTypeMapping,
                         java.lang.String layoutId,
                         java.lang.String name,
                         PicklistForRecordType[] picklistsForRecordType,
                         java.lang.String recordTypeId)
Method Detail

isAvailable

public boolean isAvailable()
Gets the available value for this RecordTypeMapping.

Returns:
available

setAvailable

public void setAvailable(boolean available)
Sets the available value for this RecordTypeMapping.

Parameters:
available -

isDefaultRecordTypeMapping

public boolean isDefaultRecordTypeMapping()
Gets the defaultRecordTypeMapping value for this RecordTypeMapping.

Returns:
defaultRecordTypeMapping

setDefaultRecordTypeMapping

public void setDefaultRecordTypeMapping(boolean defaultRecordTypeMapping)
Sets the defaultRecordTypeMapping value for this RecordTypeMapping.

Parameters:
defaultRecordTypeMapping -

getLayoutId

public java.lang.String getLayoutId()
Gets the layoutId value for this RecordTypeMapping.

Returns:
layoutId

setLayoutId

public void setLayoutId(java.lang.String layoutId)
Sets the layoutId value for this RecordTypeMapping.

Parameters:
layoutId -

getName

public java.lang.String getName()
Gets the name value for this RecordTypeMapping.

Returns:
name

setName

public void setName(java.lang.String name)
Sets the name value for this RecordTypeMapping.

Parameters:
name -

getPicklistsForRecordType

public PicklistForRecordType[] getPicklistsForRecordType()
Gets the picklistsForRecordType value for this RecordTypeMapping.

Returns:
picklistsForRecordType

setPicklistsForRecordType

public void setPicklistsForRecordType(PicklistForRecordType[] picklistsForRecordType)
Sets the picklistsForRecordType value for this RecordTypeMapping.

Parameters:
picklistsForRecordType -

getPicklistsForRecordType

public PicklistForRecordType getPicklistsForRecordType(int i)

setPicklistsForRecordType

public void setPicklistsForRecordType(int i,
                                      PicklistForRecordType _value)

getRecordTypeId

public java.lang.String getRecordTypeId()
Gets the recordTypeId value for this RecordTypeMapping.

Returns:
recordTypeId

setRecordTypeId

public void setRecordTypeId(java.lang.String recordTypeId)
Sets the recordTypeId value for this RecordTypeMapping.

Parameters:
recordTypeId -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer



Copyright © 2009. All Rights Reserved.