|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.esa.beam.framework.processor.ProcessorConfig
public class ProcessorConfig
| 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 |
|---|
public ProcessorConfig()
| Method Detail |
|---|
public String getName()
public void setName(String name)
name - the name to be setpublic String getDescription()
public void setDescription(String description)
description - the description to be set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||