public class

KindlingGroupExpressionHolder

extends Object
java.lang.Object
   ↳ org.mule.module.kindling.model.group.holders.KindlingGroupExpressionHolder

Summary

Fields
protected String _applicationUriType
protected List<Object> _categoriesType
protected String _classNameType
protected String _dateCreatedLocalizedType
protected Date _dateCreatedType
protected String _dateUpdatedLocalizedType
protected Date _dateUpdatedType
protected String _descriptionType
protected Integer _idType
protected List<Object> _membersType
protected List<Object> _moderatorsType
protected Object _parametersType
protected Boolean _requiresLdapType
protected String _resourceUriType
protected Integer _stateIdType
protected KindlingGroupStateName _stateNameType
protected String _titleType
protected KindlingGroupType _typeType
protected Object applicationUri
protected Object categories
protected Object className
protected Object dateCreated
protected Object dateCreatedLocalized
protected Object dateUpdated
protected Object dateUpdatedLocalized
protected Object description
protected Object id
protected Object members
protected Object moderators
protected Object parameters
protected Object requiresLdap
protected Object resourceUri
protected Object stateId
protected Object stateName
protected Object title
protected Object type
Public Constructors
KindlingGroupExpressionHolder()
Public Methods
Object getApplicationUri()
Retrieves applicationUri
Object getCategories()
Retrieves categories
Object getClassName()
Retrieves className
Object getDateCreated()
Retrieves dateCreated
Object getDateCreatedLocalized()
Retrieves dateCreatedLocalized
Object getDateUpdated()
Retrieves dateUpdated
Object getDateUpdatedLocalized()
Retrieves dateUpdatedLocalized
Object getDescription()
Retrieves description
Object getId()
Retrieves id
Object getMembers()
Retrieves members
Object getModerators()
Retrieves moderators
Object getParameters()
Retrieves parameters
Object getRequiresLdap()
Retrieves requiresLdap
Object getResourceUri()
Retrieves resourceUri
Object getStateId()
Retrieves stateId
Object getStateName()
Retrieves stateName
Object getTitle()
Retrieves title
Object getType()
Retrieves type
void setApplicationUri(Object value)
Sets applicationUri
void setCategories(Object value)
Sets categories
void setClassName(Object value)
Sets className
void setDateCreated(Object value)
Sets dateCreated
void setDateCreatedLocalized(Object value)
Sets dateCreatedLocalized
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 setMembers(Object value)
Sets members
void setModerators(Object value)
Sets moderators
void setParameters(Object value)
Sets parameters
void setRequiresLdap(Object value)
Sets requiresLdap
void setResourceUri(Object value)
Sets resourceUri
void setStateId(Object value)
Sets stateId
void setStateName(Object value)
Sets stateName
void setTitle(Object value)
Sets title
void setType(Object value)
Sets type
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String _applicationUriType

protected List<Object> _categoriesType

protected String _classNameType

protected String _dateCreatedLocalizedType

protected Date _dateCreatedType

protected String _dateUpdatedLocalizedType

protected Date _dateUpdatedType

protected String _descriptionType

protected Integer _idType

protected List<Object> _membersType

protected List<Object> _moderatorsType

protected Object _parametersType

protected Boolean _requiresLdapType

protected String _resourceUriType

protected Integer _stateIdType

protected KindlingGroupStateName _stateNameType

protected String _titleType

protected KindlingGroupType _typeType

protected Object applicationUri

protected Object categories

protected Object className

protected Object dateCreated

protected Object dateCreatedLocalized

protected Object dateUpdated

protected Object dateUpdatedLocalized

protected Object description

protected Object id

protected Object members

protected Object moderators

protected Object parameters

protected Object requiresLdap

protected Object resourceUri

protected Object stateId

protected Object stateName

protected Object title

protected Object type

Public Constructors

public KindlingGroupExpressionHolder ()

Public Methods

public Object getApplicationUri ()

Retrieves applicationUri

public Object getCategories ()

Retrieves categories

public Object getClassName ()

Retrieves className

public Object getDateCreated ()

Retrieves dateCreated

public Object getDateCreatedLocalized ()

Retrieves dateCreatedLocalized

public Object getDateUpdated ()

Retrieves dateUpdated

public Object getDateUpdatedLocalized ()

Retrieves dateUpdatedLocalized

public Object getDescription ()

Retrieves description

public Object getId ()

Retrieves id

public Object getMembers ()

Retrieves members

public Object getModerators ()

Retrieves moderators

public Object getParameters ()

Retrieves parameters

public Object getRequiresLdap ()

Retrieves requiresLdap

public Object getResourceUri ()

Retrieves resourceUri

public Object getStateId ()

Retrieves stateId

public Object getStateName ()

Retrieves stateName

public Object getTitle ()

Retrieves title

public Object getType ()

Retrieves type

public void setApplicationUri (Object value)

Sets applicationUri

Parameters
value Value to set

public void setCategories (Object value)

Sets categories

Parameters
value Value to set

public void setClassName (Object value)

Sets className

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 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 setMembers (Object value)

Sets members

Parameters
value Value to set

public void setModerators (Object value)

Sets moderators

Parameters
value Value to set

public void setParameters (Object value)

Sets parameters

Parameters
value Value to set

public void setRequiresLdap (Object value)

Sets requiresLdap

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 setTitle (Object value)

Sets title

Parameters
value Value to set

public void setType (Object value)

Sets type

Parameters
value Value to set