com.endeca.infront.cartridge.model
Class MediaSourceConfig
java.lang.Object
com.endeca.infront.cartridge.model.MediaSourceConfig
public class MediaSourceConfig
- extends Object
MediaObject configuration model.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MediaSourceConfig
public MediaSourceConfig()
getSourceName
public String getSourceName()
- Returns:
- The media source name.
setSourceName
public void setSourceName(String srcName)
- Sets the media source name.
- Parameters:
srcName - the source name
getSourceValue
public String getSourceValue()
- Returns:
- The media source value.
setSourceValue
public void setSourceValue(String srcValue)
- Sets the media source value.
- Parameters:
srcValue - the source value
Copyright © 2012. All Rights Reserved.