public class

Comment

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

Class Overview

Class that represents a comment.

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class org.mule.modules.drupal.model.DrupalEntity
Fields
private Integer changed The time that the comment was last edited, as a Unix timestamp.
private Integer cid Primary Key: Unique comment ID.
private CustomField commentBody Comment content
private Integer created The time that the comment was created, as a Unix timestamp.
private String homepage The comment authors home page address from the comment form, if user is anonymous, and the Anonymous users may/must leave their contact information setting is turned on.
private String hostname The authors host name.
private String isNew Boolean to indicate the status
private String language The languages.language of this comment.
private String mail The comment authors e-mail address from the comment form, if user is anonymous, and the Anonymous users may/must leave their contact information setting is turned on.
private String name The comment authors name.
private Integer nid The node.nid to which this comment is a reply.Check Node
private String nodeType Type of the comment
private String picture Picture
private Integer pid The comment.cid to which this comment is a reply.
private String registeredName Comment authors registered name
private String signature Signatureof the user
private String signatureFormat Signature format
private Integer status The published status of a comment.
private String subject The comment title.
private String thread The vancode representation of the comments place in a thread.
private String uUid Id of the user
private Integer uid The users.uid who authored the comment.
[Expand]
Inherited Fields
From class org.mule.modules.drupal.model.DrupalEntity
Public Constructors
Comment()
Public Methods
Integer getChanged()
Integer getCid()
CustomField getCommentBody()
Integer getCreated()
String getHomepage()
String getHostname()
String getIsNew()
String getLanguage()
String getMail()
String getName()
Integer getNid()
String getNodeType()
String getPicture()
Integer getPid()
String getRegisteredName()
String getSignature()
String getSignatureFormat()
Integer getStatus()
String getSubject()
String getThread()
Integer getUid()
String getuUid()
void setChanged(Integer changed)
void setCid(Integer cid)
void setCommentBody(CustomField commentBody)
void setCreated(Integer created)
void setHomepage(String homepage)
void setHostname(String hostname)
void setIsNew(String isNew)
void setLanguage(String language)
void setMail(String mail)
void setName(String name)
void setNid(Integer nid)
void setNodeType(String nodeType)
void setPicture(String picture)
void setPid(Integer pid)
void setRegisteredName(String registeredName)
void setSignature(String signature)
void setSignatureFormat(String signatureFormat)
void setStatus(Integer status)
void setSubject(String subject)
void setThread(String thread)
void setUid(Integer uid)
void setuUid(String uUid)
[Expand]
Inherited Methods
From class org.mule.modules.drupal.model.DrupalEntity
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: -827408992218353534 (0xf48473e7c6dc7082)

Fields

private Integer changed

The time that the comment was last edited, as a Unix timestamp.

private Integer cid

Primary Key: Unique comment ID.

private CustomField commentBody

Comment content

private Integer created

The time that the comment was created, as a Unix timestamp.

private String homepage

The comment authors home page address from the comment form, if user is anonymous, and the Anonymous users may/must leave their contact information setting is turned on.

private String hostname

The authors host name.

private String isNew

Boolean to indicate the status

private String language

The languages.language of this comment.

private String mail

The comment authors e-mail address from the comment form, if user is anonymous, and the Anonymous users may/must leave their contact information setting is turned on. See User

private String name

The comment authors name. Uses users.name if the user is logged in, otherwise uses the value typed into the comment form. See User

private Integer nid

The node.nid to which this comment is a reply.Check Node

private String nodeType

Type of the comment

private String picture

Picture

private Integer pid

The comment.cid to which this comment is a reply. If set to 0, this comment is not a reply to an existing comment.

private String registeredName

Comment authors registered name

private String signature

Signatureof the user

private String signatureFormat

Signature format

private Integer status

The published status of a comment. (0 = Not Published, 1 = Published) Default value is 1

private String subject

The comment title.

private String thread

The vancode representation of the comments place in a thread.

private String uUid

Id of the user

private Integer uid

The users.uid who authored the comment. If set to 0, this comment was created by an anonymous user. See User

Public Constructors

public Comment ()

Public Methods

public Integer getChanged ()

public Integer getCid ()

public CustomField getCommentBody ()

public Integer getCreated ()

public String getHomepage ()

public String getHostname ()

public String getIsNew ()

public String getLanguage ()

public String getMail ()

public String getName ()

public Integer getNid ()

public String getNodeType ()

public String getPicture ()

public Integer getPid ()

public String getRegisteredName ()

public String getSignature ()

public String getSignatureFormat ()

public Integer getStatus ()

public String getSubject ()

public String getThread ()

public Integer getUid ()

public String getuUid ()

public void setChanged (Integer changed)

Parameters
changed

public void setCid (Integer cid)

Parameters
cid

public void setCommentBody (CustomField commentBody)

Parameters
commentBody

public void setCreated (Integer created)

Parameters
created

public void setHomepage (String homepage)

Parameters
homepage

public void setHostname (String hostname)

Parameters
hostname

public void setIsNew (String isNew)

Parameters
isNew

public void setLanguage (String language)

Parameters
language

public void setMail (String mail)

Parameters
mail

public void setName (String name)

Parameters
name

public void setNid (Integer nid)

Parameters
nid

public void setNodeType (String nodeType)

Parameters
nodeType

public void setPicture (String picture)

Parameters
picture

public void setPid (Integer pid)

Parameters
pid

public void setRegisteredName (String registeredName)

Parameters
registeredName

public void setSignature (String signature)

Parameters
signature

public void setSignatureFormat (String signatureFormat)

Parameters
signatureFormat

public void setStatus (Integer status)

Parameters
status

public void setSubject (String subject)

Parameters
subject

public void setThread (String thread)

Parameters
thread

public void setUid (Integer uid)

Parameters
uid

public void setuUid (String uUid)

Parameters
uUid