com.sas.models
Class ImageModel

com.sas.models.ImageModel
All Implemented Interfaces:
com.sas.beans.PropertyChangeSource, com.sas.beans.VetoableChangeSource, ComponentInterface, com.sas.lang.StringDataInterface, LinkPropertiesInterface, ModelInterface, ImageDataInterface, ViewInterface, MultipleValueEventSourceInterface, java.beans.PropertyChangeListener, java.io.ObjectInputValidation, java.io.Serializable, java.util.EventListener
Direct Known Subclasses:
ImageLinkModel

public class ImageModel
implements ImageDataInterface

Provides an implementation of ImageDataInterface

See Also:
Serialized Form

Constructor Summary
ImageModel()
          Constructs a new ImageModel
 
Method Summary
 java.lang.String getImage()
          Gets the image
 java.lang.String getText()
          Gets the text
 void setImage(java.lang.String newImage)
          Sets the image
 void setText(java.lang.String newText)
          Sets the text
 
Methods inherited from class com.sas.Component
addLink, addPropertyChangeListener, addVetoableChangeListener, anyPropertyChangeListeners, attachModel, attachView, beansIsDesignTime, beansSetDesignTime, clone, clone, detachModel, detachView, dumpComponent, firePropertyChange, firePropertyChange, fireVetoableChange, getComponentDescription, getComponentSupportInfo, getEventMethod, getEventValues, getExtendedBeanInfo, getLinkInfo, getModelInterface, getRequiredInterfaces, getResources, getStringResource, getViewInterfaceSupportInfo, initialize, initializeComponent, isDesignTime, isLinked, propertyChange, queryLinks, queryLinks, refresh, removeAllLinks, removeInterfaceTraps, removeLink, removePropertyChangeListener, removeVetoableChangeListener, setComponentDescription, setComponentSupportInfo, setDefaultValues, setLinkInfo, setModelInterface, setRequiredInterfaces, setViewInterfaceSupportInfo, supportsListenerInterface, supportsRequiredInterfaces, trapInterfaceEvents, validateObject
 

Constructor Detail

ImageModel

public ImageModel()
Constructs a new ImageModel

Method Detail

getText

public java.lang.String getText()
Gets the text

Specified by:
getText in interface com.sas.lang.StringDataInterface
Returns:
text The text

setText

public void setText(java.lang.String newText)
Sets the text

Specified by:
setText in interface com.sas.lang.StringDataInterface
Parameters:
newText - The text

getImage

public java.lang.String getImage()
Gets the image

Specified by:
getImage in interface ImageDataInterface
Returns:
image The image

setImage

public void setImage(java.lang.String newImage)
Sets the image

Specified by:
setImage in interface ImageDataInterface
Parameters:
newImage - The image



Copyright © 2009 SAS Institute Inc. All Rights Reserved.