public class DefaultProcessStepReport extends ISOMetadata implements ProcessStepReport
Defined in the sis-metadata module
identifiers, LOGGER
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.
|
getIdentifierMap, getIdentifiers, getStandard
checkWritePermission, clone, collectionType, copyCollection, copyList, copySet, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, singleton, unmodifiable, writeCollection, writeList, writeSet
asMap, asTreeTable, equals, equals, getInterface, hashCode, isEmpty, prune, toString
public 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 ProcessStepReport
null
.public void setName(InternationalString newValue)
newValue
- The new name value.public InternationalString getDescription()
getDescription
in interface ProcessStepReport
null
.public void setDescription(InternationalString newValue)
newValue
- The new description value.public InternationalString getFileType()
getFileType
in interface ProcessStepReport
null
.public void setFileType(InternationalString newValue)
newValue
- The new file type value.Copyright © 2010–2013 The Apache Software Foundation. All rights reserved.