public class

CommentRequest

extends DrupalEntity
java.lang.Object
   ↳ org.mule.modules.drupal.model.DrupalEntity
     ↳ org.mule.modules.drupal.model.CommentRequest

Class Overview

Container for the Comment requests

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class org.mule.modules.drupal.model.DrupalEntity
Fields
private Comment comment
[Expand]
Inherited Fields
From class org.mule.modules.drupal.model.DrupalEntity
Public Constructors
CommentRequest()
Public Methods
Comment getComment()
void setComment(Comment comment)
[Expand]
Inherited Methods
From class org.mule.modules.drupal.model.DrupalEntity
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: -6704227118900821121 (0xa2f5ccf4b460437f)

Fields

private Comment comment

Public Constructors

public CommentRequest ()

Public Methods

public Comment getComment ()

public void setComment (Comment comment)

Parameters
comment