public class ExternalDictionary extends AbstractIdentifiable
Constructor and Description |
---|
ExternalDictionary(String id,
String dictionary,
String version,
DataType dataType,
String shortName,
String name,
String href,
String description,
String createdBy,
Date created,
String lastModifiedBy,
Date lastModified,
int numStudiesAssociated)
It is not intended or recommended that the consumer of the API construct these objects.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Date |
getCreated()
Gets the date on which the external dictionary was created.
|
String |
getCreatedBy()
Gets the userId of the user who created the external dictionary.
|
DataType |
getDataType()
Gets the data type of the external dictionary.
|
String |
getDescription()
Gets the description of the external dictionary.
|
String |
getDictionary()
Gets the name of the external dictionary.
|
String |
getHref()
Gets the href of the external dictionary.
|
Date |
getLastModified()
Gets the date on which the external dictionary was last modified.
|
String |
getLastModifiedBy()
Gets the userId of the user who last modified the external dictionary.
|
String |
getName()
Gets the reference name of the external dictionary.
|
int |
getNumStudiesAssociated()
Gets the number of studies that are associated with the external dictionary.
|
String |
getShortName()
Gets the short name of the external dictionary.
|
String |
getVersion()
Gets the version of the external dictionary.
|
int |
hashCode() |
String |
toString() |
getId, getTypeId
public ExternalDictionary(String id, String dictionary, String version, DataType dataType, String shortName, String name, String href, String description, String createdBy, Date created, String lastModifiedBy, Date lastModified, int numStudiesAssociated)
id
- The identifier of the external dictionary.dictionary
- The name of the external dictionary.version
- The version of the external dictionary.dataType
- The data type of the external dictionary.shortName
- The short name of the external dictionary.name
- The reference name of the external dictionary.href
- The href of the external dictionary.description
- The description of the external dictionary.createdBy
- The userId of the user who created the external dictionary.created
- The date on which the external dictionary was created.lastModifiedBy
- The userId of the user who last modified the external dictionary.lastModified
- The date on which the external dictionary was modified.numStudiesAssociated
- The number of studies that are associated with the external dictionary.public String getShortName()
public String getName()
public String getDictionary()
public String getVersion()
public String getHref()
public String getDescription()
public String getCreatedBy()
public Date getCreated()
public Date getLastModified()
public String getLastModifiedBy()
public DataType getDataType()
public int getNumStudiesAssociated()
public int hashCode()
hashCode
in class AbstractIdentifiable
public boolean equals(Object obj)
equals
in class AbstractIdentifiable
public String toString()
toString
in class AbstractIdentifiable
<i>Copyright (c) 2020, SAS Institute Inc., Cary, NC, USA</i>