Class MembershipRequestModelImpl

Object
com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.MembershipRequest>
com.liferay.portal.model.impl.MembershipRequestModelImpl
All Implemented Interfaces:
com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.MembershipRequest>, com.liferay.portal.kernel.model.ClassedModel, com.liferay.portal.kernel.model.MembershipRequestModel, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel, Serializable, Cloneable, Comparable<com.liferay.portal.kernel.model.MembershipRequest>
Direct Known Subclasses:
MembershipRequestBaseImpl

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

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

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

  • Constructor Details

    • MembershipRequestModelImpl

      public MembershipRequestModelImpl()
  • Method Details

    • getPrimaryKey

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

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

      public Serializable getPrimaryKeyObj()
      Specified by:
      getPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.MembershipRequest>
      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.MembershipRequest>
      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.MembershipRequest>
      Overrides:
      getModelAttributes in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.MembershipRequest>
    • setModelAttributes

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

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

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

      @JSON public long getMvccVersion()
      Specified by:
      getMvccVersion in interface com.liferay.portal.kernel.model.MembershipRequestModel
      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.MembershipRequestModel
      Specified by:
      setMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
    • getMembershipRequestId

      @JSON public long getMembershipRequestId()
      Specified by:
      getMembershipRequestId in interface com.liferay.portal.kernel.model.MembershipRequestModel
    • setMembershipRequestId

      public void setMembershipRequestId(long membershipRequestId)
      Specified by:
      setMembershipRequestId in interface com.liferay.portal.kernel.model.MembershipRequestModel
    • getGroupId

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

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

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

      @JSON public long getCompanyId()
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.MembershipRequestModel
      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.MembershipRequestModel
      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.MembershipRequestModel
    • setUserId

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

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

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

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

      @JSON public Date getCreateDate()
      Specified by:
      getCreateDate in interface com.liferay.portal.kernel.model.MembershipRequestModel
    • setCreateDate

      public void setCreateDate(Date createDate)
      Specified by:
      setCreateDate in interface com.liferay.portal.kernel.model.MembershipRequestModel
    • getComments

      @JSON public String getComments()
      Specified by:
      getComments in interface com.liferay.portal.kernel.model.MembershipRequestModel
    • setComments

      public void setComments(String comments)
      Specified by:
      setComments in interface com.liferay.portal.kernel.model.MembershipRequestModel
    • getReplyComments

      @JSON public String getReplyComments()
      Specified by:
      getReplyComments in interface com.liferay.portal.kernel.model.MembershipRequestModel
    • setReplyComments

      public void setReplyComments(String replyComments)
      Specified by:
      setReplyComments in interface com.liferay.portal.kernel.model.MembershipRequestModel
    • getReplyDate

      @JSON public Date getReplyDate()
      Specified by:
      getReplyDate in interface com.liferay.portal.kernel.model.MembershipRequestModel
    • setReplyDate

      public void setReplyDate(Date replyDate)
      Specified by:
      setReplyDate in interface com.liferay.portal.kernel.model.MembershipRequestModel
    • getReplierUserId

      @JSON public long getReplierUserId()
      Specified by:
      getReplierUserId in interface com.liferay.portal.kernel.model.MembershipRequestModel
    • setReplierUserId

      public void setReplierUserId(long replierUserId)
      Specified by:
      setReplierUserId in interface com.liferay.portal.kernel.model.MembershipRequestModel
    • getReplierUserUuid

      public String getReplierUserUuid()
      Specified by:
      getReplierUserUuid in interface com.liferay.portal.kernel.model.MembershipRequestModel
    • setReplierUserUuid

      public void setReplierUserUuid(String replierUserUuid)
      Specified by:
      setReplierUserUuid in interface com.liferay.portal.kernel.model.MembershipRequestModel
    • getStatusId

      @JSON public long getStatusId()
      Specified by:
      getStatusId in interface com.liferay.portal.kernel.model.MembershipRequestModel
    • setStatusId

      public void setStatusId(long statusId)
      Specified by:
      setStatusId in interface com.liferay.portal.kernel.model.MembershipRequestModel
    • getOriginalStatusId

      @Deprecated public long getOriginalStatusId()
      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.MembershipRequest>
      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.MembershipRequest>
    • 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.MembershipRequest>
      Overrides:
      setExpandoBridgeAttributes in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.MembershipRequest>
    • toEscapedModel

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

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

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

      public int compareTo(com.liferay.portal.kernel.model.MembershipRequest membershipRequest)
      Specified by:
      compareTo in interface Comparable<com.liferay.portal.kernel.model.MembershipRequest>
    • 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.MembershipRequest>
    • 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.MembershipRequest>
    • resetOriginalValues

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

      public com.liferay.portal.kernel.model.CacheModel<com.liferay.portal.kernel.model.MembershipRequest> toCacheModel()
      Specified by:
      toCacheModel in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.MembershipRequest>
      Overrides:
      toCacheModel in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.MembershipRequest>
    • 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)