public class DictionaryDescriptor extends AbstractIdentifiable
Constructor and Description |
---|
DictionaryDescriptor(String id,
String name,
String description,
String standard,
boolean isCheckedOut,
String checkedOutBy,
Date checkedOutDate,
String createdBy,
Date created,
String lastModifiedBy,
Date lastModified,
String releaseDate,
EntityState state,
EntityState publishedState,
EntityStatus dictionaryStatus,
String currentVersion,
int numStudiesAssociated)
It is not intended or recommended that the consumer of this API construct these objects.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getCheckedOutBy()
Gets the userId of the user who checked out the dictionary.
|
Date |
getCheckedOutDate()
Gets the date on which the dictionary was checked out.
|
Date |
getCreated()
Gets the date on which the dictionary was created.
|
String |
getCreatedBy()
Gets the userId of the user who created the dictionary.
|
String |
getCurrentVersion()
Gets the current published version of the dictionary.
|
String |
getDescription()
Gets the description of the dictionary.
|
EntityStatus |
getDictionaryStatus()
Gets the status of the dictionary.
|
Date |
getLastModified()
Gets the date on which the dictionary was last modified.
|
String |
getLastModifiedBy()
Gets the userId of the user who last modified the dictionary.
|
String |
getName()
Gets the name of the dictionary.
|
int |
getNumStudiesAssociated()
Gets the number of studies associated with the dictionary.
|
EntityState |
getPublishedState()
Gets the published state of the dictionary, if it has been published.
|
String |
getReleaseDate()
Gets the release date of the dictionary.
|
String |
getStandard()
Gets the standard which the dictionary represents.
|
EntityState |
getState()
Gets the state of the dictionary.
|
int |
hashCode() |
boolean |
isCheckedOut()
Indicates whether the dictionary is checked out.
|
String |
toString() |
getId, getTypeId
public DictionaryDescriptor(String id, String name, String description, String standard, boolean isCheckedOut, String checkedOutBy, Date checkedOutDate, String createdBy, Date created, String lastModifiedBy, Date lastModified, String releaseDate, EntityState state, EntityState publishedState, EntityStatus dictionaryStatus, String currentVersion, int numStudiesAssociated)
id
- The identifier of the dictionary.name
- The name of the dictionary.description
- The description of the dictionary.standard
- The standard which the dictionary represents.isCheckedOut
- Indicates whether the dictionary is checked out.checkedOutBy
- The userId of the user who checked out the dictionary.checkedOutDate
- The date on which the dictionary was checked out.createdBy
- The userId of the user who created the dictionary.created
- The date on which the dictionary was created.lastModifiedBy
- The userId of the user who last modified the dictionary.lastModified
- The date on which the dictionary was modified.releaseDate
- The release date of the dictionary.state
- The state of the dictionary.publishedState
- The published state of the dictionary, if it has been published.dictionaryStatus
- The status of the dictionary.currentVersion
- The current published version of the dictionary.numStudiesAssociated
- The number of studies associated with the dictionary.public int getNumStudiesAssociated()
public String getName()
public String getDescription()
public String getStandard()
public String getCreatedBy()
public Date getCreated()
public boolean isCheckedOut()
public String getCheckedOutBy()
public Date getCheckedOutDate()
public EntityState getState()
public EntityState getPublishedState()
public EntityStatus getDictionaryStatus()
public String getCurrentVersion()
public Date getLastModified()
public String getLastModifiedBy()
public String getReleaseDate()
public boolean equals(Object obj)
equals
in class AbstractIdentifiable
public int hashCode()
hashCode
in class AbstractIdentifiable
public String toString()
toString
in class AbstractIdentifiable
Copyright (c) 2019, SAS Institute Inc., Cary, NC, USA