public class

KindlingUserExpressionHolder

extends Object
java.lang.Object
   ↳ org.mule.module.kindling.model.user.holders.KindlingUserExpressionHolder

Summary

Fields
protected String _applicationUriType
protected Object _avatarType
protected String _avatarUriType
protected String _backendType
protected List<KindlingCategory> _categoriesType
protected String _classNameType
protected String _dateCreatedLocalizedType
protected Date _dateCreatedType
protected KindlingUserEmailPreferences _emailPreferencesType
protected String _emailType
protected String _firstNameType
protected String _fullNameType
protected Integer _idType
protected List<String> _interestsType
protected Boolean _isAnonymousType
protected String _lastLoginLocalizedType
protected Date _lastLoginType
protected String _lastNameType
protected String _localeType
protected Integer _reputationType
protected Date _resetRequestedType
protected String _resourceUriType
protected List<String> _skillsType
protected Integer _stateIdType
protected KindlingUserStateName _stateNameType
protected Boolean _storNotificationType
protected String _tokenType
protected String _usernameType
protected Integer _votesTotalType
protected Object applicationUri
protected Object avatar
protected Object avatarUri
protected Object backend
protected Object categories
protected Object className
protected Object dateCreated
protected Object dateCreatedLocalized
protected Object email
protected Object emailPreferences
protected Object firstName
protected Object fullName
protected Object id
protected Object interests
protected Object isAnonymous
protected Object lastLogin
protected Object lastLoginLocalized
protected Object lastName
protected Object locale
protected Object reputation
protected Object resetRequested
protected Object resourceUri
protected Object skills
protected Object stateId
protected Object stateName
protected Object storNotification
protected Object token
protected Object username
protected Object votesTotal
Public Constructors
KindlingUserExpressionHolder()
Public Methods
Object getApplicationUri()
Retrieves applicationUri
Object getAvatar()
Retrieves avatar
Object getAvatarUri()
Retrieves avatarUri
Object getBackend()
Retrieves backend
Object getCategories()
Retrieves categories
Object getClassName()
Retrieves className
Object getDateCreated()
Retrieves dateCreated
Object getDateCreatedLocalized()
Retrieves dateCreatedLocalized
Object getEmail()
Retrieves email
Object getEmailPreferences()
Retrieves emailPreferences
Object getFirstName()
Retrieves firstName
Object getFullName()
Retrieves fullName
Object getId()
Retrieves id
Object getInterests()
Retrieves interests
Object getIsAnonymous()
Retrieves isAnonymous
Object getLastLogin()
Retrieves lastLogin
Object getLastLoginLocalized()
Retrieves lastLoginLocalized
Object getLastName()
Retrieves lastName
Object getLocale()
Retrieves locale
Object getReputation()
Retrieves reputation
Object getResetRequested()
Retrieves resetRequested
Object getResourceUri()
Retrieves resourceUri
Object getSkills()
Retrieves skills
Object getStateId()
Retrieves stateId
Object getStateName()
Retrieves stateName
Object getStorNotification()
Retrieves storNotification
Object getToken()
Retrieves token
Object getUsername()
Retrieves username
Object getVotesTotal()
Retrieves votesTotal
void setApplicationUri(Object value)
Sets applicationUri
void setAvatar(Object value)
Sets avatar
void setAvatarUri(Object value)
Sets avatarUri
void setBackend(Object value)
Sets backend
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 setEmail(Object value)
Sets email
void setEmailPreferences(Object value)
Sets emailPreferences
void setFirstName(Object value)
Sets firstName
void setFullName(Object value)
Sets fullName
void setId(Object value)
Sets id
void setInterests(Object value)
Sets interests
void setIsAnonymous(Object value)
Sets isAnonymous
void setLastLogin(Object value)
Sets lastLogin
void setLastLoginLocalized(Object value)
Sets lastLoginLocalized
void setLastName(Object value)
Sets lastName
void setLocale(Object value)
Sets locale
void setReputation(Object value)
Sets reputation
void setResetRequested(Object value)
Sets resetRequested
void setResourceUri(Object value)
Sets resourceUri
void setSkills(Object value)
Sets skills
void setStateId(Object value)
Sets stateId
void setStateName(Object value)
Sets stateName
void setStorNotification(Object value)
Sets storNotification
void setToken(Object value)
Sets token
void setUsername(Object value)
Sets username
void setVotesTotal(Object value)
Sets votesTotal
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String _applicationUriType

protected Object _avatarType

protected String _avatarUriType

protected String _backendType

protected List<KindlingCategory> _categoriesType

protected String _classNameType

protected String _dateCreatedLocalizedType

protected Date _dateCreatedType

protected KindlingUserEmailPreferences _emailPreferencesType

protected String _emailType

protected String _firstNameType

protected String _fullNameType

protected Integer _idType

protected List<String> _interestsType

protected Boolean _isAnonymousType

protected String _lastLoginLocalizedType

protected Date _lastLoginType

protected String _lastNameType

protected String _localeType

protected Integer _reputationType

protected Date _resetRequestedType

protected String _resourceUriType

protected List<String> _skillsType

protected Integer _stateIdType

protected KindlingUserStateName _stateNameType

protected Boolean _storNotificationType

protected String _tokenType

protected String _usernameType

protected Integer _votesTotalType

protected Object applicationUri

protected Object avatar

protected Object avatarUri

protected Object backend

protected Object categories

protected Object className

protected Object dateCreated

protected Object dateCreatedLocalized

protected Object email

protected Object emailPreferences

protected Object firstName

protected Object fullName

protected Object id

protected Object interests

protected Object isAnonymous

protected Object lastLogin

protected Object lastLoginLocalized

protected Object lastName

protected Object locale

protected Object reputation

protected Object resetRequested

protected Object resourceUri

protected Object skills

protected Object stateId

protected Object stateName

protected Object storNotification

protected Object token

protected Object username

protected Object votesTotal

Public Constructors

public KindlingUserExpressionHolder ()

Public Methods

public Object getApplicationUri ()

Retrieves applicationUri

public Object getAvatar ()

Retrieves avatar

public Object getAvatarUri ()

Retrieves avatarUri

public Object getBackend ()

Retrieves backend

public Object getCategories ()

Retrieves categories

public Object getClassName ()

Retrieves className

public Object getDateCreated ()

Retrieves dateCreated

public Object getDateCreatedLocalized ()

Retrieves dateCreatedLocalized

public Object getEmail ()

Retrieves email

public Object getEmailPreferences ()

Retrieves emailPreferences

public Object getFirstName ()

Retrieves firstName

public Object getFullName ()

Retrieves fullName

public Object getId ()

Retrieves id

public Object getInterests ()

Retrieves interests

public Object getIsAnonymous ()

Retrieves isAnonymous

public Object getLastLogin ()

Retrieves lastLogin

public Object getLastLoginLocalized ()

Retrieves lastLoginLocalized

public Object getLastName ()

Retrieves lastName

public Object getLocale ()

Retrieves locale

public Object getReputation ()

Retrieves reputation

public Object getResetRequested ()

Retrieves resetRequested

public Object getResourceUri ()

Retrieves resourceUri

public Object getSkills ()

Retrieves skills

public Object getStateId ()

Retrieves stateId

public Object getStateName ()

Retrieves stateName

public Object getStorNotification ()

Retrieves storNotification

public Object getToken ()

Retrieves token

public Object getUsername ()

Retrieves username

public Object getVotesTotal ()

Retrieves votesTotal

public void setApplicationUri (Object value)

Sets applicationUri

Parameters
value Value to set

public void setAvatar (Object value)

Sets avatar

Parameters
value Value to set

public void setAvatarUri (Object value)

Sets avatarUri

Parameters
value Value to set

public void setBackend (Object value)

Sets backend

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

Sets email

Parameters
value Value to set

public void setEmailPreferences (Object value)

Sets emailPreferences

Parameters
value Value to set

public void setFirstName (Object value)

Sets firstName

Parameters
value Value to set

public void setFullName (Object value)

Sets fullName

Parameters
value Value to set

public void setId (Object value)

Sets id

Parameters
value Value to set

public void setInterests (Object value)

Sets interests

Parameters
value Value to set

public void setIsAnonymous (Object value)

Sets isAnonymous

Parameters
value Value to set

public void setLastLogin (Object value)

Sets lastLogin

Parameters
value Value to set

public void setLastLoginLocalized (Object value)

Sets lastLoginLocalized

Parameters
value Value to set

public void setLastName (Object value)

Sets lastName

Parameters
value Value to set

public void setLocale (Object value)

Sets locale

Parameters
value Value to set

public void setReputation (Object value)

Sets reputation

Parameters
value Value to set

public void setResetRequested (Object value)

Sets resetRequested

Parameters
value Value to set

public void setResourceUri (Object value)

Sets resourceUri

Parameters
value Value to set

public void setSkills (Object value)

Sets skills

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

Sets storNotification

Parameters
value Value to set

public void setToken (Object value)

Sets token

Parameters
value Value to set

public void setUsername (Object value)

Sets username

Parameters
value Value to set

public void setVotesTotal (Object value)

Sets votesTotal

Parameters
value Value to set