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 this 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 when the study component was marked for edit.
|
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 when it was marked for edit. Otherwise, null.public boolean isBeingEdited()
public String getEditedBy()
public Date getEditStartDate()
Copyright (c) 2019, SAS Institute Inc., Cary, NC, USA