oracle.panama.model
Interface ExternalLink
- All Superinterfaces:
- ModelObject, Service, XMLObject
- public interface ExternalLink
- extends Service
An ExternalLink is a reference to an external URL.
Type | Field |
static int |
TYPEID
The type id of this class. |
static java.lang.String |
TYPENAME
The constant class type identifier |
Type | Method |
java.lang.String |
getExternalURL()
Gets the href property (String) value. |
java.lang.String |
getLanguage()
Gets the language property value |
java.lang.String |
getMimeType()
Gets the mime type property value |
void |
setExternalURL(java.lang.String url)
Sets the href property (String) value. |
void |
setLanguage(java.lang.String language)
Sets the language property value |
void |
setMimeType(java.lang.String mimeType)
Sets the mime type property value |
Methods inherited from interface oracle.panama.model.Service |
getAreaId, getCategory, getCost, getDescription,
getGroups, getParent, getPrimaryAudio, getPrimaryImage,
getSecondaryAudio, getSecondaryImage, getSequenceNo,
getShortName, getTransformer, getURL,
getURLPathParameter, getUserOwner, invoke,
isValid, isViewCustomizable, isVisible, removeAllGroups,
setAreaId, setCategory, setCost, setDescription,
setGroups, setParent, setPrimaryAudio,
setPrimaryImage, setSecondaryAudio, setSecondaryImage,
setSequenceNo, setShortName, setUserOwner,
setValid, setViewCustomizable, setVisible |
Methods inherited from interface oracle.panama.model.ModelObject |
delete, getCreatedDate, getId, getLastModifiedDate, getName, getTypeId,
getTypeName, isSystem, setName,
setSystem, undoAll |
TYPENAME
public static final java.lang.String TYPENAME
- The constant class type identifier
TYPEID
public static final int TYPEID
- The type id of this class.
getExternalURL
public java.lang.String getExternalURL()
- Gets the href property (String) value.
- Returns:
- The href property value.
setExternalURL
public void setExternalURL(java.lang.String url)
- Sets the href property (String) value.
- Parameters:
url
- The new value for the property.
getMimeType
public java.lang.String getMimeType()
- Gets the mime type property value
- Returns:
- the mime type property value
setMimeType
public void setMimeType(java.lang.String mimeType)
- Sets the mime type property value
- Parameters:
mimeType
- the new value for the property
getLanguage
public java.lang.String getLanguage()
- Gets the language property value
- Returns:
- the language property value
setLanguage
public void setLanguage(java.lang.String language)
- Sets the language property value
- Parameters:
language
- the new value for the property