Public Member Functions | |
| CommentItEntry (String entityPath, String contactId, Date dateCreation, String body) | |
| String | getEntityPath () |
| String | getContactId () |
| Date | getDateCreation () |
| String | getBody () |
| Topic | migrateTopic (Dao dao) |
| void | migratePost (Dao dao, Topic topic) |
Definition at line 31 of file CommentItEntry.java.
| org.turro.forum.CommentItEntry.CommentItEntry | ( | String | entityPath, |
| String | contactId, | ||
| Date | dateCreation, | ||
| String | body | ||
| ) |
Definition at line 38 of file CommentItEntry.java.
| String org.turro.forum.CommentItEntry.getBody | ( | ) |
Definition at line 57 of file CommentItEntry.java.
| String org.turro.forum.CommentItEntry.getContactId | ( | ) |
Definition at line 49 of file CommentItEntry.java.
| Date org.turro.forum.CommentItEntry.getDateCreation | ( | ) |
Definition at line 53 of file CommentItEntry.java.
| String org.turro.forum.CommentItEntry.getEntityPath | ( | ) |
Definition at line 45 of file CommentItEntry.java.