|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.sonatype.gossip.model.Node
org.sonatype.gossip.model.FactoryNode
public abstract class FactoryNode
Class FactoryNode.
Constructor Summary | |
---|---|
FactoryNode()
|
Method Summary | |
---|---|
java.lang.Object |
getConfiguration()
Get the configuration field. |
java.lang.String |
getId()
Get the id field. |
java.lang.String |
getType()
Get the type field. |
void |
setConfiguration(java.lang.Object configuration)
Set the configuration field. |
void |
setType(java.lang.Class type)
|
void |
setType(java.lang.String type)
Set the type field. |
java.lang.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 |
---|
public FactoryNode()
Method Detail |
---|
public java.lang.Object getConfiguration()
public java.lang.String getType()
public void setConfiguration(java.lang.Object configuration)
configuration
- public void setType(java.lang.String type)
type
- public java.lang.String toString()
toString
in class java.lang.Object
public void setType(java.lang.Class type)
public java.lang.String getId()
Node
getId
in class Node
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |