public class StudyTlfInfo extends Object implements Serializable
Constructor and Description |
---|
StudyTlfInfo(String studyId,
String baseStandardName,
String modelId,
List<Tlf> tlfs,
long revision)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getBaseStandardName()
Gets the name of the base standard, such as SDTM and ADaM.
|
String |
getModelId()
Gets the identifier of the model.
|
long |
getRevision()
Gets the internally managed revision number of the study TLF information.
|
String |
getStudyId()
Gets the identifier of the study.
|
List<Tlf> |
getTlfs()
Gets the study TLFs.
|
int |
hashCode() |
void |
setTlfs(List<Tlf> tlfs)
Sets the study TLFs.
|
String |
toString() |
public StudyTlfInfo(String studyId, String baseStandardName, String modelId, List<Tlf> tlfs, long revision)
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.public String getStudyId()
public String getBaseStandardName()
public String getModelId()
public long getRevision()
<i>Copyright (c) 2021, SAS Institute Inc., Cary, NC, USA</i>