com.endeca.infront.cartridge.model
Class MediaSourceConfig

java.lang.Object
  extended by com.endeca.infront.cartridge.model.MediaSourceConfig

public class MediaSourceConfig
extends Object

MediaObject configuration model.


Constructor Summary
MediaSourceConfig()
           
 
Method Summary
 String getSourceName()
           
 String getSourceValue()
           
 void setSourceName(String srcName)
          Sets the media source name.
 void setSourceValue(String srcValue)
          Sets the media source value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MediaSourceConfig

public MediaSourceConfig()
Method Detail

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, Oracle and/or its affiliates. All rights reserved.