public class ProcessStepImpl extends MetadataEntity implements ProcessStep
LOGGER
Constructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
ensureNonNull, getStandard
checkWritePermission, clone, copyCollection, copyList, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, unmodifiable
asMap, asTree, equals, getInterface, hashCode, toString
public ProcessStepImpl()
public ProcessStepImpl(ProcessStep source)
public ProcessStepImpl(InternationalString description)
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)
Copyright © 1996–2019 Geotools. All rights reserved.