public class

KindlingCategoryIdeaExpressionHolder

extends Object
java.lang.Object
   ↳ org.mule.module.kindling.model.category.holders.KindlingCategoryIdeaExpressionHolder

Summary

Fields
protected String _collectionUriType
protected Integer _countType
protected Object collectionUri
protected Object count
Public Constructors
KindlingCategoryIdeaExpressionHolder()
Public Methods
Object getCollectionUri()
Retrieves collectionUri
Object getCount()
Retrieves count
void setCollectionUri(Object value)
Sets collectionUri
void setCount(Object value)
Sets count
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String _collectionUriType

protected Integer _countType

protected Object collectionUri

protected Object count

Public Constructors

public KindlingCategoryIdeaExpressionHolder ()

Public Methods

public Object getCollectionUri ()

Retrieves collectionUri

public Object getCount ()

Retrieves count

public void setCollectionUri (Object value)

Sets collectionUri

Parameters
value Value to set

public void setCount (Object value)

Sets count

Parameters
value Value to set