|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.security.oauth.examples.sparklr.PhotoInfo
public class PhotoInfo
Photo information.
| Constructor Summary | |
|---|---|
PhotoInfo()
|
|
| Method Summary | |
|---|---|
String |
getId()
Id of the photo. |
String |
getName()
Name of the photo. |
String |
getResourceURL()
The resource URL. |
String |
getUserId()
The id of the user to whom the photo belongs. |
void |
setId(String id)
Id of the photo. |
void |
setName(String name)
Name of the photo. |
void |
setResourceURL(String resourceURL)
The resource URL. |
void |
setUserId(String userId)
The id of the user to whom the photo belongs. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PhotoInfo()
| Method Detail |
|---|
public String getId()
public void setId(String id)
id - Id of the photo.public String getResourceURL()
public void setResourceURL(String resourceURL)
resourceURL - The resource URLpublic String getName()
public void setName(String name)
name - Name of the photo.public String getUserId()
public void setUserId(String userId)
userId - The id of the user to whom the photo belongs.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||