|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectAbstractMetadata
ModifiableMetadata
MetadataEntity
ProcessStepImpl
public class ProcessStepImpl
Description of the event, including related parameters or tolerances.
Field Summary |
---|
Fields inherited from class AbstractMetadata |
---|
LOGGER |
Constructor Summary | |
---|---|
ProcessStepImpl()
Creates an initially empty process step. |
|
ProcessStepImpl(InternationalString description)
Creates a process step initialized to the given description. |
|
ProcessStepImpl(ProcessStep source)
Constructs a metadata entity initialized with the values from the specified metadata. |
Method Summary | |
---|---|
Date |
getDate()
Returns the date and time or range of date and time on or over which the process step occurred. |
InternationalString |
getDescription()
Returns the description of the event, including related parameters or tolerances. |
Collection<ResponsibleParty> |
getProcessors()
Returns the identification of, and means of communication with, person(s) and organization(s) associated with the process step. |
InternationalString |
getRationale()
Returns the requirement or purpose for the process step. |
Collection<Source> |
getSources()
Returns the information about the source data used in creating the data specified by the scope. |
void |
setDate(Date newValue)
Set the date and time or range of date and time on or over which the process step occurred. |
void |
setDescription(InternationalString newValue)
Set the description of the event, including related parameters or tolerances. |
void |
setProcessors(Collection<? extends ResponsibleParty> newValues)
Identification of, and means of communication with, person(s) and organization(s) associated with the process step. |
void |
setRationale(InternationalString newValue)
Set the requirement or purpose for the process step. |
void |
setSources(Collection<? extends Source> newValues)
Information about the source data used in creating the data specified by the scope. |
Methods inherited from class MetadataEntity |
---|
ensureNonNull, getStandard |
Methods inherited from class ModifiableMetadata |
---|
checkWritePermission, clone, copyCollection, copyList, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, unmodifiable |
Methods inherited from class AbstractMetadata |
---|
asMap, asTree, equals, getInterface, hashCode, toString |
Methods inherited from class Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ProcessStepImpl()
public ProcessStepImpl(ProcessStep source)
public ProcessStepImpl(InternationalString description)
Method Detail |
---|
public InternationalString getDescription()
getDescription
in interface ProcessStep
public void setDescription(InternationalString newValue)
public InternationalString getRationale()
getRationale
in interface ProcessStep
null
.public void setRationale(InternationalString newValue)
public Date getDate()
getDate
in interface ProcessStep
null
.public void setDate(Date newValue)
public Collection<ResponsibleParty> getProcessors()
getProcessors
in interface ProcessStep
public void setProcessors(Collection<? extends ResponsibleParty> newValues)
public Collection<Source> getSources()
getSources
in interface ProcessStep
public void setSources(Collection<? extends Source> newValues)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |