Class Overview
Class that represents a comment.
Summary
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 Methods |
From class
org.mule.modules.drupal.model.DrupalEntity
|
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
|
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
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
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
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
signatureFormat
private
Integer
status
The published status of a comment. (0 = Not Published, 1 = Published) Default value is 1
private
String
thread
The vancode representation of the comments place in a thread.
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 Methods
public
Integer
getChanged
()
public
Integer
getCreated
()
public
String
getHomepage
()
public
String
getHostname
()
public
String
getIsNew
()
public
String
getLanguage
()
public
String
getNodeType
()
public
String
getPicture
()
public
String
getRegisteredName
()
public
String
getSignature
()
public
String
getSignatureFormat
()
public
Integer
getStatus
()
public
String
getSubject
()
public
String
getThread
()
public
void
setChanged
(Integer changed)
public
void
setCid
(Integer cid)
public
void
setCreated
(Integer created)
public
void
setHomepage
(String homepage)
public
void
setHostname
(String hostname)
public
void
setIsNew
(String isNew)
public
void
setLanguage
(String language)
public
void
setMail
(String mail)
public
void
setName
(String name)
public
void
setNid
(Integer nid)
public
void
setNodeType
(String nodeType)
public
void
setPicture
(String picture)
public
void
setPid
(Integer pid)
public
void
setRegisteredName
(String registeredName)
public
void
setSignature
(String signature)
public
void
setSignatureFormat
(String signatureFormat)
public
void
setStatus
(Integer status)
public
void
setSubject
(String subject)
public
void
setThread
(String thread)
public
void
setUid
(Integer uid)
public
void
setuUid
(String uUid)