|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.geotools.metadata.iso.MetadataEntity org.geotools.metadata.iso.lineage.ProcessStepImpl
Description of the event, including related parameters or tolerances.
Field Summary |
Fields inherited from class org.geotools.metadata.iso.MetadataEntity |
LOGGER |
Constructor Summary | |
ProcessStepImpl()
Creates an initially empty process step. |
|
ProcessStepImpl(org.opengis.util.InternationalString description)
Creates a process step initialized to the given description. |
Method Summary | |
boolean |
equals(java.lang.Object object)
Compare this process step with the specified object for equality. |
protected void |
freeze()
Declare this metadata and all its attributes as unmodifiable. |
java.util.Date |
getDate()
Returns the date and time or range of date and time on or over which the process step occurred. |
org.opengis.util.InternationalString |
getDescription()
Returns the description of the event, including related parameters or tolerances. |
java.util.Collection |
getProcessors()
Returns the identification of, and means of communication with, person(s) and organization(s) associated with the process step. |
org.opengis.util.InternationalString |
getRationale()
Returns the requirement or purpose for the process step. |
java.util.Collection |
getSources()
Returns the information about the source data used in creating the data specified by the scope. |
int |
hashCode()
Returns a hash code value for this process step. |
void |
setDate(java.util.Date newValue)
Set the date and time or range of date and time on or over which the process step occurred. |
void |
setDescription(org.opengis.util.InternationalString newValue)
Set the description of the event, including related parameters or tolerances. |
void |
setProcessors(java.util.Collection newValues)
Identification of, and means of communication with, person(s) and organization(s) associated with the process step. |
void |
setRationale(org.opengis.util.InternationalString newValue)
Set the requirement or purpose for the process step. |
void |
setSources(java.util.Collection newValues)
Information about the source data used in creating the data specified by the scope. |
java.lang.String |
toString()
Returns a string representation of this process step. |
Methods inherited from class org.geotools.metadata.iso.MetadataEntity |
appendLineSeparator, checkWritePermission, copyCollection, isModifiable, nonNullCollection, unmodifiable, unmodifiable |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ProcessStepImpl()
public ProcessStepImpl(org.opengis.util.InternationalString description)
Method Detail |
public org.opengis.util.InternationalString getDescription()
getDescription
in interface org.opengis.metadata.lineage.ProcessStep
public void setDescription(org.opengis.util.InternationalString newValue)
public org.opengis.util.InternationalString getRationale()
getRationale
in interface org.opengis.metadata.lineage.ProcessStep
public void setRationale(org.opengis.util.InternationalString newValue)
public java.util.Date getDate()
getDate
in interface org.opengis.metadata.lineage.ProcessStep
public void setDate(java.util.Date newValue)
public java.util.Collection getProcessors()
getProcessors
in interface org.opengis.metadata.lineage.ProcessStep
public void setProcessors(java.util.Collection newValues)
public java.util.Collection getSources()
getSources
in interface org.opengis.metadata.lineage.ProcessStep
public void setSources(java.util.Collection newValues)
protected void freeze()
freeze
in class MetadataEntity
public boolean equals(java.lang.Object object)
public int hashCode()
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |