Class TranslationEntryWrapper

java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<TranslationEntry>
com.liferay.translation.model.TranslationEntryWrapper
All Implemented Interfaces:
com.liferay.portal.kernel.model.AttachedModel, com.liferay.portal.kernel.model.AuditedModel, com.liferay.portal.kernel.model.BaseModel<TranslationEntry>, com.liferay.portal.kernel.model.change.tracking.CTModel<TranslationEntry>, com.liferay.portal.kernel.model.ClassedModel, com.liferay.portal.kernel.model.GroupedModel, com.liferay.portal.kernel.model.ModelWrapper<TranslationEntry>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.PersistedModel, com.liferay.portal.kernel.model.ShardedModel, com.liferay.portal.kernel.model.StagedAuditedModel, com.liferay.portal.kernel.model.StagedModel, com.liferay.portal.kernel.model.TypedModel, com.liferay.portal.kernel.model.WorkflowedModel, TranslationEntry, TranslationEntryModel, Serializable, Cloneable, Comparable<TranslationEntry>

public class TranslationEntryWrapper extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<TranslationEntry> implements com.liferay.portal.kernel.model.ModelWrapper<TranslationEntry>, TranslationEntry

This class is a wrapper for TranslationEntry.

See Also:
Generated:
  • Field Summary

    Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper

    model

    Fields inherited from interface com.liferay.translation.model.TranslationEntry

    TRANSLATION_ENTRY_ID_ACCESSOR
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
     
    Returns the fully qualified class name of this translation entry.
    long
    Returns the class name ID of this translation entry.
    long
    Returns the class pk of this translation entry.
    long
    Returns the company ID of this translation entry.
    Returns the content of this translation entry.
    Returns the content type of this translation entry.
    Returns the create date of this translation entry.
    long
    Returns the ct collection ID of this translation entry.
    long
    Returns the group ID of this translation entry.
    com.liferay.info.item.InfoItemFieldValues
    getInfoItemFieldValues(long groupId, String className, long classPK, String content)
     
    Returns the language ID of this translation entry.
     
    Returns the modified date of this translation entry.
    long
    Returns the mvcc version of this translation entry.
    long
    Returns the primary key of this translation entry.
    com.liferay.exportimport.kernel.lar.StagedModelType
     
    int
    Returns the status of this translation entry.
    long
    Returns the status by user ID of this translation entry.
    Returns the status by user name of this translation entry.
    Returns the status by user uuid of this translation entry.
    Returns the status date of this translation entry.
    long
    Returns the translation entry ID of this translation entry.
    long
    Returns the user ID of this translation entry.
    Returns the user name of this translation entry.
    Returns the user uuid of this translation entry.
    Returns the uuid of this translation entry.
    boolean
    Returns true if this translation entry is approved.
    boolean
    Returns true if this translation entry is denied.
    boolean
    Returns true if this translation entry is a draft.
    boolean
    Returns true if this translation entry is expired.
    boolean
    Returns true if this translation entry is inactive.
    boolean
    Returns true if this translation entry is incomplete.
    boolean
    Returns true if this translation entry is pending.
    boolean
    Returns true if this translation entry is scheduled.
    void
     
    void
    setClassName(String className)
     
    void
    setClassNameId(long classNameId)
    Sets the class name ID of this translation entry.
    void
    setClassPK(long classPK)
    Sets the class pk of this translation entry.
    void
    setCompanyId(long companyId)
    Sets the company ID of this translation entry.
    void
    setContent(String content)
    Sets the content of this translation entry.
    void
    setContentType(String contentType)
    Sets the content type of this translation entry.
    void
    setCreateDate(Date createDate)
    Sets the create date of this translation entry.
    void
    setCtCollectionId(long ctCollectionId)
    Sets the ct collection ID of this translation entry.
    void
    setGroupId(long groupId)
    Sets the group ID of this translation entry.
    void
    setLanguageId(String languageId)
    Sets the language ID of this translation entry.
    void
     
    void
    setModifiedDate(Date modifiedDate)
    Sets the modified date of this translation entry.
    void
    setMvccVersion(long mvccVersion)
    Sets the mvcc version of this translation entry.
    void
    setPrimaryKey(long primaryKey)
    Sets the primary key of this translation entry.
    void
    setStatus(int status)
    Sets the status of this translation entry.
    void
    setStatusByUserId(long statusByUserId)
    Sets the status by user ID of this translation entry.
    void
    setStatusByUserName(String statusByUserName)
    Sets the status by user name of this translation entry.
    void
    setStatusByUserUuid(String statusByUserUuid)
    Sets the status by user uuid of this translation entry.
    void
    setStatusDate(Date statusDate)
    Sets the status date of this translation entry.
    void
    setTranslationEntryId(long translationEntryId)
    Sets the translation entry ID of this translation entry.
    void
    setUserId(long userId)
    Sets the user ID of this translation entry.
    void
    setUserName(String userName)
    Sets the user name of this translation entry.
    void
    setUserUuid(String userUuid)
    Sets the user uuid of this translation entry.
    void
    Sets the uuid of this translation entry.
     
    wrap(TranslationEntry translationEntry)
     

    Methods inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper

    clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModel

    Methods inherited from class java.lang.Object

    finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface com.liferay.portal.kernel.model.BaseModel

    clone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel

    Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel

    getModelClass, getModelClassName

    Methods inherited from interface java.lang.Comparable

    compareTo

    Methods inherited from interface com.liferay.portal.kernel.model.ModelWrapper

    getWrappedModel

    Methods inherited from interface com.liferay.portal.kernel.model.StagedModel

    clone
  • Constructor Details

    • TranslationEntryWrapper

      public TranslationEntryWrapper(TranslationEntry translationEntry)
  • Method Details

    • getModelAttributes

      public Map<String,Object> getModelAttributes()
      Specified by:
      getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<TranslationEntry>
    • setModelAttributes

      public void setModelAttributes(Map<String,Object> attributes)
      Specified by:
      setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<TranslationEntry>
    • cloneWithOriginalValues

      public TranslationEntry cloneWithOriginalValues()
      Specified by:
      cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<TranslationEntry>
      Specified by:
      cloneWithOriginalValues in interface TranslationEntryModel
    • getClassName

      public String getClassName()
      Returns the fully qualified class name of this translation entry.
      Specified by:
      getClassName in interface TranslationEntryModel
      Specified by:
      getClassName in interface com.liferay.portal.kernel.model.TypedModel
      Returns:
      the fully qualified class name of this translation entry
    • getClassNameId

      public long getClassNameId()
      Returns the class name ID of this translation entry.
      Specified by:
      getClassNameId in interface TranslationEntryModel
      Specified by:
      getClassNameId in interface com.liferay.portal.kernel.model.TypedModel
      Returns:
      the class name ID of this translation entry
    • getClassPK

      public long getClassPK()
      Returns the class pk of this translation entry.
      Specified by:
      getClassPK in interface com.liferay.portal.kernel.model.AttachedModel
      Specified by:
      getClassPK in interface TranslationEntryModel
      Returns:
      the class pk of this translation entry
    • getCompanyId

      public long getCompanyId()
      Returns the company ID of this translation entry.
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.StagedModel
      Specified by:
      getCompanyId in interface TranslationEntryModel
      Returns:
      the company ID of this translation entry
    • getContent

      public String getContent()
      Returns the content of this translation entry.
      Specified by:
      getContent in interface TranslationEntryModel
      Returns:
      the content of this translation entry
    • getContentType

      public String getContentType()
      Returns the content type of this translation entry.
      Specified by:
      getContentType in interface TranslationEntryModel
      Returns:
      the content type of this translation entry
    • getCreateDate

      public Date getCreateDate()
      Returns the create date of this translation entry.
      Specified by:
      getCreateDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getCreateDate in interface com.liferay.portal.kernel.model.StagedModel
      Specified by:
      getCreateDate in interface TranslationEntryModel
      Returns:
      the create date of this translation entry
    • getCtCollectionId

      public long getCtCollectionId()
      Returns the ct collection ID of this translation entry.
      Specified by:
      getCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<TranslationEntry>
      Specified by:
      getCtCollectionId in interface TranslationEntryModel
      Returns:
      the ct collection ID of this translation entry
    • getGroupId

      public long getGroupId()
      Returns the group ID of this translation entry.
      Specified by:
      getGroupId in interface com.liferay.portal.kernel.model.GroupedModel
      Specified by:
      getGroupId in interface TranslationEntryModel
      Returns:
      the group ID of this translation entry
    • getInfoItemFieldValues

      public com.liferay.info.item.InfoItemFieldValues getInfoItemFieldValues(long groupId, String className, long classPK, String content) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getInfoItemFieldValues in interface TranslationEntry
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getLanguageId

      public String getLanguageId()
      Returns the language ID of this translation entry.
      Specified by:
      getLanguageId in interface TranslationEntryModel
      Returns:
      the language ID of this translation entry
    • getModifiedDate

      public Date getModifiedDate()
      Returns the modified date of this translation entry.
      Specified by:
      getModifiedDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getModifiedDate in interface com.liferay.portal.kernel.model.StagedModel
      Specified by:
      getModifiedDate in interface TranslationEntryModel
      Returns:
      the modified date of this translation entry
    • getMvccVersion

      public long getMvccVersion()
      Returns the mvcc version of this translation entry.
      Specified by:
      getMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Specified by:
      getMvccVersion in interface TranslationEntryModel
      Returns:
      the mvcc version of this translation entry
    • getPrimaryKey

      public long getPrimaryKey()
      Returns the primary key of this translation entry.
      Specified by:
      getPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<TranslationEntry>
      Specified by:
      getPrimaryKey in interface TranslationEntryModel
      Returns:
      the primary key of this translation entry
    • getStatus

      public int getStatus()
      Returns the status of this translation entry.
      Specified by:
      getStatus in interface TranslationEntryModel
      Specified by:
      getStatus in interface com.liferay.portal.kernel.model.WorkflowedModel
      Returns:
      the status of this translation entry
    • getStatusByUserId

      public long getStatusByUserId()
      Returns the status by user ID of this translation entry.
      Specified by:
      getStatusByUserId in interface TranslationEntryModel
      Specified by:
      getStatusByUserId in interface com.liferay.portal.kernel.model.WorkflowedModel
      Returns:
      the status by user ID of this translation entry
    • getStatusByUserName

      public String getStatusByUserName()
      Returns the status by user name of this translation entry.
      Specified by:
      getStatusByUserName in interface TranslationEntryModel
      Specified by:
      getStatusByUserName in interface com.liferay.portal.kernel.model.WorkflowedModel
      Returns:
      the status by user name of this translation entry
    • getStatusByUserUuid

      public String getStatusByUserUuid()
      Returns the status by user uuid of this translation entry.
      Specified by:
      getStatusByUserUuid in interface TranslationEntryModel
      Specified by:
      getStatusByUserUuid in interface com.liferay.portal.kernel.model.WorkflowedModel
      Returns:
      the status by user uuid of this translation entry
    • getStatusDate

      public Date getStatusDate()
      Returns the status date of this translation entry.
      Specified by:
      getStatusDate in interface TranslationEntryModel
      Specified by:
      getStatusDate in interface com.liferay.portal.kernel.model.WorkflowedModel
      Returns:
      the status date of this translation entry
    • getTranslationEntryId

      public long getTranslationEntryId()
      Returns the translation entry ID of this translation entry.
      Specified by:
      getTranslationEntryId in interface TranslationEntryModel
      Returns:
      the translation entry ID of this translation entry
    • getUserId

      public long getUserId()
      Returns the user ID of this translation entry.
      Specified by:
      getUserId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getUserId in interface TranslationEntryModel
      Returns:
      the user ID of this translation entry
    • getUserName

      public String getUserName()
      Returns the user name of this translation entry.
      Specified by:
      getUserName in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getUserName in interface TranslationEntryModel
      Returns:
      the user name of this translation entry
    • getUserUuid

      public String getUserUuid()
      Returns the user uuid of this translation entry.
      Specified by:
      getUserUuid in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getUserUuid in interface TranslationEntryModel
      Returns:
      the user uuid of this translation entry
    • getUuid

      public String getUuid()
      Returns the uuid of this translation entry.
      Specified by:
      getUuid in interface com.liferay.portal.kernel.model.StagedModel
      Specified by:
      getUuid in interface TranslationEntryModel
      Returns:
      the uuid of this translation entry
    • isApproved

      public boolean isApproved()
      Returns true if this translation entry is approved.
      Specified by:
      isApproved in interface TranslationEntryModel
      Specified by:
      isApproved in interface com.liferay.portal.kernel.model.WorkflowedModel
      Returns:
      true if this translation entry is approved; false otherwise
    • isDenied

      public boolean isDenied()
      Returns true if this translation entry is denied.
      Specified by:
      isDenied in interface TranslationEntryModel
      Specified by:
      isDenied in interface com.liferay.portal.kernel.model.WorkflowedModel
      Returns:
      true if this translation entry is denied; false otherwise
    • isDraft

      public boolean isDraft()
      Returns true if this translation entry is a draft.
      Specified by:
      isDraft in interface TranslationEntryModel
      Specified by:
      isDraft in interface com.liferay.portal.kernel.model.WorkflowedModel
      Returns:
      true if this translation entry is a draft; false otherwise
    • isExpired

      public boolean isExpired()
      Returns true if this translation entry is expired.
      Specified by:
      isExpired in interface TranslationEntryModel
      Specified by:
      isExpired in interface com.liferay.portal.kernel.model.WorkflowedModel
      Returns:
      true if this translation entry is expired; false otherwise
    • isInactive

      public boolean isInactive()
      Returns true if this translation entry is inactive.
      Specified by:
      isInactive in interface TranslationEntryModel
      Specified by:
      isInactive in interface com.liferay.portal.kernel.model.WorkflowedModel
      Returns:
      true if this translation entry is inactive; false otherwise
    • isIncomplete

      public boolean isIncomplete()
      Returns true if this translation entry is incomplete.
      Specified by:
      isIncomplete in interface TranslationEntryModel
      Specified by:
      isIncomplete in interface com.liferay.portal.kernel.model.WorkflowedModel
      Returns:
      true if this translation entry is incomplete; false otherwise
    • isPending

      public boolean isPending()
      Returns true if this translation entry is pending.
      Specified by:
      isPending in interface TranslationEntryModel
      Specified by:
      isPending in interface com.liferay.portal.kernel.model.WorkflowedModel
      Returns:
      true if this translation entry is pending; false otherwise
    • isScheduled

      public boolean isScheduled()
      Returns true if this translation entry is scheduled.
      Specified by:
      isScheduled in interface TranslationEntryModel
      Specified by:
      isScheduled in interface com.liferay.portal.kernel.model.WorkflowedModel
      Returns:
      true if this translation entry is scheduled; false otherwise
    • persist

      public void persist()
      Specified by:
      persist in interface com.liferay.portal.kernel.model.PersistedModel
    • setClassName

      public void setClassName(String className)
      Specified by:
      setClassName in interface TranslationEntryModel
    • setClassNameId

      public void setClassNameId(long classNameId)
      Sets the class name ID of this translation entry.
      Specified by:
      setClassNameId in interface TranslationEntryModel
      Specified by:
      setClassNameId in interface com.liferay.portal.kernel.model.TypedModel
      Parameters:
      classNameId - the class name ID of this translation entry
    • setClassPK

      public void setClassPK(long classPK)
      Sets the class pk of this translation entry.
      Specified by:
      setClassPK in interface com.liferay.portal.kernel.model.AttachedModel
      Specified by:
      setClassPK in interface TranslationEntryModel
      Parameters:
      classPK - the class pk of this translation entry
    • setCompanyId

      public void setCompanyId(long companyId)
      Sets the company ID of this translation entry.
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.StagedModel
      Specified by:
      setCompanyId in interface TranslationEntryModel
      Parameters:
      companyId - the company ID of this translation entry
    • setContent

      public void setContent(String content)
      Sets the content of this translation entry.
      Specified by:
      setContent in interface TranslationEntryModel
      Parameters:
      content - the content of this translation entry
    • setContentType

      public void setContentType(String contentType)
      Sets the content type of this translation entry.
      Specified by:
      setContentType in interface TranslationEntryModel
      Parameters:
      contentType - the content type of this translation entry
    • setCreateDate

      public void setCreateDate(Date createDate)
      Sets the create date of this translation entry.
      Specified by:
      setCreateDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setCreateDate in interface com.liferay.portal.kernel.model.StagedModel
      Specified by:
      setCreateDate in interface TranslationEntryModel
      Parameters:
      createDate - the create date of this translation entry
    • setCtCollectionId

      public void setCtCollectionId(long ctCollectionId)
      Sets the ct collection ID of this translation entry.
      Specified by:
      setCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<TranslationEntry>
      Specified by:
      setCtCollectionId in interface TranslationEntryModel
      Parameters:
      ctCollectionId - the ct collection ID of this translation entry
    • setGroupId

      public void setGroupId(long groupId)
      Sets the group ID of this translation entry.
      Specified by:
      setGroupId in interface com.liferay.portal.kernel.model.GroupedModel
      Specified by:
      setGroupId in interface TranslationEntryModel
      Parameters:
      groupId - the group ID of this translation entry
    • setLanguageId

      public void setLanguageId(String languageId)
      Sets the language ID of this translation entry.
      Specified by:
      setLanguageId in interface TranslationEntryModel
      Parameters:
      languageId - the language ID of this translation entry
    • setModifiedDate

      public void setModifiedDate(Date modifiedDate)
      Sets the modified date of this translation entry.
      Specified by:
      setModifiedDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setModifiedDate in interface com.liferay.portal.kernel.model.StagedModel
      Specified by:
      setModifiedDate in interface TranslationEntryModel
      Parameters:
      modifiedDate - the modified date of this translation entry
    • setMvccVersion

      public void setMvccVersion(long mvccVersion)
      Sets the mvcc version of this translation entry.
      Specified by:
      setMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Specified by:
      setMvccVersion in interface TranslationEntryModel
      Parameters:
      mvccVersion - the mvcc version of this translation entry
    • setPrimaryKey

      public void setPrimaryKey(long primaryKey)
      Sets the primary key of this translation entry.
      Specified by:
      setPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<TranslationEntry>
      Specified by:
      setPrimaryKey in interface TranslationEntryModel
      Parameters:
      primaryKey - the primary key of this translation entry
    • setStatus

      public void setStatus(int status)
      Sets the status of this translation entry.
      Specified by:
      setStatus in interface TranslationEntryModel
      Specified by:
      setStatus in interface com.liferay.portal.kernel.model.WorkflowedModel
      Parameters:
      status - the status of this translation entry
    • setStatusByUserId

      public void setStatusByUserId(long statusByUserId)
      Sets the status by user ID of this translation entry.
      Specified by:
      setStatusByUserId in interface TranslationEntryModel
      Specified by:
      setStatusByUserId in interface com.liferay.portal.kernel.model.WorkflowedModel
      Parameters:
      statusByUserId - the status by user ID of this translation entry
    • setStatusByUserName

      public void setStatusByUserName(String statusByUserName)
      Sets the status by user name of this translation entry.
      Specified by:
      setStatusByUserName in interface TranslationEntryModel
      Specified by:
      setStatusByUserName in interface com.liferay.portal.kernel.model.WorkflowedModel
      Parameters:
      statusByUserName - the status by user name of this translation entry
    • setStatusByUserUuid

      public void setStatusByUserUuid(String statusByUserUuid)
      Sets the status by user uuid of this translation entry.
      Specified by:
      setStatusByUserUuid in interface TranslationEntryModel
      Specified by:
      setStatusByUserUuid in interface com.liferay.portal.kernel.model.WorkflowedModel
      Parameters:
      statusByUserUuid - the status by user uuid of this translation entry
    • setStatusDate

      public void setStatusDate(Date statusDate)
      Sets the status date of this translation entry.
      Specified by:
      setStatusDate in interface TranslationEntryModel
      Specified by:
      setStatusDate in interface com.liferay.portal.kernel.model.WorkflowedModel
      Parameters:
      statusDate - the status date of this translation entry
    • setTranslationEntryId

      public void setTranslationEntryId(long translationEntryId)
      Sets the translation entry ID of this translation entry.
      Specified by:
      setTranslationEntryId in interface TranslationEntryModel
      Parameters:
      translationEntryId - the translation entry ID of this translation entry
    • setUserId

      public void setUserId(long userId)
      Sets the user ID of this translation entry.
      Specified by:
      setUserId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setUserId in interface TranslationEntryModel
      Parameters:
      userId - the user ID of this translation entry
    • setUserName

      public void setUserName(String userName)
      Sets the user name of this translation entry.
      Specified by:
      setUserName in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setUserName in interface TranslationEntryModel
      Parameters:
      userName - the user name of this translation entry
    • setUserUuid

      public void setUserUuid(String userUuid)
      Sets the user uuid of this translation entry.
      Specified by:
      setUserUuid in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setUserUuid in interface TranslationEntryModel
      Parameters:
      userUuid - the user uuid of this translation entry
    • setUuid

      public void setUuid(String uuid)
      Sets the uuid of this translation entry.
      Specified by:
      setUuid in interface com.liferay.portal.kernel.model.StagedModel
      Specified by:
      setUuid in interface TranslationEntryModel
      Parameters:
      uuid - the uuid of this translation entry
    • toXmlString

      public String toXmlString()
      Specified by:
      toXmlString in interface TranslationEntryModel
    • getAttributeGetterFunctions

      public Map<String,Function<TranslationEntry,Object>> getAttributeGetterFunctions()
      Specified by:
      getAttributeGetterFunctions in interface com.liferay.portal.kernel.model.BaseModel<TranslationEntry>
    • getAttributeSetterBiConsumers

      public Map<String,BiConsumer<TranslationEntry,Object>> getAttributeSetterBiConsumers()
      Specified by:
      getAttributeSetterBiConsumers in interface com.liferay.portal.kernel.model.BaseModel<TranslationEntry>
    • getStagedModelType

      public com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()
      Specified by:
      getStagedModelType in interface com.liferay.portal.kernel.model.StagedModel
    • wrap

      protected TranslationEntryWrapper wrap(TranslationEntry translationEntry)
      Specified by:
      wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<TranslationEntry>