Interface RecentLayoutRevisionModel

All Superinterfaces:
BaseModel<RecentLayoutRevision>, ClassedModel, Cloneable, Comparable<RecentLayoutRevision>, MVCCModel, Serializable, ShardedModel
All Known Subinterfaces:
RecentLayoutRevision
All Known Implementing Classes:
RecentLayoutRevisionWrapper

@ProviderType public interface RecentLayoutRevisionModel extends BaseModel<RecentLayoutRevision>, MVCCModel, ShardedModel
The base model interface for the RecentLayoutRevision service. Represents a row in the "RecentLayoutRevision" database table, with each column mapped to a property of this class.

This interface and its corresponding implementation com.liferay.portal.model.impl.RecentLayoutRevisionModelImpl exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.portal.model.impl.RecentLayoutRevisionImpl.

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

    • getPrimaryKey

      long getPrimaryKey()
      Returns the primary key of this recent layout revision.
      Returns:
      the primary key of this recent layout revision
    • setPrimaryKey

      void setPrimaryKey(long primaryKey)
      Sets the primary key of this recent layout revision.
      Parameters:
      primaryKey - the primary key of this recent layout revision
    • getMvccVersion

      long getMvccVersion()
      Returns the mvcc version of this recent layout revision.
      Specified by:
      getMvccVersion in interface MVCCModel
      Returns:
      the mvcc version of this recent layout revision
    • setMvccVersion

      void setMvccVersion(long mvccVersion)
      Sets the mvcc version of this recent layout revision.
      Specified by:
      setMvccVersion in interface MVCCModel
      Parameters:
      mvccVersion - the mvcc version of this recent layout revision
    • getRecentLayoutRevisionId

      long getRecentLayoutRevisionId()
      Returns the recent layout revision ID of this recent layout revision.
      Returns:
      the recent layout revision ID of this recent layout revision
    • setRecentLayoutRevisionId

      void setRecentLayoutRevisionId(long recentLayoutRevisionId)
      Sets the recent layout revision ID of this recent layout revision.
      Parameters:
      recentLayoutRevisionId - the recent layout revision ID of this recent layout revision
    • getGroupId

      long getGroupId()
      Returns the group ID of this recent layout revision.
      Returns:
      the group ID of this recent layout revision
    • setGroupId

      void setGroupId(long groupId)
      Sets the group ID of this recent layout revision.
      Parameters:
      groupId - the group ID of this recent layout revision
    • getCompanyId

      long getCompanyId()
      Returns the company ID of this recent layout revision.
      Specified by:
      getCompanyId in interface ShardedModel
      Returns:
      the company ID of this recent layout revision
    • setCompanyId

      void setCompanyId(long companyId)
      Sets the company ID of this recent layout revision.
      Specified by:
      setCompanyId in interface ShardedModel
      Parameters:
      companyId - the company ID of this recent layout revision
    • getUserId

      long getUserId()
      Returns the user ID of this recent layout revision.
      Returns:
      the user ID of this recent layout revision
    • setUserId

      void setUserId(long userId)
      Sets the user ID of this recent layout revision.
      Parameters:
      userId - the user ID of this recent layout revision
    • getUserUuid

      String getUserUuid()
      Returns the user uuid of this recent layout revision.
      Returns:
      the user uuid of this recent layout revision
    • setUserUuid

      void setUserUuid(String userUuid)
      Sets the user uuid of this recent layout revision.
      Parameters:
      userUuid - the user uuid of this recent layout revision
    • getLayoutRevisionId

      long getLayoutRevisionId()
      Returns the layout revision ID of this recent layout revision.
      Returns:
      the layout revision ID of this recent layout revision
    • setLayoutRevisionId

      void setLayoutRevisionId(long layoutRevisionId)
      Sets the layout revision ID of this recent layout revision.
      Parameters:
      layoutRevisionId - the layout revision ID of this recent layout revision
    • getLayoutSetBranchId

      long getLayoutSetBranchId()
      Returns the layout set branch ID of this recent layout revision.
      Returns:
      the layout set branch ID of this recent layout revision
    • setLayoutSetBranchId

      void setLayoutSetBranchId(long layoutSetBranchId)
      Sets the layout set branch ID of this recent layout revision.
      Parameters:
      layoutSetBranchId - the layout set branch ID of this recent layout revision
    • getPlid

      long getPlid()
      Returns the plid of this recent layout revision.
      Returns:
      the plid of this recent layout revision
    • setPlid

      void setPlid(long plid)
      Sets the plid of this recent layout revision.
      Parameters:
      plid - the plid of this recent layout revision
    • cloneWithOriginalValues

      RecentLayoutRevision cloneWithOriginalValues()
      Specified by:
      cloneWithOriginalValues in interface BaseModel<RecentLayoutRevision>
    • toXmlString

      default String toXmlString()