com.jurismarches.vradi.entities
Interface WebHarvestStream

All Superinterfaces:
org.nuiton.wikitty.BusinessEntity, java.lang.Cloneable, java.io.Serializable, XmlStream
All Known Implementing Classes:
WebHarvestStreamAbstract, WebHarvestStreamHelper, WebHarvestStreamImpl

public interface WebHarvestStream
extends org.nuiton.wikitty.BusinessEntity, XmlStream


Field Summary
static java.lang.String EXT_WEBHARVESTSTREAM
           
static java.lang.String FIELD_WEBHARVESTSTREAM_SCRIPTURL
           
static java.lang.String FQ_FIELD_WEBHARVESTSTREAM_SCRIPTURL
           
 
Fields inherited from interface com.jurismarches.vradi.entities.XmlStream
EXT_XMLSTREAM, FIELD_XMLSTREAM_FORM, FIELD_XMLSTREAM_FORMTYPENAME, FIELD_XMLSTREAM_NAME, FIELD_XMLSTREAM_URL, FIELD_XMLSTREAM_XMLFIELDBINDING, FQ_FIELD_XMLSTREAM_FORM, FQ_FIELD_XMLSTREAM_FORMTYPENAME, FQ_FIELD_XMLSTREAM_NAME, FQ_FIELD_XMLSTREAM_URL, FQ_FIELD_XMLSTREAM_XMLFIELDBINDING
 
Method Summary
 java.lang.String getScriptUrl()
           
 void setScriptUrl(java.lang.String scriptUrl)
           
 
Methods inherited from interface com.jurismarches.vradi.entities.XmlStream
addXmlFieldBinding, clearXmlFieldBinding, getForm, getFormTypeName, getName, getUrl, getXmlFieldBinding, removeXmlFieldBinding, setForm, setFormTypeName, setName, setUrl
 
Methods inherited from interface org.nuiton.wikitty.BusinessEntity
addPropertyChangeListener, addPropertyChangeListener, getExtensionFields, getExtensionNames, getField, getFieldType, getWikittyId, getWikittyVersion, removePropertyChangeListener, removePropertyChangeListener, setField, setWikittyVersion
 

Field Detail

EXT_WEBHARVESTSTREAM

static final java.lang.String EXT_WEBHARVESTSTREAM
See Also:
Constant Field Values

FIELD_WEBHARVESTSTREAM_SCRIPTURL

static final java.lang.String FIELD_WEBHARVESTSTREAM_SCRIPTURL
See Also:
Constant Field Values

FQ_FIELD_WEBHARVESTSTREAM_SCRIPTURL

static final java.lang.String FQ_FIELD_WEBHARVESTSTREAM_SCRIPTURL
See Also:
Constant Field Values
Method Detail

setScriptUrl

void setScriptUrl(java.lang.String scriptUrl)

getScriptUrl

java.lang.String getScriptUrl()


Copyright © 2009-2010 JurisMarches. All Rights Reserved.