public class RecordTypeMapping extends Object implements Serializable
Constructor and Description |
---|
RecordTypeMapping() |
RecordTypeMapping(boolean available,
boolean defaultRecordTypeMapping,
String layoutId,
String name,
PicklistForRecordType[] picklistsForRecordType,
String recordTypeId) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String |
getLayoutId()
Gets the layoutId value for this RecordTypeMapping.
|
String |
getName()
Gets the name value for this RecordTypeMapping.
|
PicklistForRecordType[] |
getPicklistsForRecordType()
Gets the picklistsForRecordType value for this RecordTypeMapping.
|
PicklistForRecordType |
getPicklistsForRecordType(int i) |
String |
getRecordTypeId()
Gets the recordTypeId value for this RecordTypeMapping.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
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(String layoutId)
Sets the layoutId value for this RecordTypeMapping.
|
void |
setName(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(String recordTypeId)
Sets the recordTypeId value for this RecordTypeMapping.
|
public RecordTypeMapping()
public RecordTypeMapping(boolean available, boolean defaultRecordTypeMapping, String layoutId, String name, PicklistForRecordType[] picklistsForRecordType, String recordTypeId)
public boolean isAvailable()
public void setAvailable(boolean available)
available
- public boolean isDefaultRecordTypeMapping()
public void setDefaultRecordTypeMapping(boolean defaultRecordTypeMapping)
defaultRecordTypeMapping
- public String getLayoutId()
public void setLayoutId(String layoutId)
layoutId
- public String getName()
public void setName(String name)
name
- public PicklistForRecordType[] getPicklistsForRecordType()
public void setPicklistsForRecordType(PicklistForRecordType[] picklistsForRecordType)
picklistsForRecordType
- public PicklistForRecordType getPicklistsForRecordType(int i)
public void setPicklistsForRecordType(int i, PicklistForRecordType _value)
public String getRecordTypeId()
public void setRecordTypeId(String recordTypeId)
recordTypeId
- public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2014. All rights reserved.