org.alfresco.repo.publishing.linkedin.springsocial.api.impl.xml
Class JaxbActivityImpl
java.lang.Object
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
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
contentType
protected java.lang.String contentType
body
protected java.lang.String body
locale
protected java.lang.String locale
JaxbActivityImpl
public JaxbActivityImpl()
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.