Package com.sas.lsaf.clinical.study.tlf
Class StudyTlfInfo
java.lang.Object
com.sas.lsaf.clinical.study.tlf.StudyTlfInfo
- All Implemented Interfaces:
Serializable
The class that represents the study TLFs for a specific base standard and model.
- Since:
- 2.4
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the name of the base standard, such as SDTM and ADaM.Gets the identifier of the model.longGets the internally managed revision number of the study TLF information.Gets the identifier of the study.getTlfs()Gets the study TLFs.inthashCode()voidSets the study TLFs.toString()
-
Constructor Details
-
StudyTlfInfo
public StudyTlfInfo(String studyId, String baseStandardName, String modelId, List<Tlf> tlfs, long revision) Constructor.- Parameters:
studyId- The unique identifier of the study.baseStandardName- The name of the base standard such as SDTM and ADaM.modelId- The identifier of the model.tlfs- The TLFs that are associated with the study.revision- The internally managed revision number of the study TLF information.
-
-
Method Details
-
getStudyId
Gets the identifier of the study.- Returns:
- The identifier of the study.
-
getBaseStandardName
Gets the name of the base standard, such as SDTM and ADaM.- Returns:
- The name.
-
getModelId
Gets the identifier of the model.- Returns:
- The identifier.
-
getRevision
public long getRevision()Gets the internally managed revision number of the study TLF information.- Returns:
- The internally managed revision number.
-
getTlfs
Gets the study TLFs.- Returns:
- The study TLFs.
-
setTlfs
Sets the study TLFs.- Parameters:
tlfs- The study TLFs
-
hashCode
public int hashCode() -
equals
-
toString
-