Package com.sas.lsaf.clinical.standards
Class BaseStandardTypeInfo
java.lang.Object
com.sas.lsaf.clinical.standards.BaseStandardTypeInfo
- All Implemented Interfaces:
Serializable
The class that represents base clinical standard type details. The type represents the general category of the base standard.
- Since:
- 2.2
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBaseStandardTypeInfo(String type, String name, String version) It is not intended or recommended that the consumer of the API construct these objects. -
Method Summary
-
Constructor Details
-
BaseStandardTypeInfo
It is not intended or recommended that the consumer of the API construct these objects. They should only deal with those returned by the API.- Parameters:
type- The type of the base standard, such as Analysis and Tabulation.name- The name of the base standard, such as SDTM and ADaM.version- The version of the base standard.
-
-
Method Details
-
getType
Gets the type of the base standard, such as Analysis and Tabulation.- Returns:
- The name of the base standard, such as Analysis and Tabulation.
-
getName
Gets the name of the base standard, such as SDTM and ADaM.- Returns:
- The name of the base standard, such as SDTM and ADaM.
-
getVersion
Gets the version of the base standard.- Returns:
- The version of the the base standard.
-
hashCode
public int hashCode() -
equals
-
toString
-