Examples of VoteDesc


Examples of org.netcools.forum.model.VoteDesc

    Users user = new Users();
    userId = 3;
    user.setId(userId);
    post.setUser(user);
   
    topic.setVoteDesc(new VoteDesc(0));
   
    topic.setTitle(subject);
    topic.setForum(forum);
    topic.getPosts().add(post);
    topic.setFirstPost(post);
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.