net.sourceforge.blogentis.om
Class Comment

java.lang.Object
  extended byorg.apache.torque.om.BaseObject
      extended bynet.sourceforge.blogentis.om.BaseComment
          extended bynet.sourceforge.blogentis.om.Comment
All Implemented Interfaces:
org.apache.torque.om.Persistent, org.apache.turbine.om.Retrievable, RSSItem, java.io.Serializable

public class Comment
extends BaseComment
implements org.apache.torque.om.Persistent, RSSItem

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.torque.om.BaseObject
NEW_ID
 
Constructor Summary
Comment()
           
 
Method Summary
 java.util.List getItemDescription()
          Return this description as RDF elements.
 java.lang.String getOriginatorLink()
           
 java.lang.String getOriginatorName()
           
 java.lang.String getOriginatorTitle()
           
 java.lang.String getRDFIdentifier()
           
 boolean isComment()
           
 boolean isPingBack()
           
 boolean isTrackBack()
           
 
Methods inherited from class net.sourceforge.blogentis.om.BaseComment
copy, copyInto, getByName, getByPeerName, getByPosition, getCommentId, getEmail, getFieldNames, getName, getPeer, getPost, getPostedTime, getPostId, getPrimaryKey, getQueryKey, getText, getTitle, getUrl, save, save, save, setCommentId, setEmail, setName, setPost, setPostedTime, setPostId, setPostKey, setPrimaryKey, setPrimaryKey, setQueryKey, setText, setTitle, setUrl, toString
 
Methods inherited from class org.apache.torque.om.BaseObject
equals, equals, getLog, hashCode, isModified, isNew, log, resetModified, setModified, setNew, setPrimaryKey
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.torque.om.Persistent
getPrimaryKey, isModified, isNew, save, save, save, setModified, setNew, setPrimaryKey, setPrimaryKey
 
Methods inherited from interface net.sourceforge.blogentis.rss.RSSItem
getPostedTime
 

Constructor Detail

Comment

public Comment()
Method Detail

getItemDescription

public java.util.List getItemDescription()
Description copied from interface: RSSItem
Return this description as RDF elements.

Specified by:
getItemDescription in interface RSSItem
Returns:
a list of XML elements that define this item.

getRDFIdentifier

public java.lang.String getRDFIdentifier()
Specified by:
getRDFIdentifier in interface RSSItem
Returns:

getOriginatorName

public java.lang.String getOriginatorName()

getOriginatorTitle

public java.lang.String getOriginatorTitle()

getOriginatorLink

public java.lang.String getOriginatorLink()

isComment

public boolean isComment()

isPingBack

public boolean isPingBack()

isTrackBack

public boolean isTrackBack()


Copyright © 2003-2004 SourceForge.net. All Rights Reserved.