Package com.sforce.soap.metadata
Class SummaryLayout
- java.lang.Object
-
- com.sforce.soap.metadata.SummaryLayout
-
-
Constructor Summary
Constructors Constructor Description SummaryLayout()Constructor
-
Method Summary
-
-
-
Method Detail
-
getMasterLabel
public String getMasterLabel()
-
setMasterLabel
public void setMasterLabel(String masterLabel)
-
setMasterLabel
protected void setMasterLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSizeX
public int getSizeX()
-
setSizeX
public void setSizeX(int sizeX)
-
setSizeX
protected void setSizeX(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSizeY
public int getSizeY()
-
setSizeY
public void setSizeY(int sizeY)
-
setSizeY
protected void setSizeY(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSizeZ
public int getSizeZ()
-
setSizeZ
public void setSizeZ(int sizeZ)
-
setSizeZ
protected void setSizeZ(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSummaryLayoutItems
public SummaryLayoutItem[] getSummaryLayoutItems()
-
setSummaryLayoutItems
public void setSummaryLayoutItems(SummaryLayoutItem[] summaryLayoutItems)
-
setSummaryLayoutItems
protected void setSummaryLayoutItems(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSummaryLayoutStyle
public SummaryLayoutStyle getSummaryLayoutStyle()
-
setSummaryLayoutStyle
public void setSummaryLayoutStyle(SummaryLayoutStyle summaryLayoutStyle)
-
setSummaryLayoutStyle
protected void setSummaryLayoutStyle(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
write
public void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Specified by:
writein interfaceXMLizable- Throws:
IOException
-
writeFields
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Specified by:
loadin interfaceXMLizable- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
-