com.googlecode.googleplus.model.comment
Class CommentObject

java.lang.Object
  extended by com.googlecode.googleplus.model.comment.CommentObject

public class CommentObject
extends Object


Constructor Summary
CommentObject()
           
 
Method Summary
 String getContent()
           
 String getObjectType()
           
 void setContent(String content)
           
 void setObjectType(String objectType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommentObject

public CommentObject()
Method Detail

getObjectType

public String getObjectType()

setObjectType

public void setObjectType(String objectType)

getContent

public String getContent()

setContent

public void setContent(String content)


Copyright © 2014. All Rights Reserved.