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 TypeMethodDescriptionlongReturns the activity setting ID of this social activity setting.intReturns the activity type of this social activity setting.Returns the fully qualified class name of this social activity setting.longReturns the class name ID of this social activity setting.longReturns the company ID of this social activity setting.longReturns the ct collection ID of this social activity setting.longReturns the group ID of this social activity setting.longReturns the mvcc version of this social activity setting.getName()Returns the name of this social activity setting.longReturns the primary key of this social activity setting.getValue()Returns the value of this social activity setting.voidsetActivitySettingId(long activitySettingId) Sets the activity setting ID of this social activity setting.voidsetActivityType(int activityType) Sets the activity type of this social activity setting.voidsetClassName(String className) voidsetClassNameId(long classNameId) Sets the class name ID of this social activity setting.voidsetCompanyId(long companyId) Sets the company ID of this social activity setting.voidsetCtCollectionId(long ctCollectionId) Sets the ct collection ID of this social activity setting.voidsetGroupId(long groupId) Sets the group ID of this social activity setting.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this social activity setting.voidSets the name of this social activity setting.voidsetPrimaryKey(long primaryKey) Sets the primary key of this social activity setting.voidSets the value of this social activity setting.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 social activity setting.- Specified by:
getPrimaryKeyin 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:
setPrimaryKeyin 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:
getMvccVersionin 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:
setMvccVersionin 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:
getCtCollectionIdin 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:
setCtCollectionIdin 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:
getCompanyIdin 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:
setCompanyIdin 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:
getClassNamein 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:
getClassNameIdin 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:
setClassNameIdin 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:
cloneWithOriginalValuesin interfaceBaseModel<SocialActivitySetting>
-
toXmlString
-