@TitleProperty(name="name") public class DefaultProcessStepReport extends ISOMetadata implements ProcessStepReport
LE_ProcessStepReport
└─name……………………………… Name of the processing report.Limitations:
XML instead.Defined in the sis-metadata module
identifiers| Constructor and Description |
|---|
DefaultProcessStepReport()
Constructs an initially empty process step report.
|
DefaultProcessStepReport(ProcessStepReport object)
Constructs a new instance initialized with the values from the specified metadata object.
|
| Modifier and Type | Method and Description |
|---|---|
static DefaultProcessStepReport |
castOrCopy(ProcessStepReport object)
Returns a SIS metadata implementation with the values of the given arbitrary implementation.
|
InternationalString |
getDescription()
Returns the textual description of what occurred during the process step.
|
InternationalString |
getFileType()
Returns the type of file that contains the processing report.
|
InternationalString |
getName()
Returns the name of the processing report.
|
void |
setDescription(InternationalString newValue)
Sets the textual description of what occurred during the process step.
|
void |
setFileType(InternationalString newValue)
Sets the type of file that contains the processing report.
|
void |
setName(InternationalString newValue)
Sets the name of the processing report.
|
freeze, getIdentifierMap, getIdentifiers, getStandardcheckWritePermission, clone, collectionType, copyCollection, copyList, copySet, isModifiable, nonNullCollection, nonNullList, nonNullSet, singleton, unmodifiable, writeCollection, writeList, writeSetasMap, asTreeTable, equals, equals, getInterface, hashCode, isEmpty, prune, toStringpublic DefaultProcessStepReport()
public DefaultProcessStepReport(ProcessStepReport object)
object - the metadata to copy values from, or null if none.castOrCopy(ProcessStepReport)public static DefaultProcessStepReport castOrCopy(ProcessStepReport object)
null, then this method returns null.DefaultProcessStepReport, then it is returned unchanged.DefaultProcessStepReport instance is created using the
copy constructor
and returned. Note that this is a shallow copy operation, since the other
metadata contained in the given object are not recursively copied.object - the object to get as a SIS implementation, or null if none.null if the argument was null.public InternationalString getName()
getName in interface ProcessStepReportnull.public void setName(InternationalString newValue)
newValue - the new name value.public InternationalString getDescription()
getDescription in interface ProcessStepReportnull.public void setDescription(InternationalString newValue)
newValue - the new description value.public InternationalString getFileType()
getFileType in interface ProcessStepReportnull.public void setFileType(InternationalString newValue)
newValue - the new file type value.Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.