Interface MemberRequestModel
- All Superinterfaces:
com.liferay.portal.kernel.model.AuditedModel,com.liferay.portal.kernel.model.BaseModel<MemberRequest>,com.liferay.portal.kernel.model.ClassedModel,Cloneable,Comparable<MemberRequest>,com.liferay.portal.kernel.model.GroupedModel,Serializable,com.liferay.portal.kernel.model.ShardedModel
- All Known Subinterfaces:
MemberRequest
- All Known Implementing Classes:
MemberRequestWrapper
@ProviderType
public interface MemberRequestModel
extends com.liferay.portal.kernel.model.BaseModel<MemberRequest>, com.liferay.portal.kernel.model.GroupedModel, com.liferay.portal.kernel.model.ShardedModel
The base model interface for the MemberRequest service. Represents a row in the "IM_MemberRequest" database table, with each column mapped to a property of this class.
This interface and its corresponding implementation com.liferay.invitation.invite.members.model.impl.MemberRequestModelImpl 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.invitation.invite.members.model.impl.MemberRequestImpl.
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionlongReturns the company ID of this member request.Returns the create date of this member request.longReturns the group ID of this member request.longReturns the invited role ID of this member request.longReturns the invited team ID of this member request.getKey()Returns the key of this member request.longReturns the member request ID of this member request.Returns the modified date of this member request.longReturns the primary key of this member request.longReturns the receiver user ID of this member request.Returns the receiver user uuid of this member request.intReturns the status of this member request.longReturns the user ID of this member request.Returns the user name of this member request.Returns the user uuid of this member request.voidsetCompanyId(long companyId) Sets the company ID of this member request.voidsetCreateDate(Date createDate) Sets the create date of this member request.voidsetGroupId(long groupId) Sets the group ID of this member request.voidsetInvitedRoleId(long invitedRoleId) Sets the invited role ID of this member request.voidsetInvitedTeamId(long invitedTeamId) Sets the invited team ID of this member request.voidSets the key of this member request.voidsetMemberRequestId(long memberRequestId) Sets the member request ID of this member request.voidsetModifiedDate(Date modifiedDate) Sets the modified date of this member request.voidsetPrimaryKey(long primaryKey) Sets the primary key of this member request.voidsetReceiverUserId(long receiverUserId) Sets the receiver user ID of this member request.voidsetReceiverUserUuid(String receiverUserUuid) Sets the receiver user uuid of this member request.voidsetStatus(int status) Sets the status of this member request.voidsetUserId(long userId) Sets the user ID of this member request.voidsetUserName(String userName) Sets the user name of this member request.voidsetUserUuid(String userUuid) Sets the user uuid of this member request.default StringMethods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareTo
-
Method Details
-
getPrimaryKey
long getPrimaryKey()Returns the primary key of this member request.- Returns:
- the primary key of this member request
-
setPrimaryKey
void setPrimaryKey(long primaryKey) Sets the primary key of this member request.- Parameters:
primaryKey- the primary key of this member request
-
getMemberRequestId
long getMemberRequestId()Returns the member request ID of this member request.- Returns:
- the member request ID of this member request
-
setMemberRequestId
void setMemberRequestId(long memberRequestId) Sets the member request ID of this member request.- Parameters:
memberRequestId- the member request ID of this member request
-
getGroupId
long getGroupId()Returns the group ID of this member request.- Specified by:
getGroupIdin interfacecom.liferay.portal.kernel.model.GroupedModel- Returns:
- the group ID of this member request
-
setGroupId
void setGroupId(long groupId) Sets the group ID of this member request.- Specified by:
setGroupIdin interfacecom.liferay.portal.kernel.model.GroupedModel- Parameters:
groupId- the group ID of this member request
-
getCompanyId
long getCompanyId()Returns the company ID of this member request.- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Returns:
- the company ID of this member request
-
setCompanyId
void setCompanyId(long companyId) Sets the company ID of this member request.- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Parameters:
companyId- the company ID of this member request
-
getUserId
long getUserId()Returns the user ID of this member request.- Specified by:
getUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the user ID of this member request
-
setUserId
void setUserId(long userId) Sets the user ID of this member request.- Specified by:
setUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Parameters:
userId- the user ID of this member request
-
getUserUuid
String getUserUuid()Returns the user uuid of this member request.- Specified by:
getUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the user uuid of this member request
-
setUserUuid
Sets the user uuid of this member request.- Specified by:
setUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Parameters:
userUuid- the user uuid of this member request
-
getUserName
Returns the user name of this member request.- Specified by:
getUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the user name of this member request
-
setUserName
Sets the user name of this member request.- Specified by:
setUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Parameters:
userName- the user name of this member request
-
getCreateDate
Date getCreateDate()Returns the create date of this member request.- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the create date of this member request
-
setCreateDate
Sets the create date of this member request.- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Parameters:
createDate- the create date of this member request
-
getModifiedDate
Date getModifiedDate()Returns the modified date of this member request.- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the modified date of this member request
-
setModifiedDate
Sets the modified date of this member request.- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Parameters:
modifiedDate- the modified date of this member request
-
getKey
Returns the key of this member request.- Returns:
- the key of this member request
-
setKey
Sets the key of this member request.- Parameters:
key- the key of this member request
-
getReceiverUserId
long getReceiverUserId()Returns the receiver user ID of this member request.- Returns:
- the receiver user ID of this member request
-
setReceiverUserId
void setReceiverUserId(long receiverUserId) Sets the receiver user ID of this member request.- Parameters:
receiverUserId- the receiver user ID of this member request
-
getReceiverUserUuid
String getReceiverUserUuid()Returns the receiver user uuid of this member request.- Returns:
- the receiver user uuid of this member request
-
setReceiverUserUuid
Sets the receiver user uuid of this member request.- Parameters:
receiverUserUuid- the receiver user uuid of this member request
-
getInvitedRoleId
long getInvitedRoleId()Returns the invited role ID of this member request.- Returns:
- the invited role ID of this member request
-
setInvitedRoleId
void setInvitedRoleId(long invitedRoleId) Sets the invited role ID of this member request.- Parameters:
invitedRoleId- the invited role ID of this member request
-
getInvitedTeamId
long getInvitedTeamId()Returns the invited team ID of this member request.- Returns:
- the invited team ID of this member request
-
setInvitedTeamId
void setInvitedTeamId(long invitedTeamId) Sets the invited team ID of this member request.- Parameters:
invitedTeamId- the invited team ID of this member request
-
getStatus
int getStatus()Returns the status of this member request.- Returns:
- the status of this member request
-
setStatus
void setStatus(int status) Sets the status of this member request.- Parameters:
status- the status of this member request
-
cloneWithOriginalValues
MemberRequest cloneWithOriginalValues()- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<MemberRequest>
-
toXmlString
-