Class RESTTransformChain
- java.lang.Object
-
- de.terrestris.shoguncore.importer.communication.AbstractRESTEntity
-
- de.terrestris.shoguncore.importer.transform.RESTTransformChain
-
public class RESTTransformChain extends AbstractRESTEntity
- Author:
- Daniel Koch, terrestris GmbH & Co. KG
-
-
Constructor Summary
Constructors Constructor Description RESTTransformChain()Default constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<RESTTransform>getTransforms()StringgetType()voidsetTransforms(List<RESTTransform> transforms)voidsetType(String type)
-
-
-
Method Detail
-
getType
public String getType()
- Returns:
- the type
-
setType
public void setType(String type)
- Parameters:
type- the type to set
-
getTransforms
public List<RESTTransform> getTransforms()
- Returns:
- the transforms
-
setTransforms
public void setTransforms(List<RESTTransform> transforms)
- Parameters:
transforms- the transforms to set
-
-