Class BaseStandardTypeInfo

java.lang.Object
com.sas.lsaf.clinical.standards.BaseStandardTypeInfo
All Implemented Interfaces:
Serializable

public class BaseStandardTypeInfo extends Object implements 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 Details

    • BaseStandardTypeInfo

      public BaseStandardTypeInfo(String type, String name, String version)
      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

      public String 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

      public String 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

      public String getVersion()
      Gets the version of the base standard.
      Returns:
      The version of the the base standard.
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object