Class AnalysisDataset

java.lang.Object
com.sas.lsaf.core.AbstractIdentifiable
com.sas.lsaf.clinical.tlf.AnalysisDataset
All Implemented Interfaces:
Identifiable, Serializable

public class AnalysisDataset extends AbstractIdentifiable
The class that represents the data set metadata of an analysis result.
Since:
2.5
See Also:
  • Constructor Details

    • AnalysisDataset

      public AnalysisDataset(String id, String resultId, String resultIdentifier, String name, String analysisColumns, String whereClause)
      It is not intended or recommended that the consumer of this API construct these objects. They should only deal with the analysis data sets returned by the API.
      Parameters:
      id - The unique id of the analysis data set.
      resultId - The unique identifier of the analysis result to which this data set is associated.
      resultIdentifier - The result identifier of the analysis result to which this data set is associated.
      name - The name of the analysis data set.
      analysisColumns - The analysis columns of the data set.
      whereClause - The where clause of the data set.
  • Method Details

    • getResultId

      public String getResultId()
      Gets the unique id of the analysis data set.
      Returns:
      The id.
    • getResultIdentifier

      public String getResultIdentifier()
      Gets the unique identifier of the analysis data set.
      Returns:
      The identifier.
    • getName

      public String getName()
      Gets the name of the analysis data set.
      Returns:
      The name.
    • getAnalysisColumns

      public String getAnalysisColumns()
      Gets the analysis columns of the analysis data set.
      Returns:
      The analysis columns.
    • getWhereClause

      public String getWhereClause()
      Gets the where clause of the analysis data set.
      Returns:
      The where clause.
    • toString

      public String toString()
      Overrides:
      toString in class AbstractIdentifiable
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class AbstractIdentifiable
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class AbstractIdentifiable