org.apache.felix.obr.plugin
Class Category

java.lang.Object
  extended by org.apache.felix.obr.plugin.Category

public class Category
extends Object

describe and store category node.

Author:
Felix Project Team

Constructor Summary
Category()
           
 
Method Summary
 String getId()
          get the id attribute.
 Node getNode(Document father)
          transform this object to node.
 void setId(String id)
          set the id attribute.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Category

public Category()
Method Detail

getId

public String getId()
get the id attribute.

Returns:
id

setId

public void setId(String id)
set the id attribute.

Parameters:
id - new id value

getNode

public Node getNode(Document father)
transform this object to node.

Parameters:
father - father document for create Node
Returns:
node


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.