public class RelatedList extends Object implements Serializable
Constructor and Description |
---|
RelatedList() |
RelatedList(RelatedListColumn[] columns,
boolean custom,
String field,
String label,
int limitRows,
String name,
String sobject,
RelatedListSort[] sort) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
RelatedListColumn[] |
getColumns()
Gets the columns value for this RelatedList.
|
RelatedListColumn |
getColumns(int i) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String |
getField()
Gets the field value for this RelatedList.
|
String |
getLabel()
Gets the label value for this RelatedList.
|
int |
getLimitRows()
Gets the limitRows value for this RelatedList.
|
String |
getName()
Gets the name value for this RelatedList.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
String |
getSobject()
Gets the sobject value for this RelatedList.
|
RelatedListSort[] |
getSort()
Gets the sort value for this RelatedList.
|
RelatedListSort |
getSort(int i) |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
boolean |
isCustom()
Gets the custom value for this RelatedList.
|
void |
setColumns(int i,
RelatedListColumn _value) |
void |
setColumns(RelatedListColumn[] columns)
Sets the columns value for this RelatedList.
|
void |
setCustom(boolean custom)
Sets the custom value for this RelatedList.
|
void |
setField(String field)
Sets the field value for this RelatedList.
|
void |
setLabel(String label)
Sets the label value for this RelatedList.
|
void |
setLimitRows(int limitRows)
Sets the limitRows value for this RelatedList.
|
void |
setName(String name)
Sets the name value for this RelatedList.
|
void |
setSobject(String sobject)
Sets the sobject value for this RelatedList.
|
void |
setSort(int i,
RelatedListSort _value) |
void |
setSort(RelatedListSort[] sort)
Sets the sort value for this RelatedList.
|
public RelatedList()
public RelatedList(RelatedListColumn[] columns, boolean custom, String field, String label, int limitRows, String name, String sobject, RelatedListSort[] sort)
public RelatedListColumn[] getColumns()
public void setColumns(RelatedListColumn[] columns)
columns
- public RelatedListColumn getColumns(int i)
public void setColumns(int i, RelatedListColumn _value)
public boolean isCustom()
public void setCustom(boolean custom)
custom
- public String getField()
public void setField(String field)
field
- public String getLabel()
public void setLabel(String label)
label
- public int getLimitRows()
public void setLimitRows(int limitRows)
limitRows
- public String getName()
public void setName(String name)
name
- public String getSobject()
public void setSobject(String sobject)
sobject
- public RelatedListSort[] getSort()
public void setSort(RelatedListSort[] sort)
sort
- public RelatedListSort getSort(int i)
public void setSort(int i, RelatedListSort _value)
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.