public class

KindlingPostExpressionHolder

extends Object
java.lang.Object
   ↳ org.mule.module.kindling.model.post.holders.KindlingPostExpressionHolder

Summary

Fields
protected String _applicationUriType
protected Object _cachedTagsType
protected KindlingCategory _categoryType
protected String _classNameType
protected List<KindlingComment> _commentsType
protected String _dateCreatedLocalizedType
protected Date _dateCreatedType
protected String _datePublishedLocalizedType
protected String _datePublishedType
protected String _dateUpdatedLocalizedType
protected Date _dateUpdatedType
protected String _descriptionType
protected Integer _idType
protected Integer _lockedForCommentsType
protected KindlingUser _ownerType
protected Object _postImageType
protected String _resourceUriType
protected Integer _stateIdType
protected KindlingPostStateName _stateNameType
protected List<String> _tagsType
protected String _titleType
protected Object applicationUri
protected Object cachedTags
protected Object category
protected Object className
protected Object comments
protected Object dateCreated
protected Object dateCreatedLocalized
protected Object datePublished
protected Object datePublishedLocalized
protected Object dateUpdated
protected Object dateUpdatedLocalized
protected Object description
protected Object id
protected Object lockedForComments
protected Object owner
protected Object postImage
protected Object resourceUri
protected Object stateId
protected Object stateName
protected Object tags
protected Object title
Public Constructors
KindlingPostExpressionHolder()
Public Methods
Object getApplicationUri()
Retrieves applicationUri
Object getCachedTags()
Retrieves cachedTags
Object getCategory()
Retrieves category
Object getClassName()
Retrieves className
Object getComments()
Retrieves comments
Object getDateCreated()
Retrieves dateCreated
Object getDateCreatedLocalized()
Retrieves dateCreatedLocalized
Object getDatePublished()
Retrieves datePublished
Object getDatePublishedLocalized()
Retrieves datePublishedLocalized
Object getDateUpdated()
Retrieves dateUpdated
Object getDateUpdatedLocalized()
Retrieves dateUpdatedLocalized
Object getDescription()
Retrieves description
Object getId()
Retrieves id
Object getLockedForComments()
Retrieves lockedForComments
Object getOwner()
Retrieves owner
Object getPostImage()
Retrieves postImage
Object getResourceUri()
Retrieves resourceUri
Object getStateId()
Retrieves stateId
Object getStateName()
Retrieves stateName
Object getTags()
Retrieves tags
Object getTitle()
Retrieves title
void setApplicationUri(Object value)
Sets applicationUri
void setCachedTags(Object value)
Sets cachedTags
void setCategory(Object value)
Sets category
void setClassName(Object value)
Sets className
void setComments(Object value)
Sets comments
void setDateCreated(Object value)
Sets dateCreated
void setDateCreatedLocalized(Object value)
Sets dateCreatedLocalized
void setDatePublished(Object value)
Sets datePublished
void setDatePublishedLocalized(Object value)
Sets datePublishedLocalized
void setDateUpdated(Object value)
Sets dateUpdated
void setDateUpdatedLocalized(Object value)
Sets dateUpdatedLocalized
void setDescription(Object value)
Sets description
void setId(Object value)
Sets id
void setLockedForComments(Object value)
Sets lockedForComments
void setOwner(Object value)
Sets owner
void setPostImage(Object value)
Sets postImage
void setResourceUri(Object value)
Sets resourceUri
void setStateId(Object value)
Sets stateId
void setStateName(Object value)
Sets stateName
void setTags(Object value)
Sets tags
void setTitle(Object value)
Sets title
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String _applicationUriType

protected Object _cachedTagsType

protected KindlingCategory _categoryType

protected String _classNameType

protected List<KindlingComment> _commentsType

protected String _dateCreatedLocalizedType

protected Date _dateCreatedType

protected String _datePublishedLocalizedType

protected String _datePublishedType

protected String _dateUpdatedLocalizedType

protected Date _dateUpdatedType

protected String _descriptionType

protected Integer _idType

protected Integer _lockedForCommentsType

protected KindlingUser _ownerType

protected Object _postImageType

protected String _resourceUriType

protected Integer _stateIdType

protected KindlingPostStateName _stateNameType

protected List<String> _tagsType

protected String _titleType

protected Object applicationUri

protected Object cachedTags

protected Object category

protected Object className

protected Object comments

protected Object dateCreated

protected Object dateCreatedLocalized

protected Object datePublished

protected Object datePublishedLocalized

protected Object dateUpdated

protected Object dateUpdatedLocalized

protected Object description

protected Object id

protected Object lockedForComments

protected Object owner

protected Object postImage

protected Object resourceUri

protected Object stateId

protected Object stateName

protected Object tags

protected Object title

Public Constructors

public KindlingPostExpressionHolder ()

Public Methods

public Object getApplicationUri ()

Retrieves applicationUri

public Object getCachedTags ()

Retrieves cachedTags

public Object getCategory ()

Retrieves category

public Object getClassName ()

Retrieves className

public Object getComments ()

Retrieves comments

public Object getDateCreated ()

Retrieves dateCreated

public Object getDateCreatedLocalized ()

Retrieves dateCreatedLocalized

public Object getDatePublished ()

Retrieves datePublished

public Object getDatePublishedLocalized ()

Retrieves datePublishedLocalized

public Object getDateUpdated ()

Retrieves dateUpdated

public Object getDateUpdatedLocalized ()

Retrieves dateUpdatedLocalized

public Object getDescription ()

Retrieves description

public Object getId ()

Retrieves id

public Object getLockedForComments ()

Retrieves lockedForComments

public Object getOwner ()

Retrieves owner

public Object getPostImage ()

Retrieves postImage

public Object getResourceUri ()

Retrieves resourceUri

public Object getStateId ()

Retrieves stateId

public Object getStateName ()

Retrieves stateName

public Object getTags ()

Retrieves tags

public Object getTitle ()

Retrieves title

public void setApplicationUri (Object value)

Sets applicationUri

Parameters
value Value to set

public void setCachedTags (Object value)

Sets cachedTags

Parameters
value Value to set

public void setCategory (Object value)

Sets category

Parameters
value Value to set

public void setClassName (Object value)

Sets className

Parameters
value Value to set

public void setComments (Object value)

Sets comments

Parameters
value Value to set

public void setDateCreated (Object value)

Sets dateCreated

Parameters
value Value to set

public void setDateCreatedLocalized (Object value)

Sets dateCreatedLocalized

Parameters
value Value to set

public void setDatePublished (Object value)

Sets datePublished

Parameters
value Value to set

public void setDatePublishedLocalized (Object value)

Sets datePublishedLocalized

Parameters
value Value to set

public void setDateUpdated (Object value)

Sets dateUpdated

Parameters
value Value to set

public void setDateUpdatedLocalized (Object value)

Sets dateUpdatedLocalized

Parameters
value Value to set

public void setDescription (Object value)

Sets description

Parameters
value Value to set

public void setId (Object value)

Sets id

Parameters
value Value to set

public void setLockedForComments (Object value)

Sets lockedForComments

Parameters
value Value to set

public void setOwner (Object value)

Sets owner

Parameters
value Value to set

public void setPostImage (Object value)

Sets postImage

Parameters
value Value to set

public void setResourceUri (Object value)

Sets resourceUri

Parameters
value Value to set

public void setStateId (Object value)

Sets stateId

Parameters
value Value to set

public void setStateName (Object value)

Sets stateName

Parameters
value Value to set

public void setTags (Object value)

Sets tags

Parameters
value Value to set

public void setTitle (Object value)

Sets title

Parameters
value Value to set