|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.code.linkedinapi.schema.impl.ShareImpl
public class ShareImpl
Field Summary | |
---|---|
protected AttributionImpl |
attribution
|
protected java.lang.String |
comment
|
protected ContentImpl |
content
|
protected java.lang.String |
id
|
private static long |
serialVersionUID
|
protected VisibilityImpl |
visibility
|
Constructor Summary | |
---|---|
ShareImpl()
|
Method Summary | |
---|---|
Attribution |
getAttribution()
Gets the value of the attribution property. |
java.lang.String |
getComment()
Gets the value of the comment property. |
Content |
getContent()
Gets the value of the content property. |
java.lang.String |
getId()
Gets the value of the id property. |
Visibility |
getVisibility()
Gets the value of the visibility property. |
void |
setAttribution(Attribution value)
Sets the value of the attribution property. |
void |
setComment(java.lang.String value)
Sets the value of the comment property. |
void |
setContent(Content value)
Sets the value of the content property. |
void |
setId(java.lang.String value)
Sets the value of the id property. |
void |
setVisibility(Visibility value)
Sets the value of the visibility 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 ContentImpl content
protected VisibilityImpl visibility
protected java.lang.String comment
protected AttributionImpl attribution
protected java.lang.String id
Constructor Detail |
---|
public ShareImpl()
Method Detail |
---|
public Content getContent()
Share
getContent
in interface Share
Content
public void setContent(Content value)
Share
setContent
in interface Share
value
- allowed object is
Content
public Visibility getVisibility()
Share
getVisibility
in interface Share
Visibility
public void setVisibility(Visibility value)
Share
setVisibility
in interface Share
value
- allowed object is
Visibility
public java.lang.String getComment()
Share
getComment
in interface Share
String
public void setComment(java.lang.String value)
Share
setComment
in interface Share
value
- allowed object is
String
public Attribution getAttribution()
Share
getAttribution
in interface Share
Attribution
public void setAttribution(Attribution value)
Share
setAttribution
in interface Share
value
- allowed object is
Attribution
public java.lang.String getId()
Share
getId
in interface Share
String
public void setId(java.lang.String value)
Share
setId
in interface Share
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |