public class

KindlingComment

extends Object
implements KindlingEntity
java.lang.Object
   ↳ org.mule.module.kindling.model.comment.KindlingComment

Summary

Fields
private List<Object> attachments
private String className
private Date dateCreated
private String dateCreatedLocalized
private String description
private Integer id
private Object matchOptionIndex
private KindlingUser owner
private Object parent
private KindlingCommentParentType parentType
private String resourceUri
private Integer stateId
private KindlingCommentStateName stateName
private KindlingCommentType type
Public Constructors
KindlingComment()
Public Methods
List<Object> getAttachments()
String getClassName()
Date getDateCreated()
String getDateCreatedLocalized()
String getDescription()
Integer getId()
Object getMatchOptionIndex()
KindlingUser getOwner()
Object getParent()
KindlingCommentParentType getParentType()
String getResourceUri()
Integer getStateId()
KindlingCommentStateName getStateName()
KindlingCommentType getType()
void setAttachments(List<Object> attachments)
void setClassName(String className)
void setDateCreated(Date dateCreated)
void setDateCreatedLocalized(String dateCreatedLocalized)
void setDescription(String description)
void setId(Integer id)
void setMatchOptionIndex(Object matchOptionIndex)
void setOwner(KindlingUser owner)
void setParent(Object parent)
void setParentType(KindlingCommentParentType parentType)
void setResourceUri(String resourceUri)
void setStateId(Integer stateId)
void setStateName(KindlingCommentStateName stateName)
void setType(KindlingCommentType type)
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private List<Object> attachments

private String className

private Date dateCreated

private String dateCreatedLocalized

private String description

private Integer id

private Object matchOptionIndex

private KindlingUser owner

private Object parent

private KindlingCommentParentType parentType

private String resourceUri

private Integer stateId

private KindlingCommentStateName stateName

private KindlingCommentType type

Public Constructors

public KindlingComment ()

Public Methods

public List<Object> getAttachments ()

public String getClassName ()

public Date getDateCreated ()

public String getDateCreatedLocalized ()

public String getDescription ()

public Integer getId ()

public Object getMatchOptionIndex ()

public KindlingUser getOwner ()

public Object getParent ()

public KindlingCommentParentType getParentType ()

public String getResourceUri ()

public Integer getStateId ()

public KindlingCommentStateName getStateName ()

public KindlingCommentType getType ()

public void setAttachments (List<Object> attachments)

Parameters
attachments

public void setClassName (String className)

Parameters
className

public void setDateCreated (Date dateCreated)

Parameters
dateCreated

public void setDateCreatedLocalized (String dateCreatedLocalized)

Parameters
dateCreatedLocalized

public void setDescription (String description)

Parameters
description

public void setId (Integer id)

Parameters
id

public void setMatchOptionIndex (Object matchOptionIndex)

Parameters
matchOptionIndex

public void setOwner (KindlingUser owner)

Parameters
owner

public void setParent (Object parent)

Parameters
parent

public void setParentType (KindlingCommentParentType parentType)

Parameters
parentType

public void setResourceUri (String resourceUri)

Parameters
resourceUri

public void setStateId (Integer stateId)

Parameters
stateId

public void setStateName (KindlingCommentStateName stateName)

Parameters
stateName

public void setType (KindlingCommentType type)

Parameters
type