Liferay 6.2-ce-ga5

com.liferay.portlet.polls.model
Class PollsChoiceWrapper

java.lang.Object
  extended by com.liferay.portlet.polls.model.PollsChoiceWrapper
All Implemented Interfaces:
AuditedModel, BaseModel<PollsChoice>, ClassedModel, GroupedModel, ModelWrapper<PollsChoice>, PersistedModel, StagedGroupedModel, StagedModel, PollsChoice, PollsChoiceModel, Serializable, Cloneable, Comparable<PollsChoice>

@ProviderType
public class PollsChoiceWrapper
extends Object
implements PollsChoice, ModelWrapper<PollsChoice>

This class is a wrapper for PollsChoice.

See Also:
PollsChoice, Serialized Form
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Constructor Summary
PollsChoiceWrapper(PollsChoice pollsChoice)
           
 
Method Summary
 Object clone()
          Creates a shallow clone of this model instance.
 int compareTo(PollsChoice pollsChoice)
           
 boolean equals(Object obj)
           
 String[] getAvailableLanguageIds()
           
 long getChoiceId()
          Returns the choice ID of this polls choice.
 long getCompanyId()
          Returns the company ID of this polls choice.
 Date getCreateDate()
          Returns the create date of this polls choice.
 String getDefaultLanguageId()
           
 String getDescription()
          Returns the description of this polls choice.
 String getDescription(Locale locale)
          Returns the localized description of this polls choice in the language.
 String getDescription(Locale locale, boolean useDefault)
          Returns the localized description of this polls choice in the language, optionally using the default language if no localization exists for the requested language.
 String getDescription(String languageId)
          Returns the localized description of this polls choice in the language.
 String getDescription(String languageId, boolean useDefault)
          Returns the localized description of this polls choice in the language, optionally using the default language if no localization exists for the requested language.
 String getDescriptionCurrentLanguageId()
           
 String getDescriptionCurrentValue()
           
 Map<Locale,String> getDescriptionMap()
          Returns a map of the locales and localized descriptions of this polls choice.
 ExpandoBridge getExpandoBridge()
          Returns the expando bridge for this model instance.
 long getGroupId()
          Returns the group ID of this polls choice.
 Map<String,Object> getModelAttributes()
           
 Class<?> getModelClass()
           
 String getModelClassName()
           
 Date getModifiedDate()
          Returns the modified date of this polls choice.
 String getName()
          Returns the name of this polls choice.
 long getPrimaryKey()
          Returns the primary key of this polls choice.
 Serializable getPrimaryKeyObj()
          Returns the primary key of this model instance.
 long getQuestionId()
          Returns the question ID of this polls choice.
 StagedModelType getStagedModelType()
           
 long getUserId()
          Returns the user ID of this polls choice.
 String getUserName()
          Returns the user name of this polls choice.
 String getUserUuid()
          Returns the user uuid of this polls choice.
 String getUuid()
          Returns the uuid of this polls choice.
 int getVotesCount()
           
 PollsChoice getWrappedModel()
           
 PollsChoice getWrappedPollsChoice()
          Deprecated. As of 6.1.0, replaced by getWrappedModel()
 int hashCode()
           
 boolean isCachedModel()
          Returns true if this model instance was retrieved from the entity cache.
 boolean isEscapedModel()
          Returns true if this model instance is escaped.
 boolean isNew()
          Returns true if this model instance does not yet exist in the database.
 void persist()
          Updates this model instance in the database or adds it if it does not yet exist.
 void prepareLocalizedFieldsForImport()
           
 void prepareLocalizedFieldsForImport(Locale defaultImportLocale)
           
 void resetOriginalValues()
          Reset all original fields to current values.
 void setCachedModel(boolean cachedModel)
          Sets whether this model instance was retrieved from the entity cache.
 void setChoiceId(long choiceId)
          Sets the choice ID of this polls choice.
 void setCompanyId(long companyId)
          Sets the company ID of this polls choice.
 void setCreateDate(Date createDate)
          Sets the create date of this polls choice.
 void setDescription(String description)
          Sets the description of this polls choice.
 void setDescription(String description, Locale locale)
          Sets the localized description of this polls choice in the language.
 void setDescription(String description, Locale locale, Locale defaultLocale)
          Sets the localized description of this polls choice in the language, and sets the default locale.
 void setDescriptionCurrentLanguageId(String languageId)
           
 void setDescriptionMap(Map<Locale,String> descriptionMap)
          Sets the localized descriptions of this polls choice from the map of locales and localized descriptions.
 void setDescriptionMap(Map<Locale,String> descriptionMap, Locale defaultLocale)
          Sets the localized descriptions of this polls choice from the map of locales and localized descriptions, and sets the default locale.
 void setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void setExpandoBridgeAttributes(ExpandoBridge expandoBridge)
           
 void setExpandoBridgeAttributes(ServiceContext serviceContext)
          Sets the expando bridge attributes for this model instance to the attributes stored in the service context.
 void setGroupId(long groupId)
          Sets the group ID of this polls choice.
 void setModelAttributes(Map<String,Object> attributes)
           
 void setModifiedDate(Date modifiedDate)
          Sets the modified date of this polls choice.
 void setName(String name)
          Sets the name of this polls choice.
 void setNew(boolean n)
          Sets whether this model instance does not yet exist in the database.
 void setPrimaryKey(long primaryKey)
          Sets the primary key of this polls choice.
 void setPrimaryKeyObj(Serializable primaryKeyObj)
          Sets the primary key of this model instance.
 void setQuestionId(long questionId)
          Sets the question ID of this polls choice.
 void setUserId(long userId)
          Sets the user ID of this polls choice.
 void setUserName(String userName)
          Sets the user name of this polls choice.
 void setUserUuid(String userUuid)
          Sets the user uuid of this polls choice.
 void setUuid(String uuid)
          Sets the uuid of this polls choice.
 CacheModel<PollsChoice> toCacheModel()
          Returns a cache model object for this entity used by entity cache.
 PollsChoice toEscapedModel()
          Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.
 String toString()
           
 PollsChoice toUnescapedModel()