net.stepniak.picheese.pojos.v1
Class PhotoComment
java.lang.Object
net.stepniak.picheese.pojos.Base
net.stepniak.picheese.pojos.v1.PhotoComment
- All Implemented Interfaces:
- Serializable
public class PhotoComment
- extends Base
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PhotoComment
public PhotoComment()
PhotoComment
public PhotoComment(Long id,
User user,
String text)
getId
public Long getId()
getUser
public User getUser()
getText
public String getText()
Copyright © 2013. All Rights Reserved.