Class RssOutputData
- java.lang.Object
-
- org.pentaho.di.trans.step.BaseStepData
-
- org.pentaho.di.trans.steps.rssoutput.RssOutputData
-
- All Implemented Interfaces:
StepDataInterface
public class RssOutputData extends BaseStepData implements StepDataInterface
- Since:
- 4-Nov-2007
- Author:
- Samatar
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.pentaho.di.trans.step.BaseStepData
BaseStepData.StepExecutionStatus
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description RssOutputData()
-
Method Summary
-
Methods inherited from class org.pentaho.di.trans.step.BaseStepData
getStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, isStopped, setStatus
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.pentaho.di.trans.step.StepDataInterface
getStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, setStatus
-
-
-
-
Field Detail
-
inputRowMeta
public org.pentaho.di.core.row.RowMetaInterface inputRowMeta
-
outputRowMeta
public org.pentaho.di.core.row.RowMetaInterface outputRowMeta
-
indexOfFieldchanneltitle
public int indexOfFieldchanneltitle
-
indexOfFieldchanneldescription
public int indexOfFieldchanneldescription
-
indexOfFieldchannellink
public int indexOfFieldchannellink
-
indexOfFielditemtitle
public int indexOfFielditemtitle
-
indexOfFielditemdescription
public int indexOfFielditemdescription
-
indexOfFieldchannelpubdate
public int indexOfFieldchannelpubdate
-
indexOfFieldchannellanguage
public int indexOfFieldchannellanguage
-
indexOfFieldchannelcopyright
public int indexOfFieldchannelcopyright
-
indexOfFieldchannelauthor
public int indexOfFieldchannelauthor
-
indexOfFieldchannelimagetitle
public int indexOfFieldchannelimagetitle
-
indexOfFieldchannelimagelink
public int indexOfFieldchannelimagelink
-
indexOfFieldchannelimageurl
public int indexOfFieldchannelimageurl
-
indexOfFieldchannelimagedescription
public int indexOfFieldchannelimagedescription
-
indexOfFielditemlink
public int indexOfFielditemlink
-
indexOfFielditempubdate
public int indexOfFielditempubdate
-
indexOfFielditemauthor
public int indexOfFielditemauthor
-
indexOfFielditempointx
public int indexOfFielditempointx
-
indexOfFielditempointy
public int indexOfFielditempointy
-
channeltitlevalue
public String channeltitlevalue
-
channeldescriptionvalue
public String channeldescriptionvalue
-
channellinkvalue
public String channellinkvalue
-
channelpubdatevalue
public Date channelpubdatevalue
-
channellanguagevalue
public String channellanguagevalue
-
channelcopyrightvalue
public String channelcopyrightvalue
-
channelauthorvalue
public String channelauthorvalue
-
channelimagetitlevalue
public String channelimagetitlevalue
-
channelimagelinkvalue
public String channelimagelinkvalue
-
channelimageurlvalue
public String channelimageurlvalue
-
channelimagedescriptionvalue
public String channelimagedescriptionvalue
-
filename
public String filename
-
indexOfFieldfilename
public int indexOfFieldfilename
-
customchannels
public int[] customchannels
-
customitems
public int[] customitems
-
valuecustomchannels
public int[] valuecustomchannels
-
valuecustomItems
public int[] valuecustomItems
-
document
public org.dom4j.Document document
-
rssElement
public org.dom4j.Element rssElement
-
channel
public org.dom4j.Element channel
-
itemtag
public org.dom4j.Element itemtag
-
-