com.sas.models
Interface ImageDataInterface

All Superinterfaces:
com.sas.lang.StringDataInterface
All Known Implementing Classes:
ImageLinkModel, ImageModel

public interface ImageDataInterface
extends com.sas.lang.StringDataInterface

An interface for things that hold text and an image


Method Summary
abstract  java.lang.String getImage()
          Retrieve the image stored in the image model
abstract  void setImage(java.lang.String newImage)
          Sets the image stored in the image model.
 
Methods inherited from interface com.sas.lang.StringDataInterface
getText, setText
 

Method Detail

getImage

java.lang.String getImage()
Retrieve the image stored in the image model

Returns:
image stored in the model

setImage

void setImage(java.lang.String newImage)
Sets the image stored in the image model.

Parameters:
newImage - The image stored in the model



Copyright © 2009 SAS Institute Inc. All Rights Reserved.