Class CouchDBArticle
java.lang.Object
org.sonews.storage.impl.hibernate.couchdb.CouchDBArticle
- All Implemented Interfaces:
Serializable
An Article in CouchDB flavour.
- Author:
- Christian Lins
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor required for deserialization.CouchDBArticle
(Article art) Initializes this CouchDBArticle with the attributes provided by the given Article object. -
Method Summary
-
Constructor Details
-
CouchDBArticle
public CouchDBArticle()Default constructor required for deserialization. -
CouchDBArticle
Initializes this CouchDBArticle with the attributes provided by the given Article object.- Parameters:
art
-
-