org.alfresco.repo.publishing.linkedin.springsocial.api.impl.xml
Class JaxbShareImpl

java.lang.Object
  extended by org.alfresco.repo.publishing.linkedin.springsocial.api.impl.xml.JaxbShareImpl
All Implemented Interfaces:
Share

public class JaxbShareImpl
extends java.lang.Object
implements Share

Since:
4.0

Field Summary
protected  java.lang.String comment
           
protected  JaxbShareVisibilityImpl visibility
           
 
Constructor Summary
JaxbShareImpl()
           
 
Method Summary
 java.lang.String getComment()
           
 ShareVisibility getVisibility()
           
 void setComment(java.lang.String comment)
           
 void setVisibility(ShareVisibility visibility)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

comment

protected java.lang.String comment

visibility

protected JaxbShareVisibilityImpl visibility
Constructor Detail

JaxbShareImpl

public JaxbShareImpl()
Method Detail

getComment

public java.lang.String getComment()
Specified by:
getComment in interface Share

setComment

public void setComment(java.lang.String comment)
Specified by:
setComment in interface Share

getVisibility

public ShareVisibility getVisibility()
Specified by:
getVisibility in interface Share

setVisibility

public void setVisibility(ShareVisibility visibility)
Specified by:
setVisibility in interface Share


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.