Uses of Class
com.randomcoder.article.comment.CommentUserAgent

Packages that use CommentUserAgent
com.randomcoder.article.comment Article commenting classes. 
 

Uses of CommentUserAgent in com.randomcoder.article.comment
 

Methods in com.randomcoder.article.comment that return CommentUserAgent
 CommentUserAgent CommentUserAgentDao.findByName(String name)
          Finds a given CommentUserAgent by name.
 CommentUserAgent Comment.getUserAgent()
          Gets the HTTP user agent of the user who posted this comment.
 

Methods in com.randomcoder.article.comment with parameters of type CommentUserAgent
 void Comment.setUserAgent(CommentUserAgent userAgent)
          Sets the HTTP user agent of the user who posted this comment.
 



Copyright © 2006-2010 Craig Condit. All Rights Reserved.