public class StudyComponentEditableStatus extends Object implements Serializable
Constructor and Description |
---|
StudyComponentEditableStatus(boolean isBeingEdited,
String editedBy,
Date editStartDate)
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) |
String |
getEditedBy()
Gets the user who is editing the study component.
|
Date |
getEditStartDate()
Gets the date on which the study component was marked for editing.
|
int |
hashCode() |
boolean |
isBeingEdited()
Indicates whether the study component is being edited.
|
String |
toString() |
public StudyComponentEditableStatus(boolean isBeingEdited, String editedBy, Date editStartDate)
isBeingEdited
- Indicates whether the study component is being edited.editedBy
- If the study component is being edited, the userId of the user who is editing it. Otherwise,
null.editStartDate
- If the study component is being edited, the date on which it was marked for editing. Otherwise,
null.public boolean isBeingEdited()
public String getEditedBy()
public Date getEditStartDate()
<i>Copyright (c) 2021, SAS Institute Inc., Cary, NC, USA</i>