Class ExecutionData


  • public class ExecutionData
    extends Object
    This class contains execution data in the form of rows of data. These rows are collected for a purpose.
    • Method Detail

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • getExecutionType

        public ExecutionType getExecutionType()
        Gets executionType
        Returns:
        value of executionType
      • setExecutionType

        public void setExecutionType​(ExecutionType executionType)
        Sets executionType
        Parameters:
        executionType - value of executionType
      • getDataSetMeta

        public ExecutionDataSetMeta getDataSetMeta()
        Gets dataSetMeta
        Returns:
        value of dataSetMeta
      • setDataSetMeta

        public void setDataSetMeta​(ExecutionDataSetMeta dataSetMeta)
        Sets dataSetMeta
        Parameters:
        dataSetMeta - value of dataSetMeta
      • isFinished

        public boolean isFinished()
        Gets finished
        Returns:
        value of finished
      • setFinished

        public void setFinished​(boolean finished)
        Sets finished
        Parameters:
        finished - value of finished
      • getCollectionDate

        public Date getCollectionDate()
        Gets collectionDate
        Returns:
        value of collectionDate
      • setCollectionDate

        public void setCollectionDate​(Date collectionDate)
        Sets collectionDate
        Parameters:
        collectionDate - value of collectionDate
      • getParentId

        public String getParentId()
        Gets parentId
        Returns:
        value of parentId
      • setParentId

        public void setParentId​(String parentId)
        Sets parentId
        Parameters:
        parentId - value of parentId
      • getOwnerId

        public String getOwnerId()
        Gets ownerId
        Returns:
        value of ownerId
      • setOwnerId

        public void setOwnerId​(String ownerId)
        Sets ownerId
        Parameters:
        ownerId - value of ownerId
      • getDataSets

        public Map<String,​RowBuffer> getDataSets()
        Gets dataSets
        Returns:
        value of dataSets
      • setDataSets

        public void setDataSets​(Map<String,​RowBuffer> dataSets)
        Sets dataSets
        Parameters:
        dataSets - value of dataSets
      • setSetMetaData

        public void setSetMetaData​(Map<String,​ExecutionDataSetMeta> setMetaData)
        Sets setDescriptions
        Parameters:
        setMetaData - value of setDescriptions