org.apache.felix.obrplugin

Class Category

public class Category extends Object

describe and store category node.

Author: Felix Project Team

Method Summary
StringgetId()
get the id attribute.
NodegetNode(Document father)
transform this object to node.
voidsetId(String id)
set the id attribute.

Method Detail

getId

public String getId()
get the id attribute.

Returns: id

getNode

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

Parameters: father father document for create Node

Returns: node

setId

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

Parameters: id new id value

Copyright © 2006-2009 Apache Software Foundation. All Rights Reserved.