Class NullComment


  • public class NullComment
    extends Comment
    Author:
    Pavel.Sher Date: 21.11.2008
    • Constructor Detail

      • NullComment

        public NullComment()
    • Method Detail

      • save

        public boolean save()
        Specified by:
        save in class Comment
        Returns:
        true if the save operation was successful
      • delete

        public void delete()
        Description copied from class: Comment
        Delete this comment from the database
        Specified by:
        delete in class Comment