Package com.sas.lsaf.clinical.tlf
Class AnalysisDataset
java.lang.Object
com.sas.lsaf.core.AbstractIdentifiable
com.sas.lsaf.clinical.tlf.AnalysisDataset
- All Implemented Interfaces:
Identifiable,Serializable
The class that represents the data set metadata of an analysis result.
- Since:
- 2.5
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the analysis columns of the analysis data set.getName()Gets the name of the analysis data set.Gets the unique id of the analysis data set.Gets the unique identifier of the analysis data set.Gets the where clause of the analysis data set.inthashCode()toString()Methods inherited from class com.sas.lsaf.core.AbstractIdentifiable
getId, getTypeId
-
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
Gets the unique id of the analysis data set.- Returns:
- The id.
-
getResultIdentifier
Gets the unique identifier of the analysis data set.- Returns:
- The identifier.
-
getName
Gets the name of the analysis data set.- Returns:
- The name.
-
getAnalysisColumns
Gets the analysis columns of the analysis data set.- Returns:
- The analysis columns.
-
getWhereClause
Gets the where clause of the analysis data set.- Returns:
- The where clause.
-
toString
- Overrides:
toStringin classAbstractIdentifiable
-
hashCode
public int hashCode()- Overrides:
hashCodein classAbstractIdentifiable
-
equals
- Overrides:
equalsin classAbstractIdentifiable
-