FileDocCategorySizeDatePackage
GOMTitleImpl.javaAPI DocApache Lucene 2.1.01275Wed Feb 14 10:45:58 GMT 2007org.apache.lucene.gdata.gom.core

GOMTitleImpl

public class GOMTitleImpl extends GOMTextContructImpl implements org.apache.lucene.gdata.gom.GOMTitle
author
Simon Willnauer

Fields Summary
Constructors Summary
public GOMTitleImpl()

		super();
		this.localName = LOCALNAME;
		this.rssLocalName = LOCALNAME;
		this.qname = new QName(GOMNamespace.ATOM_NS_URI, this.localName);
	
Methods Summary