SRJRCFrames
v0.1.296

de.schwarzrot.app.config
Class WorkerConfig

java.lang.Object
  extended by com.jgoodies.binding.beans.Model
      extended by de.schwarzrot.data.support.AbstractEntity
          extended by de.schwarzrot.app.config.support.AbstractConfigBase
              extended by de.schwarzrot.app.config.WorkerConfig
All Implemented Interfaces:
com.jgoodies.binding.beans.Observable, Entity, Serializable, Comparable<Entity>

public class WorkerConfig
extends AbstractConfigBase

configuration entity used by background workers like SRAppJobProcessor. Such entities are local informations (bound to certain machine), implemented by Preferences. The instance of WorkerConfig is created by the application installers.

Author:
Reinhard Mantey
See Also:
Serialized Form

Constructor Summary
WorkerConfig()
           
 
Method Summary
 String getBackupTarget()
           
 String getBurnDevice()
           
 String getConvert()
           
 String getCutterPath()
           
 String getDvdAuthor()
           
 String getFFmpegPath()
           
 String getGenindexPesPath()
           
 String getGenindexTSPath()
           
 String getGenisoimage()
           
 String getGrowisofs()
           
 String getHandbrake()
           
 String getImageBaseDir()
           
 String getIsoDirectory()
           
 String getMpeg2enc()
           
 String getMplex()
           
 String getPpmtoy4m()
           
 String getProjectXPath()
           
 String getRecordingRoot()
           
 String getRequantizer()
           
 String getSilence()
           
 String getSpumux()
           
 String getWorkBaseDir()
           
 String getXIni()
           
 boolean isCutHDenabled()
           
 void setBackupTarget(String backupTarget)
           
 void setBurnDevice(String burnDevice)
           
 void setConvert(String convert)
           
 void setCutHDenabled(boolean cutHDenabled)
           
 void setCutterPath(String cutterPath)
           
 void setDvdAuthor(String dvdAuthor)
           
 void setFFmpegPath(String ffmpegPath)
           
 void setGenindexPesPath(String genindexPesPath)
           
 void setGenindexTSPath(String genindexTSPath)
           
 void setGenisoimage(String genisoimage)
           
 void setGrowisofs(String growisofs)
           
 void setHandbrake(String handbrake)
           
 void setImageBaseDir(String imageDir)
           
 void setIsoDirectory(String isoDir)
           
 void setMpeg2enc(String mpeg2enc)
           
 void setMplex(String mplex)
           
 void setPpmtoy4m(String ppmtoy4m)
           
 void setProjectXPath(String projectX)
           
 void setRecordingRoot(String recordingRoot)
           
 void setRequantizer(String requantizer)
           
 void setSilence(String silence)
           
 void setSpumux(String spumux)
           
 void setWorkBaseDir(String workBaseDir)
           
 void setXIni(String xini)
           
 
Methods inherited from class de.schwarzrot.app.config.support.AbstractConfigBase
getPersistenceName, getSupportedDBDrivers, getSystemClass, isUserType
 
Methods inherited from class de.schwarzrot.data.support.AbstractEntity
adoptChildren, adoptChildren, adoptGroupedChildren, compareTo, equals, getCModified, getCode, getDefaultOrder, getDtCreated, getDtModified, getId, getLogger, getMappings, getSchemaName, getSkipList, getUCreated, getUModified, getUniqColumnNames, getUserAttributes, getVariantColumnName, getVariantTypeMap, hashCode, isDirty, isVirtual, setCModified, setDirty, setDtCreated, setDtModified, setId, setSchemaName, setUCreated, setUModified, toString, validate
 
Methods inherited from class com.jgoodies.binding.beans.Model
addPropertyChangeListener, addPropertyChangeListener, addVetoableChangeListener, addVetoableChangeListener, equals, fireIndexedPropertyChange, fireIndexedPropertyChange, fireIndexedPropertyChange, fireMultiplePropertiesChanged, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, fireVetoableChange, fireVetoableChange, fireVetoableChange, fireVetoableChange, fireVetoableChange, fireVetoableChange, getPropertyChangeListeners, getPropertyChangeListeners, getVetoableChangeListeners, getVetoableChangeListeners, removePropertyChangeListener, removePropertyChangeListener, removeVetoableChangeListener, removeVetoableChangeListener
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.jgoodies.binding.beans.Observable
addPropertyChangeListener, removePropertyChangeListener
 

Constructor Detail

WorkerConfig

public WorkerConfig()
Method Detail

getBackupTarget

public final String getBackupTarget()

getBurnDevice

public final String getBurnDevice()

getConvert

public final String getConvert()

getCutterPath

public final String getCutterPath()

getDvdAuthor

public final String getDvdAuthor()

getFFmpegPath

public final String getFFmpegPath()

getGenindexPesPath

public String getGenindexPesPath()

getGenindexTSPath

public String getGenindexTSPath()

getGenisoimage

public final String getGenisoimage()

getGrowisofs

public final String getGrowisofs()

getHandbrake

public final String getHandbrake()

getImageBaseDir

public final String getImageBaseDir()

getIsoDirectory

public final String getIsoDirectory()

getMpeg2enc

public final String getMpeg2enc()

getMplex

public final String getMplex()

getPpmtoy4m

public final String getPpmtoy4m()

getProjectXPath

public final String getProjectXPath()

getRecordingRoot

public final String getRecordingRoot()

getRequantizer

public final String getRequantizer()

getSilence

public final String getSilence()

getSpumux

public final String getSpumux()

getWorkBaseDir

public final String getWorkBaseDir()

getXIni

public final String getXIni()

isCutHDenabled

public final boolean isCutHDenabled()

setBackupTarget

public final void setBackupTarget(String backupTarget)

setBurnDevice

public final void setBurnDevice(String burnDevice)

setConvert

public final void setConvert(String convert)

setCutHDenabled

public final void setCutHDenabled(boolean cutHDenabled)

setCutterPath

public final void setCutterPath(String cutterPath)

setDvdAuthor

public final void setDvdAuthor(String dvdAuthor)

setFFmpegPath

public final void setFFmpegPath(String ffmpegPath)

setGenindexPesPath

public void setGenindexPesPath(String genindexPesPath)

setGenindexTSPath

public void setGenindexTSPath(String genindexTSPath)

setGenisoimage

public final void setGenisoimage(String genisoimage)

setGrowisofs

public final void setGrowisofs(String growisofs)

setHandbrake

public final void setHandbrake(String handbrake)

setImageBaseDir

public final void setImageBaseDir(String imageDir)

setIsoDirectory

public final void setIsoDirectory(String isoDir)

setMpeg2enc

public final void setMpeg2enc(String mpeg2enc)

setMplex

public final void setMplex(String mplex)

setPpmtoy4m

public final void setPpmtoy4m(String ppmtoy4m)

setProjectXPath

public final void setProjectXPath(String projectX)

setRecordingRoot

public final void setRecordingRoot(String recordingRoot)

setRequantizer

public final void setRequantizer(String requantizer)

setSilence

public final void setSilence(String silence)

setSpumux

public final void setSpumux(String spumux)

setWorkBaseDir

public final void setWorkBaseDir(String workBaseDir)

setXIni

public final void setXIni(String xini)

SRJRCFrames
v0.1.296

hosted at
Find SRJRCFrames at SourceForge.net. Fast, secure and free:
           Open Source Software download
Submit a bug or request a feature

SRJRCFrames is published according to the GNU General Public License
Copyright 2005-2012 Reinhard Mantey - some rights reserved.