@Deprecated public class TransDataService extends Object implements XMLInterface
Modifier and Type | Field and Description |
---|---|
static String |
XML_TAG_VARIABLE_MAP
Deprecated.
|
static String |
XML_TAG_VARIABLE_MAPS
Deprecated.
|
Constructor and Description |
---|
TransDataService()
Deprecated.
|
TransDataService(Node serviceNode)
Deprecated.
|
TransDataService(String name)
Deprecated.
|
TransDataService(String name,
String fileName,
ObjectId objectId,
String serviceStepName)
Deprecated.
|
TransDataService(String name,
String fileName,
ObjectId objectId,
String serviceStepName,
List<FieldVariableMapping> fieldVariableMappings,
ServiceCacheMethod cacheMethod)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ServiceCacheMethod |
getCacheMethod()
Deprecated.
|
List<FieldVariableMapping> |
getFieldVariableMappings()
Deprecated.
|
String |
getFileName()
Deprecated.
|
String |
getName()
Deprecated.
|
ObjectId |
getObjectId()
Deprecated.
|
String |
getServiceStepName()
Deprecated.
|
String |
getXML()
Deprecated.
Describes the Object implementing this interface as XML
|
boolean |
isDual()
Deprecated.
|
void |
setCacheMethod(ServiceCacheMethod cacheMethod)
Deprecated.
|
void |
setDual(boolean dual)
Deprecated.
|
void |
setFieldVariableMappings(List<FieldVariableMapping> fieldVariableMappings)
Deprecated.
|
void |
setFileName(String fileName)
Deprecated.
|
void |
setName(String name)
Deprecated.
|
void |
setObjectId(ObjectId objectId)
Deprecated.
|
void |
setServiceStepName(String serviceStepName)
Deprecated.
|
public static final String XML_TAG_VARIABLE_MAPS
public static final String XML_TAG_VARIABLE_MAP
public TransDataService()
public TransDataService(String name)
name
- public TransDataService(Node serviceNode)
public TransDataService(String name, String fileName, ObjectId objectId, String serviceStepName)
name
- fileName
- repositoryName
- repositoryId
- serviceStepName
- public TransDataService(String name, String fileName, ObjectId objectId, String serviceStepName, List<FieldVariableMapping> fieldVariableMappings, ServiceCacheMethod cacheMethod)
name
- fileName
- repositoryName
- repositoryId
- serviceStepName
- public String getXML()
XMLInterface
getXML
in interface XMLInterface
public String getName()
public void setName(String name)
name
- the name to setpublic String getFileName()
public void setFileName(String fileName)
fileName
- the fileName to setpublic String getServiceStepName()
public void setServiceStepName(String serviceStepName)
serviceStepName
- the serviceStepName to setpublic boolean isDual()
public void setDual(boolean dual)
dual
- the dual to setpublic List<FieldVariableMapping> getFieldVariableMappings()
public void setFieldVariableMappings(List<FieldVariableMapping> fieldVariableMappings)
fieldVariableMappings
- the fieldVariableMappings to setpublic ObjectId getObjectId()
public void setObjectId(ObjectId objectId)
objectId
- the objectId to setpublic ServiceCacheMethod getCacheMethod()
public void setCacheMethod(ServiceCacheMethod cacheMethod)
cacheMethod
- the cacheMethod to set