public class

CategoryExpressionHolder

extends Object
java.lang.Object
   ↳ org.mule.modules.handshake.core.holders.CategoryExpressionHolder

Summary

Fields
protected int _categoryPositionType
protected String _idType
protected String _nameType
protected String _parentType
protected String _resourceUriType
protected CategorySubType _subTypeType
protected List<String> _subcategoriesType
protected Object categoryPosition
protected Object id
protected Object name
protected Object parent
protected Object resourceUri
protected Object subType
protected Object subcategories
Public Constructors
CategoryExpressionHolder()
Public Methods
Object getCategoryPosition()
Retrieves categoryPosition
Object getId()
Retrieves id
Object getName()
Retrieves name
Object getParent()
Retrieves parent
Object getResourceUri()
Retrieves resourceUri
Object getSubType()
Retrieves subType
Object getSubcategories()
Retrieves subcategories
void setCategoryPosition(Object value)
Sets categoryPosition
void setId(Object value)
Sets id
void setName(Object value)
Sets name
void setParent(Object value)
Sets parent
void setResourceUri(Object value)
Sets resourceUri
void setSubType(Object value)
Sets subType
void setSubcategories(Object value)
Sets subcategories
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected int _categoryPositionType

protected String _idType

protected String _nameType

protected String _parentType

protected String _resourceUriType

protected CategorySubType _subTypeType

protected List<String> _subcategoriesType

protected Object categoryPosition

protected Object id

protected Object name

protected Object parent

protected Object resourceUri

protected Object subType

protected Object subcategories

Public Constructors

public CategoryExpressionHolder ()

Public Methods

public Object getCategoryPosition ()

Retrieves categoryPosition

public Object getId ()

Retrieves id

public Object getName ()

Retrieves name

public Object getParent ()

Retrieves parent

public Object getResourceUri ()

Retrieves resourceUri

public Object getSubType ()

Retrieves subType

public Object getSubcategories ()

Retrieves subcategories

public void setCategoryPosition (Object value)

Sets categoryPosition

Parameters
value Value to set

public void setId (Object value)

Sets id

Parameters
value Value to set

public void setName (Object value)

Sets name

Parameters
value Value to set

public void setParent (Object value)

Sets parent

Parameters
value Value to set

public void setResourceUri (Object value)

Sets resourceUri

Parameters
value Value to set

public void setSubType (Object value)

Sets subType

Parameters
value Value to set

public void setSubcategories (Object value)

Sets subcategories

Parameters
value Value to set