public abstract class FactoryNode extends Node implements Serializable
Constructor and Description |
---|
FactoryNode() |
Modifier and Type | Method and Description |
---|---|
Object |
getConfiguration()
Get the configuration field.
|
String |
getId()
Get the id field.
|
String |
getType()
Get the type field.
|
void |
setConfiguration(Object configuration)
Set the configuration field.
|
void |
setType(Class type) |
void |
setType(String type)
Set the type field.
|
String |
toString() |
public Object getConfiguration()
public String getType()
public void setConfiguration(Object configuration)
configuration
- public void setType(String type)
type
- public void setType(Class type)
Copyright © 2008-2013 Sonatype. All Rights Reserved.