net.stepniak.picheese.pojos.v1
Class Photo
java.lang.Object
net.stepniak.picheese.pojos.Base
net.stepniak.picheese.pojos.v1.Photo
- All Implemented Interfaces:
- Serializable
public class Photo
- extends Base
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Photo
public Photo()
Photo
public Photo(Long id,
PhotoUrl url,
PhotoRating rating,
User user,
String title,
String description)
getId
public Long getId()
getUrl
public PhotoUrl getUrl()
getRating
public PhotoRating getRating()
getUser
public User getUser()
getDescription
public String getDescription()
getTitle
public String getTitle()
Copyright © 2013. All Rights Reserved.