|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.code.linkedinapi.schema.impl.ContentImpl
public class ContentImpl
Field Summary | |
---|---|
protected java.lang.String |
id
|
private static long |
serialVersionUID
|
protected java.lang.String |
shortenedUrl
|
protected java.lang.String |
submittedImageUrl
|
protected java.lang.String |
submittedUrl
|
protected java.lang.String |
thumbnailUrl
|
protected java.lang.String |
title
|
Constructor Summary | |
---|---|
ContentImpl()
|
Method Summary | |
---|---|
java.lang.String |
getId()
Gets the value of the id property. |
java.lang.String |
getShortenedUrl()
Gets the value of the shortenedUrl property. |
java.lang.String |
getSubmittedImageUrl()
Gets the value of the submittedImageUrl property. |
java.lang.String |
getSubmittedUrl()
Gets the value of the submittedUrl property. |
java.lang.String |
getThumbnailUrl()
Gets the value of the thumbnailUrl property. |
java.lang.String |
getTitle()
Gets the value of the title property. |
void |
setId(java.lang.String value)
Sets the value of the id property. |
void |
setShortenedUrl(java.lang.String value)
Sets the value of the shortenedUrl property. |
void |
setSubmittedImageUrl(java.lang.String value)
Sets the value of the submittedImageUrl property. |
void |
setSubmittedUrl(java.lang.String value)
Sets the value of the submittedUrl property. |
void |
setThumbnailUrl(java.lang.String value)
Sets the value of the thumbnailUrl property. |
void |
setTitle(java.lang.String value)
Sets the value of the title property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final long serialVersionUID
protected java.lang.String id
protected java.lang.String title
protected java.lang.String submittedUrl
protected java.lang.String shortenedUrl
protected java.lang.String submittedImageUrl
protected java.lang.String thumbnailUrl
Constructor Detail |
---|
public ContentImpl()
Method Detail |
---|
public java.lang.String getId()
Content
getId
in interface Content
String
public void setId(java.lang.String value)
Content
setId
in interface Content
value
- allowed object is
String
public java.lang.String getTitle()
Content
getTitle
in interface Content
String
public void setTitle(java.lang.String value)
Content
setTitle
in interface Content
value
- allowed object is
String
public java.lang.String getSubmittedUrl()
Content
getSubmittedUrl
in interface Content
String
public void setSubmittedUrl(java.lang.String value)
Content
setSubmittedUrl
in interface Content
value
- allowed object is
String
public java.lang.String getShortenedUrl()
Content
getShortenedUrl
in interface Content
String
public void setShortenedUrl(java.lang.String value)
Content
setShortenedUrl
in interface Content
value
- allowed object is
String
public java.lang.String getSubmittedImageUrl()
Content
getSubmittedImageUrl
in interface Content
String
public void setSubmittedImageUrl(java.lang.String value)
Content
setSubmittedImageUrl
in interface Content
value
- allowed object is
String
public java.lang.String getThumbnailUrl()
Content
getThumbnailUrl
in interface Content
String
public void setThumbnailUrl(java.lang.String value)
Content
setThumbnailUrl
in interface Content
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |