org.sonatype.gossip.model
Class FactoryNode

java.lang.Object
  extended by org.sonatype.gossip.model.Node
      extended by org.sonatype.gossip.model.FactoryNode
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ListenerNode, SourceNode, TriggerNode

public abstract class FactoryNode
extends Node
implements Serializable

Class FactoryNode.

Version:
$Revision$ $Date$
See Also:
Serialized Form

Constructor Summary
FactoryNode()
           
 
Method Summary
 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()
           
 
Methods inherited from class org.sonatype.gossip.model.Node
equals, hashCode, setId
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FactoryNode

public FactoryNode()
Method Detail

getConfiguration

public Object getConfiguration()
Get the configuration field.

Returns:
Object

getType

public String getType()
Get the type field.

Returns:
String

setConfiguration

public void setConfiguration(Object configuration)
Set the configuration field.

Parameters:
configuration -

setType

public void setType(String type)
Set the type field.

Parameters:
type -

toString

public String toString()
Overrides:
toString in class Object

setType

public void setType(Class type)

getId

public String getId()
Description copied from class: Node
Get the id field.

Overrides:
getId in class Node
Returns:
String


Copyright © 2008-2012 Sonatype. All Rights Reserved.