org.esa.beam.framework.processor
Class ProcessorConfig

java.lang.Object
  extended by org.esa.beam.framework.processor.ProcessorConfig

public class ProcessorConfig
extends Object


Constructor Summary
ProcessorConfig()
          Constructs a new processor configuration with default values.
 
Method Summary
 String getDescription()
          Retrieves a description for this processor request.
 String getName()
          Retrieves the name of the processor configuration.
 void setDescription(String description)
          Sets a description for this request.
 void setName(String name)
          Sets the name of the processor configuration
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessorConfig

public ProcessorConfig()
Constructs a new processor configuration with default values.

Method Detail

getName

public String getName()
Retrieves the name of the processor configuration.


setName

public void setName(String name)
Sets the name of the processor configuration

Parameters:
name - the name to be set

getDescription

public String getDescription()
Retrieves a description for this processor request.


setDescription

public void setDescription(String description)
Sets a description for this request.

Parameters:
description - the description to be set


Copyright © 2002-2012 Brockmann Consult GmbH. All Rights Reserved.