Package com.liferay.sharing.model
Interface SharingEntryModel
- All Superinterfaces:
com.liferay.portal.kernel.model.AttachedModel,com.liferay.portal.kernel.model.AuditedModel,com.liferay.portal.kernel.model.BaseModel<SharingEntry>,com.liferay.portal.kernel.model.ClassedModel,Cloneable,Comparable<SharingEntry>,com.liferay.portal.kernel.model.ExternalReferenceCodeModel,com.liferay.portal.kernel.model.GroupedModel,Serializable,com.liferay.portal.kernel.model.ShardedModel,com.liferay.portal.kernel.model.StagedAuditedModel,com.liferay.portal.kernel.model.StagedModel,com.liferay.portal.kernel.model.TypedModel
- All Known Subinterfaces:
SharingEntry
- All Known Implementing Classes:
SharingEntryWrapper
@ProviderType
public interface SharingEntryModel
extends com.liferay.portal.kernel.model.AttachedModel, com.liferay.portal.kernel.model.BaseModel<SharingEntry>, com.liferay.portal.kernel.model.ExternalReferenceCodeModel, com.liferay.portal.kernel.model.GroupedModel, com.liferay.portal.kernel.model.ShardedModel, com.liferay.portal.kernel.model.StagedAuditedModel
The base model interface for the SharingEntry service. Represents a row in the "SharingEntry" database table, with each column mapped to a property of this class.
This interface and its corresponding implementation com.liferay.sharing.model.impl.SharingEntryModelImpl 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.sharing.model.impl.SharingEntryImpl.
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionlongReturns the action IDs of this sharing entry.Returns the fully qualified class name of this sharing entry.longReturns the class name ID of this sharing entry.longReturns the class pk of this sharing entry.longReturns the company ID of this sharing entry.Returns the create date of this sharing entry.Returns the expiration date of this sharing entry.Returns the external reference code of this sharing entry.longReturns the group ID of this sharing entry.Returns the modified date of this sharing entry.longReturns the primary key of this sharing entry.booleanReturns the shareable of this sharing entry.longReturns the sharing entry ID of this sharing entry.longReturns the to user group ID of this sharing entry.longReturns the to user ID of this sharing entry.Returns the to user uuid of this sharing entry.longReturns the user ID of this sharing entry.Returns the user name of this sharing entry.Returns the user uuid of this sharing entry.getUuid()Returns the uuid of this sharing entry.booleanReturnstrueif this sharing entry is shareable.voidsetActionIds(long actionIds) Sets the action IDs of this sharing entry.voidsetClassName(String className) voidsetClassNameId(long classNameId) Sets the class name ID of this sharing entry.voidsetClassPK(long classPK) Sets the class pk of this sharing entry.voidsetCompanyId(long companyId) Sets the company ID of this sharing entry.voidsetCreateDate(Date createDate) Sets the create date of this sharing entry.voidsetExpirationDate(Date expirationDate) Sets the expiration date of this sharing entry.voidsetExternalReferenceCode(String externalReferenceCode) Sets the external reference code of this sharing entry.voidsetGroupId(long groupId) Sets the group ID of this sharing entry.voidsetModifiedDate(Date modifiedDate) Sets the modified date of this sharing entry.voidsetPrimaryKey(long primaryKey) Sets the primary key of this sharing entry.voidsetShareable(boolean shareable) Sets whether this sharing entry is shareable.voidsetSharingEntryId(long sharingEntryId) Sets the sharing entry ID of this sharing entry.voidsetToUserGroupId(long toUserGroupId) Sets the to user group ID of this sharing entry.voidsetToUserId(long toUserId) Sets the to user ID of this sharing entry.voidsetToUserUuid(String toUserUuid) Sets the to user uuid of this sharing entry.voidsetUserId(long userId) Sets the user ID of this sharing entry.voidsetUserName(String userName) Sets the user name of this sharing entry.voidsetUserUuid(String userUuid) Sets the user uuid of this sharing entry.voidSets the uuid of this sharing entry.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
compareToMethods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone, getStagedModelType
-
Method Details
-
getPrimaryKey
long getPrimaryKey()Returns the primary key of this sharing entry.- Returns:
- the primary key of this sharing entry
-
setPrimaryKey
void setPrimaryKey(long primaryKey) Sets the primary key of this sharing entry.- Parameters:
primaryKey- the primary key of this sharing entry
-
getUuid
Returns the uuid of this sharing entry.- Specified by:
getUuidin interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the uuid of this sharing entry
-
setUuid
Sets the uuid of this sharing entry.- Specified by:
setUuidin interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
uuid- the uuid of this sharing entry
-
getExternalReferenceCode
Returns the external reference code of this sharing entry.- Specified by:
getExternalReferenceCodein interfacecom.liferay.portal.kernel.model.ExternalReferenceCodeModel- Returns:
- the external reference code of this sharing entry
-
setExternalReferenceCode
Sets the external reference code of this sharing entry.- Specified by:
setExternalReferenceCodein interfacecom.liferay.portal.kernel.model.ExternalReferenceCodeModel- Parameters:
externalReferenceCode- the external reference code of this sharing entry
-
getSharingEntryId
long getSharingEntryId()Returns the sharing entry ID of this sharing entry.- Returns:
- the sharing entry ID of this sharing entry
-
setSharingEntryId
void setSharingEntryId(long sharingEntryId) Sets the sharing entry ID of this sharing entry.- Parameters:
sharingEntryId- the sharing entry ID of this sharing entry
-
getGroupId
long getGroupId()Returns the group ID of this sharing entry.- Specified by:
getGroupIdin interfacecom.liferay.portal.kernel.model.GroupedModel- Returns:
- the group ID of this sharing entry
-
setGroupId
void setGroupId(long groupId) Sets the group ID of this sharing entry.- Specified by:
setGroupIdin interfacecom.liferay.portal.kernel.model.GroupedModel- Parameters:
groupId- the group ID of this sharing entry
-
getCompanyId
long getCompanyId()Returns the company ID of this sharing entry.- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the company ID of this sharing entry
-
setCompanyId
void setCompanyId(long companyId) Sets the company ID of this sharing entry.- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
companyId- the company ID of this sharing entry
-
getUserId
long getUserId()Returns the user ID of this sharing entry.- Specified by:
getUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the user ID of this sharing entry
-
setUserId
void setUserId(long userId) Sets the user ID of this sharing entry.- Specified by:
setUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Parameters:
userId- the user ID of this sharing entry
-
getUserUuid
String getUserUuid()Returns the user uuid of this sharing entry.- Specified by:
getUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the user uuid of this sharing entry
-
setUserUuid
Sets the user uuid of this sharing entry.- Specified by:
setUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Parameters:
userUuid- the user uuid of this sharing entry
-
getUserName
Returns the user name of this sharing entry.- Specified by:
getUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the user name of this sharing entry
-
setUserName
Sets the user name of this sharing entry.- Specified by:
setUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Parameters:
userName- the user name of this sharing entry
-
getCreateDate
Date getCreateDate()Returns the create date of this sharing entry.- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the create date of this sharing entry
-
setCreateDate
Sets the create date of this sharing entry.- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
createDate- the create date of this sharing entry
-
getModifiedDate
Date getModifiedDate()Returns the modified date of this sharing entry.- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the modified date of this sharing entry
-
setModifiedDate
Sets the modified date of this sharing entry.- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
modifiedDate- the modified date of this sharing entry
-
getToUserGroupId
long getToUserGroupId()Returns the to user group ID of this sharing entry.- Returns:
- the to user group ID of this sharing entry
-
setToUserGroupId
void setToUserGroupId(long toUserGroupId) Sets the to user group ID of this sharing entry.- Parameters:
toUserGroupId- the to user group ID of this sharing entry
-
getToUserId
long getToUserId()Returns the to user ID of this sharing entry.- Returns:
- the to user ID of this sharing entry
-
setToUserId
void setToUserId(long toUserId) Sets the to user ID of this sharing entry.- Parameters:
toUserId- the to user ID of this sharing entry
-
getToUserUuid
String getToUserUuid()Returns the to user uuid of this sharing entry.- Returns:
- the to user uuid of this sharing entry
-
setToUserUuid
Sets the to user uuid of this sharing entry.- Parameters:
toUserUuid- the to user uuid of this sharing entry
-
getClassName
String getClassName()Returns the fully qualified class name of this sharing entry.- Specified by:
getClassNamein interfacecom.liferay.portal.kernel.model.TypedModel- Returns:
- the fully qualified class name of this sharing entry
-
setClassName
-
getClassNameId
long getClassNameId()Returns the class name ID of this sharing entry.- Specified by:
getClassNameIdin interfacecom.liferay.portal.kernel.model.TypedModel- Returns:
- the class name ID of this sharing entry
-
setClassNameId
void setClassNameId(long classNameId) Sets the class name ID of this sharing entry.- Specified by:
setClassNameIdin interfacecom.liferay.portal.kernel.model.TypedModel- Parameters:
classNameId- the class name ID of this sharing entry
-
getClassPK
long getClassPK()Returns the class pk of this sharing entry.- Specified by:
getClassPKin interfacecom.liferay.portal.kernel.model.AttachedModel- Returns:
- the class pk of this sharing entry
-
setClassPK
void setClassPK(long classPK) Sets the class pk of this sharing entry.- Specified by:
setClassPKin interfacecom.liferay.portal.kernel.model.AttachedModel- Parameters:
classPK- the class pk of this sharing entry
-
getActionIds
long getActionIds()Returns the action IDs of this sharing entry.- Returns:
- the action IDs of this sharing entry
-
setActionIds
void setActionIds(long actionIds) Sets the action IDs of this sharing entry.- Parameters:
actionIds- the action IDs of this sharing entry
-
getExpirationDate
Date getExpirationDate()Returns the expiration date of this sharing entry.- Returns:
- the expiration date of this sharing entry
-
setExpirationDate
Sets the expiration date of this sharing entry.- Parameters:
expirationDate- the expiration date of this sharing entry
-
cloneWithOriginalValues
SharingEntry cloneWithOriginalValues()- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<SharingEntry>
-
toXmlString
-