Class AccountGroupWrapper

java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<AccountGroup>
com.liferay.account.model.AccountGroupWrapper
All Implemented Interfaces:
AccountGroup, AccountGroupModel, com.liferay.portal.kernel.model.AuditedModel, com.liferay.portal.kernel.model.BaseModel<AccountGroup>, com.liferay.portal.kernel.model.ClassedModel, com.liferay.portal.kernel.model.ExternalReferenceCodeModel, com.liferay.portal.kernel.model.ModelWrapper<AccountGroup>, 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, Serializable, Cloneable, Comparable<AccountGroup>

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

This class is a wrapper for AccountGroup.

See Also:
Generated:
  • Field Summary

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

    model

    Fields inherited from interface com.liferay.account.model.AccountGroup

    ACCOUNT_GROUP_ID_ACCESSOR
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    long
    Returns the account group ID of this account group.
    long
    Returns the company ID of this account group.
    Returns the create date of this account group.
    boolean
    Returns the default account group of this account group.
    Returns the description of this account group.
    Returns the external reference code of this account group.
     
    Returns the modified date of this account group.
    long
    Returns the mvcc version of this account group.
    Returns the name of this account group.
    long
    Returns the primary key of this account group.
    com.liferay.exportimport.kernel.lar.StagedModelType
     
    Returns the type of this account group.
    long
    Returns the user ID of this account group.
    Returns the user name of this account group.
    Returns the user uuid of this account group.
    Returns the uuid of this account group.
    boolean
    Returns true if this account group is default account group.
    void
     
    void
    setAccountGroupId(long accountGroupId)
    Sets the account group ID of this account group.
    void
    setCompanyId(long companyId)
    Sets the company ID of this account group.
    void
    setCreateDate(Date createDate)
    Sets the create date of this account group.
    void
    setDefaultAccountGroup(boolean defaultAccountGroup)
    Sets whether this account group is default account group.
    void
    setDescription(String description)
    Sets the description of this account group.
    void
    setExternalReferenceCode(String externalReferenceCode)
    Sets the external reference code of this account group.
    void
     
    void
    setModifiedDate(Date modifiedDate)
    Sets the modified date of this account group.
    void
    setMvccVersion(long mvccVersion)
    Sets the mvcc version of this account group.
    void
    Sets the name of this account group.
    void
    setPrimaryKey(long primaryKey)
    Sets the primary key of this account group.
    void
    Sets the type of this account group.
    void
    setUserId(long userId)
    Sets the user ID of this account group.
    void
    setUserName(String userName)
    Sets the user name of this account group.
    void
    setUserUuid(String userUuid)
    Sets the user uuid of this account group.
    void
    Sets the uuid of this account group.
     
    wrap(AccountGroup accountGroup)
     

    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, getAttributeGetterFunctions, getAttributeSetterBiConsumers, 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

    • AccountGroupWrapper

      public AccountGroupWrapper(AccountGroup accountGroup)
  • Method Details

    • getModelAttributes

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

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

      public AccountGroup cloneWithOriginalValues()
      Specified by:
      cloneWithOriginalValues in interface AccountGroupModel
      Specified by:
      cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<AccountGroup>
    • getAccountGroupId

      public long getAccountGroupId()
      Returns the account group ID of this account group.
      Specified by:
      getAccountGroupId in interface AccountGroupModel
      Returns:
      the account group ID of this account group
    • getCompanyId

      public long getCompanyId()
      Returns the company ID of this account group.
      Specified by:
      getCompanyId in interface AccountGroupModel
      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
      Returns:
      the company ID of this account group
    • getCreateDate

      public Date getCreateDate()
      Returns the create date of this account group.
      Specified by:
      getCreateDate in interface AccountGroupModel
      Specified by:
      getCreateDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getCreateDate in interface com.liferay.portal.kernel.model.StagedModel
      Returns:
      the create date of this account group
    • getDefaultAccountGroup

      public boolean getDefaultAccountGroup()
      Returns the default account group of this account group.
      Specified by:
      getDefaultAccountGroup in interface AccountGroupModel
      Returns:
      the default account group of this account group
    • getDescription

      public String getDescription()
      Returns the description of this account group.
      Specified by:
      getDescription in interface AccountGroupModel
      Returns:
      the description of this account group
    • getExternalReferenceCode

      public String getExternalReferenceCode()
      Returns the external reference code of this account group.
      Specified by:
      getExternalReferenceCode in interface AccountGroupModel
      Specified by:
      getExternalReferenceCode in interface com.liferay.portal.kernel.model.ExternalReferenceCodeModel
      Returns:
      the external reference code of this account group
    • getModifiedDate

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

      public long getMvccVersion()
      Returns the mvcc version of this account group.
      Specified by:
      getMvccVersion in interface AccountGroupModel
      Specified by:
      getMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Returns:
      the mvcc version of this account group
    • getName

      public String getName()
      Returns the name of this account group.
      Specified by:
      getName in interface AccountGroupModel
      Returns:
      the name of this account group
    • getPrimaryKey

      public long getPrimaryKey()
      Returns the primary key of this account group.
      Specified by:
      getPrimaryKey in interface AccountGroupModel
      Returns:
      the primary key of this account group
    • getType

      public String getType()
      Returns the type of this account group.
      Specified by:
      getType in interface AccountGroupModel
      Returns:
      the type of this account group
    • getUserId

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

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

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

      public String getUuid()
      Returns the uuid of this account group.
      Specified by:
      getUuid in interface AccountGroupModel
      Specified by:
      getUuid in interface com.liferay.portal.kernel.model.StagedModel
      Returns:
      the uuid of this account group
    • isDefaultAccountGroup

      public boolean isDefaultAccountGroup()
      Returns true if this account group is default account group.
      Specified by:
      isDefaultAccountGroup in interface AccountGroupModel
      Returns:
      true if this account group is default account group; false otherwise
    • persist

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

      public void setAccountGroupId(long accountGroupId)
      Sets the account group ID of this account group.
      Specified by:
      setAccountGroupId in interface AccountGroupModel
      Parameters:
      accountGroupId - the account group ID of this account group
    • setCompanyId

      public void setCompanyId(long companyId)
      Sets the company ID of this account group.
      Specified by:
      setCompanyId in interface AccountGroupModel
      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
      Parameters:
      companyId - the company ID of this account group
    • setCreateDate

      public void setCreateDate(Date createDate)
      Sets the create date of this account group.
      Specified by:
      setCreateDate in interface AccountGroupModel
      Specified by:
      setCreateDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setCreateDate in interface com.liferay.portal.kernel.model.StagedModel
      Parameters:
      createDate - the create date of this account group
    • setDefaultAccountGroup

      public void setDefaultAccountGroup(boolean defaultAccountGroup)
      Sets whether this account group is default account group.
      Specified by:
      setDefaultAccountGroup in interface AccountGroupModel
      Parameters:
      defaultAccountGroup - the default account group of this account group
    • setDescription

      public void setDescription(String description)
      Sets the description of this account group.
      Specified by:
      setDescription in interface AccountGroupModel
      Parameters:
      description - the description of this account group
    • setExternalReferenceCode

      public void setExternalReferenceCode(String externalReferenceCode)
      Sets the external reference code of this account group.
      Specified by:
      setExternalReferenceCode in interface AccountGroupModel
      Specified by:
      setExternalReferenceCode in interface com.liferay.portal.kernel.model.ExternalReferenceCodeModel
      Parameters:
      externalReferenceCode - the external reference code of this account group
    • setModifiedDate

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

      public void setMvccVersion(long mvccVersion)
      Sets the mvcc version of this account group.
      Specified by:
      setMvccVersion in interface AccountGroupModel
      Specified by:
      setMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Parameters:
      mvccVersion - the mvcc version of this account group
    • setName

      public void setName(String name)
      Sets the name of this account group.
      Specified by:
      setName in interface AccountGroupModel
      Parameters:
      name - the name of this account group
    • setPrimaryKey

      public void setPrimaryKey(long primaryKey)
      Sets the primary key of this account group.
      Specified by:
      setPrimaryKey in interface AccountGroupModel
      Parameters:
      primaryKey - the primary key of this account group
    • setType

      public void setType(String type)
      Sets the type of this account group.
      Specified by:
      setType in interface AccountGroupModel
      Parameters:
      type - the type of this account group
    • setUserId

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

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

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

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

      public String toXmlString()
      Specified by:
      toXmlString in interface AccountGroupModel
    • getStagedModelType

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

      protected AccountGroupWrapper wrap(AccountGroup accountGroup)
      Specified by:
      wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<AccountGroup>