Class LayoutBranchModelImpl

Object
com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.LayoutBranch>
com.liferay.portal.model.impl.LayoutBranchModelImpl
All Implemented Interfaces:
com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutBranch>, com.liferay.portal.kernel.model.ClassedModel, com.liferay.portal.kernel.model.LayoutBranchModel, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel, Serializable, Cloneable, Comparable<com.liferay.portal.kernel.model.LayoutBranch>
Direct Known Subclasses:
LayoutBranchBaseImpl

@JSON(strict=true) public class LayoutBranchModelImpl extends com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.LayoutBranch> implements com.liferay.portal.kernel.model.LayoutBranchModel
The base model implementation for the LayoutBranch service. Represents a row in the "LayoutBranch" database table, with each column mapped to a property of this class.

This implementation and its corresponding interface LayoutBranchModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in LayoutBranchImpl.

Author:
Brian Wing Shun Chan
See Also:
{$generated.description}
  • Field Details

  • Constructor Details

    • LayoutBranchModelImpl

      public LayoutBranchModelImpl()
  • Method Details

    • getPrimaryKey

      public long getPrimaryKey()
      Specified by:
      getPrimaryKey in interface com.liferay.portal.kernel.model.LayoutBranchModel
    • setPrimaryKey

      public void setPrimaryKey(long primaryKey)
      Specified by:
      setPrimaryKey in interface com.liferay.portal.kernel.model.LayoutBranchModel
    • getPrimaryKeyObj

      public Serializable getPrimaryKeyObj()
      Specified by:
      getPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutBranch>
      Specified by:
      getPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModel
    • setPrimaryKeyObj

      public void setPrimaryKeyObj(Serializable primaryKeyObj)
      Specified by:
      setPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutBranch>
      Specified by:
      setPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModel
    • getModelClass

      public Class<?> getModelClass()
      Specified by:
      getModelClass in interface com.liferay.portal.kernel.model.ClassedModel
    • getModelClassName

      public String getModelClassName()
      Specified by:
      getModelClassName in interface com.liferay.portal.kernel.model.ClassedModel
    • getModelAttributes

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

      public void setModelAttributes(Map<String,Object> attributes)
      Specified by:
      setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutBranch>
      Overrides:
      setModelAttributes in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.LayoutBranch>
    • getAttributeGetterFunctions

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

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

      @JSON public long getMvccVersion()
      Specified by:
      getMvccVersion in interface com.liferay.portal.kernel.model.LayoutBranchModel
      Specified by:
      getMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
    • setMvccVersion

      public void setMvccVersion(long mvccVersion)
      Specified by:
      setMvccVersion in interface com.liferay.portal.kernel.model.LayoutBranchModel
      Specified by:
      setMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
    • getLayoutBranchId

      @JSON public long getLayoutBranchId()
      Specified by:
      getLayoutBranchId in interface com.liferay.portal.kernel.model.LayoutBranchModel
    • setLayoutBranchId

      public void setLayoutBranchId(long layoutBranchId)
      Specified by:
      setLayoutBranchId in interface com.liferay.portal.kernel.model.LayoutBranchModel
    • getGroupId

      @JSON public long getGroupId()
      Specified by:
      getGroupId in interface com.liferay.portal.kernel.model.LayoutBranchModel
    • setGroupId

      public void setGroupId(long groupId)
      Specified by:
      setGroupId in interface com.liferay.portal.kernel.model.LayoutBranchModel
    • getCompanyId

      @JSON public long getCompanyId()
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.LayoutBranchModel
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
    • setCompanyId

      public void setCompanyId(long companyId)
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.LayoutBranchModel
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
    • getUserId

      @JSON public long getUserId()
      Specified by:
      getUserId in interface com.liferay.portal.kernel.model.LayoutBranchModel
    • setUserId

      public void setUserId(long userId)
      Specified by:
      setUserId in interface com.liferay.portal.kernel.model.LayoutBranchModel
    • getUserUuid

      public String getUserUuid()
      Specified by:
      getUserUuid in interface com.liferay.portal.kernel.model.LayoutBranchModel
    • setUserUuid

      public void setUserUuid(String userUuid)
      Specified by:
      setUserUuid in interface com.liferay.portal.kernel.model.LayoutBranchModel
    • getUserName

      @JSON public String getUserName()
      Specified by:
      getUserName in interface com.liferay.portal.kernel.model.LayoutBranchModel
    • setUserName

      public void setUserName(String userName)
      Specified by:
      setUserName in interface com.liferay.portal.kernel.model.LayoutBranchModel
    • getLayoutSetBranchId

      @JSON public long getLayoutSetBranchId()
      Specified by:
      getLayoutSetBranchId in interface com.liferay.portal.kernel.model.LayoutBranchModel
    • setLayoutSetBranchId

      public void setLayoutSetBranchId(long layoutSetBranchId)
      Specified by:
      setLayoutSetBranchId in interface com.liferay.portal.kernel.model.LayoutBranchModel
    • getOriginalLayoutSetBranchId

      @Deprecated public long getOriginalLayoutSetBranchId()
      Deprecated.
      As of Athanasius (7.3.x), replaced by getColumnOriginalValue(String)
    • getPlid

      @JSON public long getPlid()
      Specified by:
      getPlid in interface com.liferay.portal.kernel.model.LayoutBranchModel
    • setPlid

      public void setPlid(long plid)
      Specified by:
      setPlid in interface com.liferay.portal.kernel.model.LayoutBranchModel
    • getOriginalPlid

      @Deprecated public long getOriginalPlid()
      Deprecated.
      As of Athanasius (7.3.x), replaced by getColumnOriginalValue(String)
    • getName

      @JSON public String getName()
      Specified by:
      getName in interface com.liferay.portal.kernel.model.LayoutBranchModel
    • setName

      public void setName(String name)
      Specified by:
      setName in interface com.liferay.portal.kernel.model.LayoutBranchModel
    • getOriginalName

      @Deprecated public String getOriginalName()
      Deprecated.
      As of Athanasius (7.3.x), replaced by getColumnOriginalValue(String)
    • getDescription

      @JSON public String getDescription()
      Specified by:
      getDescription in interface com.liferay.portal.kernel.model.LayoutBranchModel
    • setDescription

      public void setDescription(String description)
      Specified by:
      setDescription in interface com.liferay.portal.kernel.model.LayoutBranchModel
    • getMaster

      @JSON public boolean getMaster()
      Specified by:
      getMaster in interface com.liferay.portal.kernel.model.LayoutBranchModel
    • isMaster

      @JSON public boolean isMaster()
      Specified by:
      isMaster in interface com.liferay.portal.kernel.model.LayoutBranchModel
    • setMaster

      public void setMaster(boolean master)
      Specified by:
      setMaster in interface com.liferay.portal.kernel.model.LayoutBranchModel
    • getOriginalMaster

      @Deprecated public boolean getOriginalMaster()
      Deprecated.
      As of Athanasius (7.3.x), replaced by getColumnOriginalValue(String)
    • getColumnBitmask

      public long getColumnBitmask()
    • getExpandoBridge

      public com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
      Specified by:
      getExpandoBridge in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutBranch>
      Specified by:
      getExpandoBridge in interface com.liferay.portal.kernel.model.ClassedModel
      Overrides:
      getExpandoBridge in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.LayoutBranch>
    • setExpandoBridgeAttributes

      public void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
      Specified by:
      setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutBranch>
      Overrides:
      setExpandoBridgeAttributes in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.LayoutBranch>
    • toEscapedModel

      public com.liferay.portal.kernel.model.LayoutBranch toEscapedModel()
      Specified by:
      toEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutBranch>
      Overrides:
      toEscapedModel in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.LayoutBranch>
    • clone

      public Object clone()
      Specified by:
      clone in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutBranch>
      Specified by:
      clone in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.LayoutBranch>
    • cloneWithOriginalValues

      public com.liferay.portal.kernel.model.LayoutBranch cloneWithOriginalValues()
      Specified by:
      cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutBranch>
      Specified by:
      cloneWithOriginalValues in interface com.liferay.portal.kernel.model.LayoutBranchModel
    • compareTo

      public int compareTo(com.liferay.portal.kernel.model.LayoutBranch layoutBranch)
      Specified by:
      compareTo in interface Comparable<com.liferay.portal.kernel.model.LayoutBranch>
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • isEntityCacheEnabled

      @Deprecated public boolean isEntityCacheEnabled()
      Deprecated.
      As of Athanasius (7.3.x), with no direct replacement
      Specified by:
      isEntityCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutBranch>
    • isFinderCacheEnabled

      @Deprecated public boolean isFinderCacheEnabled()
      Deprecated.
      As of Athanasius (7.3.x), with no direct replacement
      Specified by:
      isFinderCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutBranch>
    • resetOriginalValues

      public void resetOriginalValues()
      Specified by:
      resetOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutBranch>
      Overrides:
      resetOriginalValues in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.LayoutBranch>
    • toCacheModel

      public com.liferay.portal.kernel.model.CacheModel<com.liferay.portal.kernel.model.LayoutBranch> toCacheModel()
      Specified by:
      toCacheModel in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutBranch>
      Overrides:
      toCacheModel in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.LayoutBranch>
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getColumnValue

      public <T> T getColumnValue(String columnName)
    • getColumnOriginalValue

      public <T> T getColumnOriginalValue(String columnName)
    • getColumnBitmask

      public static long getColumnBitmask(String columnName)