32333435363738
return postId; } public void setPostId(int postId){ this.postId = postId; this.tbPost=new TbPostDAO().getTbPostByPostId(postId); }