Package org.apache.hop.www.service
Class WebService
- java.lang.Object
-
- org.apache.hop.metadata.api.HopMetadataBase
-
- org.apache.hop.www.service.WebService
-
- All Implemented Interfaces:
IHopMetadata
public class WebService extends HopMetadataBase implements IHopMetadata
-
-
Field Summary
-
Fields inherited from class org.apache.hop.metadata.api.HopMetadataBase
metadataProviderName, name
-
-
Constructor Summary
Constructors Constructor Description WebService()WebService(String name, boolean enabled, String filename, String transformName, String fieldName, String contentType, boolean listingStatus, String bodyContentVariable, String runConfigurationName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBodyContentVariable()Gets bodyContentVariableStringgetContentType()Gets contentTypeStringgetFieldName()Gets fieldNameStringgetFilename()Gets filenameStringgetRunConfigurationName()Gets runConfigurationNameStringgetTransformName()Gets transformNamebooleanisEnabled()Gets enabledbooleanisListingStatus()Gets listingStatusvoidsetBodyContentVariable(String bodyContentVariable)Sets bodyContentVariablevoidsetContentType(String contentType)voidsetEnabled(boolean enabled)voidsetFieldName(String fieldName)voidsetFilename(String filename)voidsetListingStatus(boolean listingStatus)voidsetRunConfigurationName(String runConfigurationName)Sets runConfigurationNamevoidsetTransformName(String transformName)-
Methods inherited from class org.apache.hop.metadata.api.HopMetadataBase
equals, getMetadataProviderName, getName, hashCode, setMetadataProviderName, setName
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.hop.metadata.api.IHopMetadata
getMetadataProviderName, getName, setMetadataProviderName, setName
-
-
-
-
Method Detail
-
isEnabled
public boolean isEnabled()
Gets enabled- Returns:
- value of enabled
-
setEnabled
public void setEnabled(boolean enabled)
- Parameters:
enabled- The enabled to set
-
getFilename
public String getFilename()
Gets filename- Returns:
- value of filename
-
setFilename
public void setFilename(String filename)
- Parameters:
filename- The filename to set
-
getTransformName
public String getTransformName()
Gets transformName- Returns:
- value of transformName
-
setTransformName
public void setTransformName(String transformName)
- Parameters:
transformName- The transformName to set
-
getFieldName
public String getFieldName()
Gets fieldName- Returns:
- value of fieldName
-
setFieldName
public void setFieldName(String fieldName)
- Parameters:
fieldName- The fieldName to set
-
getContentType
public String getContentType()
Gets contentType- Returns:
- value of contentType
-
setContentType
public void setContentType(String contentType)
- Parameters:
contentType- The contentType to set
-
isListingStatus
public boolean isListingStatus()
Gets listingStatus- Returns:
- value of listingStatus
-
setListingStatus
public void setListingStatus(boolean listingStatus)
- Parameters:
listingStatus- The listingStatus to set
-
getBodyContentVariable
public String getBodyContentVariable()
Gets bodyContentVariable- Returns:
- value of bodyContentVariable
-
setBodyContentVariable
public void setBodyContentVariable(String bodyContentVariable)
Sets bodyContentVariable- Parameters:
bodyContentVariable- value of bodyContentVariable
-
getRunConfigurationName
public String getRunConfigurationName()
Gets runConfigurationName- Returns:
- value of runConfigurationName
-
setRunConfigurationName
public void setRunConfigurationName(String runConfigurationName)
Sets runConfigurationName- Parameters:
runConfigurationName- value of runConfigurationName
-
-