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

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

public class JaxbActivityImpl
extends java.lang.Object
implements Activity

Since:
4.0

Field Summary
protected  java.lang.String body
           
protected  java.lang.String contentType
           
protected  java.lang.String locale
           
 
Constructor Summary
JaxbActivityImpl()
           
 
Method Summary
 java.lang.String getBody()
           
 java.lang.String getContentType()
           
 java.lang.String getLocale()
           
 void setBody(java.lang.String value)
           
 void setContentType(java.lang.String value)
           
 void setLocale(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

contentType

protected java.lang.String contentType

body

protected java.lang.String body

locale

protected java.lang.String locale
Constructor Detail

JaxbActivityImpl

public JaxbActivityImpl()
Method Detail

getContentType

public java.lang.String getContentType()
Specified by:
getContentType in interface Activity

setContentType

public void setContentType(java.lang.String value)
Specified by:
setContentType in interface Activity

getBody

public java.lang.String getBody()
Specified by:
getBody in interface Activity

setBody

public void setBody(java.lang.String value)
Specified by:
setBody in interface Activity

getLocale

public java.lang.String getLocale()
Specified by:
getLocale in interface Activity

setLocale

public void setLocale(java.lang.String value)
Specified by:
setLocale in interface Activity


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