Package com.liferay.social.kernel.model
Interface SocialActivitySettingModel
- All Superinterfaces:
BaseModel<SocialActivitySetting>
,ClassedModel
,Cloneable
,Comparable<SocialActivitySetting>
,CTModel<SocialActivitySetting>
,MVCCModel
,Serializable
,ShardedModel
,TypedModel
- All Known Subinterfaces:
SocialActivitySetting
- All Known Implementing Classes:
SocialActivitySettingWrapper
@ProviderType
public interface SocialActivitySettingModel
extends BaseModel<SocialActivitySetting>, CTModel<SocialActivitySetting>, MVCCModel, ShardedModel, TypedModel
The base model interface for the SocialActivitySetting service. Represents a row in the "SocialActivitySetting" database table, with each column mapped to a property of this class.
This interface and its corresponding implementation com.liferay.portlet.social.model.impl.SocialActivitySettingModelImpl
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.portlet.social.model.impl.SocialActivitySettingImpl
.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Method Summary
Modifier and TypeMethodDescriptionlong
Returns the activity setting ID of this social activity setting.int
Returns the activity type of this social activity setting.Returns the fully qualified class name of this social activity setting.long
Returns the class name ID of this social activity setting.long
Returns the company ID of this social activity setting.long
Returns the ct collection ID of this social activity setting.long
Returns the group ID of this social activity setting.long
Returns the mvcc version of this social activity setting.getName()
Returns the name of this social activity setting.long
Returns the primary key of this social activity setting.getValue()
Returns the value of this social activity setting.void
setActivitySettingId
(long activitySettingId) Sets the activity setting ID of this social activity setting.void
setActivityType
(int activityType) Sets the activity type of this social activity setting.void
setClassName
(String className) void
setClassNameId
(long classNameId) Sets the class name ID of this social activity setting.void
setCompanyId
(long companyId) Sets the company ID of this social activity setting.void
setCtCollectionId
(long ctCollectionId) Sets the ct collection ID of this social activity setting.void
setGroupId
(long groupId) Sets the group ID of this social activity setting.void
setMvccVersion
(long mvccVersion) Sets the mvcc version of this social activity setting.void
Sets the name of this social activity setting.void
setPrimaryKey
(long primaryKey) Sets the primary key of this social activity setting.void
Sets the value of this social activity setting.default String
Methods 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, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
Methods inherited from interface java.lang.Comparable
compareTo
-
Method Details
-
getPrimaryKey
long getPrimaryKey()Returns the primary key of this social activity setting.- Specified by:
getPrimaryKey
in interfaceCTModel<SocialActivitySetting>
- Returns:
- the primary key of this social activity setting
-
setPrimaryKey
void setPrimaryKey(long primaryKey) Sets the primary key of this social activity setting.- Specified by:
setPrimaryKey
in interfaceCTModel<SocialActivitySetting>
- Parameters:
primaryKey
- the primary key of this social activity setting
-
getMvccVersion
long getMvccVersion()Returns the mvcc version of this social activity setting.- Specified by:
getMvccVersion
in interfaceMVCCModel
- Returns:
- the mvcc version of this social activity setting
-
setMvccVersion
void setMvccVersion(long mvccVersion) Sets the mvcc version of this social activity setting.- Specified by:
setMvccVersion
in interfaceMVCCModel
- Parameters:
mvccVersion
- the mvcc version of this social activity setting
-
getCtCollectionId
long getCtCollectionId()Returns the ct collection ID of this social activity setting.- Specified by:
getCtCollectionId
in interfaceCTModel<SocialActivitySetting>
- Returns:
- the ct collection ID of this social activity setting
-
setCtCollectionId
void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this social activity setting.- Specified by:
setCtCollectionId
in interfaceCTModel<SocialActivitySetting>
- Parameters:
ctCollectionId
- the ct collection ID of this social activity setting
-
getActivitySettingId
long getActivitySettingId()Returns the activity setting ID of this social activity setting.- Returns:
- the activity setting ID of this social activity setting
-
setActivitySettingId
void setActivitySettingId(long activitySettingId) Sets the activity setting ID of this social activity setting.- Parameters:
activitySettingId
- the activity setting ID of this social activity setting
-
getGroupId
long getGroupId()Returns the group ID of this social activity setting.- Returns:
- the group ID of this social activity setting
-
setGroupId
void setGroupId(long groupId) Sets the group ID of this social activity setting.- Parameters:
groupId
- the group ID of this social activity setting
-
getCompanyId
long getCompanyId()Returns the company ID of this social activity setting.- Specified by:
getCompanyId
in interfaceShardedModel
- Returns:
- the company ID of this social activity setting
-
setCompanyId
void setCompanyId(long companyId) Sets the company ID of this social activity setting.- Specified by:
setCompanyId
in interfaceShardedModel
- Parameters:
companyId
- the company ID of this social activity setting
-
getClassName
String getClassName()Returns the fully qualified class name of this social activity setting.- Specified by:
getClassName
in interfaceTypedModel
- Returns:
- the fully qualified class name of this social activity setting
-
setClassName
-
getClassNameId
long getClassNameId()Returns the class name ID of this social activity setting.- Specified by:
getClassNameId
in interfaceTypedModel
- Returns:
- the class name ID of this social activity setting
-
setClassNameId
void setClassNameId(long classNameId) Sets the class name ID of this social activity setting.- Specified by:
setClassNameId
in interfaceTypedModel
- Parameters:
classNameId
- the class name ID of this social activity setting
-
getActivityType
int getActivityType()Returns the activity type of this social activity setting.- Returns:
- the activity type of this social activity setting
-
setActivityType
void setActivityType(int activityType) Sets the activity type of this social activity setting.- Parameters:
activityType
- the activity type of this social activity setting
-
getName
Returns the name of this social activity setting.- Returns:
- the name of this social activity setting
-
setName
Sets the name of this social activity setting.- Parameters:
name
- the name of this social activity setting
-
getValue
Returns the value of this social activity setting.- Returns:
- the value of this social activity setting
-
setValue
Sets the value of this social activity setting.- Parameters:
value
- the value of this social activity setting
-
cloneWithOriginalValues
SocialActivitySetting cloneWithOriginalValues()- Specified by:
cloneWithOriginalValues
in interfaceBaseModel<SocialActivitySetting>
-
toXmlString
-