com.sas.models
Interface LinkDataInterface

All Known Implementing Classes:
ImageLinkModel, TextLinkModel

public interface LinkDataInterface

An interface for things that hold a link


Method Summary
abstract  java.lang.String getURL()
          Retrieve the url stored in the text link model
abstract  void setURL(java.lang.String newUrl)
          Sets the url stored in the text link model.
 

Method Detail

getURL

java.lang.String getURL()
Retrieve the url stored in the text link model

Returns:
url stored in the model

setURL

void setURL(java.lang.String newUrl)
Sets the url stored in the text link model.

Parameters:
newUrl - The url stored in the model



Copyright © 2009 SAS Institute Inc. All Rights Reserved.