net.stepniak.picheese.pojos.v1
Class PhotoComment

java.lang.Object
  extended by net.stepniak.picheese.pojos.Base
      extended by net.stepniak.picheese.pojos.v1.PhotoComment
All Implemented Interfaces:
Serializable

public class PhotoComment
extends Base

See Also:
Serialized Form

Constructor Summary
PhotoComment()
           
PhotoComment(Long id, User user, String text)
           
 
Method Summary
 Long getId()
           
 String getText()
           
 User getUser()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PhotoComment

public PhotoComment()

PhotoComment

public PhotoComment(Long id,
                    User user,
                    String text)
Method Detail

getId

public Long getId()

getUser

public User getUser()

getText

public String getText()


Copyright © 2013. All Rights Reserved.