Class DataStoreReference

All Implemented Interfaces:
HasExecutionListeners, HasExtensionAttributes

public class DataStoreReference extends FlowElement
  • Field Details

    • dataState

      protected String dataState
    • itemSubjectRef

      protected String itemSubjectRef
    • dataStoreRef

      protected String dataStoreRef
  • Constructor Details

    • DataStoreReference

      public DataStoreReference()
  • Method Details

    • getDataState

      public String getDataState()
    • setDataState

      public void setDataState(String dataState)
    • getItemSubjectRef

      public String getItemSubjectRef()
    • setItemSubjectRef

      public void setItemSubjectRef(String itemSubjectRef)
    • getDataStoreRef

      public String getDataStoreRef()
    • setDataStoreRef

      public void setDataStoreRef(String dataStoreRef)
    • clone

      public DataStoreReference clone()
      Specified by:
      clone in class FlowElement
    • setValues

      public void setValues(DataStoreReference otherElement)