net.stepniak.picheese.pojos.v1
Class Photo

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

public class Photo
extends Base

See Also:
Serialized Form

Constructor Summary
Photo()
           
Photo(Long id, PhotoUrl url, PhotoRating rating, User user, String title, String description)
           
 
Method Summary
 String getDescription()
           
 Long getId()
           
 PhotoRating getRating()
           
 String getTitle()
           
 PhotoUrl getUrl()
           
 User getUser()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Photo

public Photo()

Photo

public Photo(Long id,
             PhotoUrl url,
             PhotoRating rating,
             User user,
             String title,
             String description)
Method Detail

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.