| Constructor and Description |
|---|
FlexiPage()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
FlexiPageRegion[] |
getFlexiPageRegions() |
String |
getMasterLabel() |
String |
getPageTemplate() |
QuickActionList |
getQuickActionList() |
String |
getSobjectType() |
FlexiPageType |
getType() |
void |
load(XmlInputStream __in,
TypeMapper __typeMapper) |
protected void |
loadFields(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setDescription(String description) |
void |
setFlexiPageRegions(FlexiPageRegion[] flexiPageRegions) |
void |
setMasterLabel(String masterLabel) |
void |
setPageTemplate(String pageTemplate) |
void |
setQuickActionList(QuickActionList quickActionList) |
void |
setSobjectType(String sobjectType) |
void |
setType(FlexiPageType type) |
String |
toString() |
void |
write(QName __element,
XmlOutputStream __out,
TypeMapper __typeMapper) |
protected void |
writeFields(XmlOutputStream __out,
TypeMapper __typeMapper) |
getFullName, setFullNamepublic String getDescription()
public void setDescription(String description)
public FlexiPageRegion[] getFlexiPageRegions()
public void setFlexiPageRegions(FlexiPageRegion[] flexiPageRegions)
public String getMasterLabel()
public void setMasterLabel(String masterLabel)
public String getPageTemplate()
public void setPageTemplate(String pageTemplate)
public QuickActionList getQuickActionList()
public void setQuickActionList(QuickActionList quickActionList)
public String getSobjectType()
public void setSobjectType(String sobjectType)
public FlexiPageType getType()
public void setType(FlexiPageType type)
public void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
write in interface XMLizablewrite in class MetadataIOExceptionprotected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
writeFields in class MetadataIOExceptionpublic void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
load in interface XMLizableload in class MetadataIOExceptionConnectionExceptionprotected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
loadFields in class MetadataIOExceptionConnectionExceptionCopyright © 2015. All Rights Reserved.