net.sf.fmj.ui.wizards
Class ProcessorWizardConfig

java.lang.Object
  extended by net.sf.fmj.ui.wizards.ProcessorWizardConfig
Direct Known Subclasses:
RTPTransmitWizardConfig, TranscodeWizardConfig

public class ProcessorWizardConfig
extends java.lang.Object

Author:
Ken Larson

Field Summary
 ContentDescriptor contentDescriptor
           
 java.lang.String destUrl
           
 TrackConfig[] trackConfigs
           
 java.lang.String url
           
 
Constructor Summary
ProcessorWizardConfig()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

url

public java.lang.String url

contentDescriptor

public ContentDescriptor contentDescriptor

trackConfigs

public TrackConfig[] trackConfigs

destUrl

public java.lang.String destUrl
Constructor Detail

ProcessorWizardConfig

public ProcessorWizardConfig()