Package com.sas.lsaf.clinical.study
Class Study
java.lang.Object
com.sas.lsaf.core.AbstractIdentifiable
com.sas.lsaf.clinical.study.Study
- All Implemented Interfaces:
Identifiable,Serializable
The class that represents a study, which is a context for which clinical metadata can be defined. Specifically, a study is a context in the repository
with the study capability.
- Since:
- 2.2
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.sas.lsaf.core.AbstractIdentifiable
getId, getTypeId
-
Constructor Details
-
Study
It is not intended or recommended that the consumer of the API construct these objects. They should deal only with the studies returned by the API.- Parameters:
typeId- The object type identifier of the study.id- The unique identifier of the study.name- The name of the study.path- The full path of the study in the repository, which includes the name.
-
-
Method Details
-
getName
Gets the name of the study.- Returns:
- The name of the study.
-
getPath
Gets the full path of the study in the repository, which includes the name.- Returns:
- The full path of the study in the repository, which includes the name.
-
hashCode
public int hashCode()- Overrides:
hashCodein classAbstractIdentifiable
-
equals
- Overrides:
equalsin classAbstractIdentifiable
-
toString
- Overrides:
toStringin classAbstractIdentifiable
-