public class ActionOverride extends Object
Java class for ActionOverride complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ActionOverride">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="isAvailableInTouch" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="pageId" type="{urn:tooling.soap.sforce.com}ID"/>
<element name="url" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
isAvailableInTouch |
protected String |
name |
protected String |
pageId |
protected String |
url |
| Constructor and Description |
|---|
ActionOverride() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the value of the name property.
|
String |
getPageId()
Gets the value of the pageId property.
|
String |
getUrl()
Gets the value of the url property.
|
boolean |
isIsAvailableInTouch()
Gets the value of the isAvailableInTouch property.
|
void |
setIsAvailableInTouch(boolean value)
Sets the value of the isAvailableInTouch property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setPageId(String value)
Sets the value of the pageId property.
|
void |
setUrl(String value)
Sets the value of the url property.
|
protected boolean isAvailableInTouch
protected String name
protected String pageId
protected String url
public boolean isIsAvailableInTouch()
public void setIsAvailableInTouch(boolean value)
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getPageId()
Stringpublic void setPageId(String value)
value - allowed object is
Stringpublic String getUrl()
StringCopyright © 2016. All rights reserved.