net.stepniak.picheese.pojos.v1
Class PhotoUrl

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

public class PhotoUrl
extends Base

See Also:
Serialized Form

Constructor Summary
PhotoUrl()
           
PhotoUrl(String thumbnail, String normal, String original)
           
 
Method Summary
 String getNormal()
           
 String getOriginal()
           
 String getThumbnail()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PhotoUrl

public PhotoUrl()

PhotoUrl

public PhotoUrl(String thumbnail,
                String normal,
                String original)
Method Detail

getThumbnail

public String getThumbnail()

getNormal

public String getNormal()

getOriginal

public String getOriginal()


Copyright © 2013. All Rights Reserved.