Uses of Class
com.alvermont.bcimport.Comment

Uses of Comment in com.alvermont.bcimport
 

Methods in com.alvermont.bcimport that return types with arguments of type Comment
 java.util.List<Comment> Post.getComments()
          Getter for property comments.
 

Methods in com.alvermont.bcimport with parameters of type Comment
 java.lang.String MTFormatter.formatComment(Comment comment)
          Format a comment entry into a string for MT import
 

Method parameters in com.alvermont.bcimport with type arguments of type Comment
 void Post.setComments(java.util.List<Comment> comments)
          Setter for property comments.