Method Summary |
|
public synchronized Date | getDate() Returns the date and time or range of date and time on or over which
the process step occurred. |
public InternationalString | getDescription() Returns the description of the event, including related parameters or tolerances. |
public synchronized Collection | getProcessors() Returns the identification of, and means of communication with, person(s) and
organization(s) associated with the process step. |
public InternationalString | getRationale() Returns the requirement or purpose for the process step. |
public synchronized Collection | getSources() Returns the information about the source data used in creating the data specified
by the scope. |
public synchronized void | setDate(Date newValue) Set the date and time or range of date and time on or over which the process
step occurred. |
public synchronized void | setDescription(InternationalString newValue) Set the description of the event, including related parameters or tolerances. |
public synchronized void | setProcessors(Collection newValues) Identification of, and means of communication with, person(s) and
organization(s) associated with the process step. |
public synchronized void | setRationale(InternationalString newValue) Set the requirement or purpose for the process step. |
public synchronized void | setSources(Collection newValues) Information about the source data used in creating the data specified by the scope. |