@JSON(strict=true)
@ProviderType
public class SocialActivitySettingModelImpl
extends com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.social.kernel.model.SocialActivitySetting>
implements com.liferay.social.kernel.model.SocialActivitySettingModel
This implementation and its corresponding interface SocialActivitySettingModel
exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in SocialActivitySettingImpl
.
SocialActivitySettingImpl
,
SocialActivitySetting
,
SocialActivitySettingModel
,
Serialized FormModifier and Type | Field and Description |
---|---|
static long |
ACTIVITYSETTINGID_COLUMN_BITMASK |
static long |
ACTIVITYTYPE_COLUMN_BITMASK |
static long |
CLASSNAMEID_COLUMN_BITMASK |
static boolean |
COLUMN_BITMASK_ENABLED |
static String |
DATA_SOURCE |
static boolean |
ENTITY_CACHE_ENABLED |
static boolean |
FINDER_CACHE_ENABLED |
static long |
GROUPID_COLUMN_BITMASK |
static long |
LOCK_EXPIRATION_TIME |
static long |
NAME_COLUMN_BITMASK |
static String |
ORDER_BY_JPQL |
static String |
ORDER_BY_SQL |
static String |
SESSION_FACTORY |
static Object[][] |
TABLE_COLUMNS |
static Map<String,Integer> |
TABLE_COLUMNS_MAP |
static String |
TABLE_NAME |
static String |
TABLE_SQL_CREATE |
static String |
TABLE_SQL_DROP |
static String |
TX_MANAGER |
Constructor and Description |
---|
SocialActivitySettingModelImpl() |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
int |
compareTo(com.liferay.social.kernel.model.SocialActivitySetting socialActivitySetting) |
boolean |
equals(Object obj) |
long |
getActivitySettingId() |
int |
getActivityType() |
String |
getClassName() |
long |
getClassNameId() |
long |
getColumnBitmask() |
long |
getCompanyId() |
com.liferay.expando.kernel.model.ExpandoBridge |
getExpandoBridge() |
long |
getGroupId() |
Map<String,Object> |
getModelAttributes() |
Class<?> |
getModelClass() |
String |
getModelClassName() |
String |
getName() |
int |
getOriginalActivityType() |
long |
getOriginalClassNameId() |
long |
getOriginalGroupId() |
String |
getOriginalName() |
long |
getPrimaryKey() |
Serializable |
getPrimaryKeyObj() |
String |
getValue() |
int |
hashCode() |
boolean |
isEntityCacheEnabled() |
boolean |
isFinderCacheEnabled() |
void |
resetOriginalValues() |
void |
setActivitySettingId(long activitySettingId) |
void |
setActivityType(int activityType) |
void |
setClassName(String className) |
void |
setClassNameId(long classNameId) |
void |
setCompanyId(long companyId) |
void |
setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
setGroupId(long groupId) |
void |
setModelAttributes(Map<String,Object> attributes) |
void |
setName(String name) |
void |
setPrimaryKey(long primaryKey) |
void |
setPrimaryKeyObj(Serializable primaryKeyObj) |
void |
setValue(String value) |
com.liferay.portal.kernel.model.CacheModel<com.liferay.social.kernel.model.SocialActivitySetting> |
toCacheModel() |
com.liferay.social.kernel.model.SocialActivitySetting |
toEscapedModel() |
static com.liferay.social.kernel.model.SocialActivitySetting |
toModel(com.liferay.social.kernel.model.SocialActivitySettingSoap soapModel)
Converts the soap model instance into a normal model instance.
|
static List<com.liferay.social.kernel.model.SocialActivitySetting> |
toModels(com.liferay.social.kernel.model.SocialActivitySettingSoap[] soapModels)
Converts the soap model instances into normal model instances.
|
String |
toString() |
String |
toXmlString() |
public static final String TABLE_NAME
public static final Object[][] TABLE_COLUMNS
public static final Map<String,Integer> TABLE_COLUMNS_MAP
public static final String TABLE_SQL_CREATE
public static final String TABLE_SQL_DROP
public static final String ORDER_BY_JPQL
public static final String ORDER_BY_SQL
public static final String DATA_SOURCE
public static final String SESSION_FACTORY
public static final String TX_MANAGER
public static final boolean ENTITY_CACHE_ENABLED
public static final boolean FINDER_CACHE_ENABLED
public static final boolean COLUMN_BITMASK_ENABLED
public static final long ACTIVITYTYPE_COLUMN_BITMASK
public static final long CLASSNAMEID_COLUMN_BITMASK
public static final long GROUPID_COLUMN_BITMASK
public static final long NAME_COLUMN_BITMASK
public static final long ACTIVITYSETTINGID_COLUMN_BITMASK
public static final long LOCK_EXPIRATION_TIME
public static com.liferay.social.kernel.model.SocialActivitySetting toModel(com.liferay.social.kernel.model.SocialActivitySettingSoap soapModel)
soapModel
- the soap model instance to convertpublic static List<com.liferay.social.kernel.model.SocialActivitySetting> toModels(com.liferay.social.kernel.model.SocialActivitySettingSoap[] soapModels)
soapModels
- the soap model instances to convertpublic long getPrimaryKey()
getPrimaryKey
in interface com.liferay.social.kernel.model.SocialActivitySettingModel
public void setPrimaryKey(long primaryKey)
setPrimaryKey
in interface com.liferay.social.kernel.model.SocialActivitySettingModel
public Serializable getPrimaryKeyObj()
getPrimaryKeyObj
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.social.kernel.model.SocialActivitySetting>
getPrimaryKeyObj
in interface com.liferay.portal.kernel.model.ClassedModel
getPrimaryKeyObj
in interface com.liferay.social.kernel.model.SocialActivitySettingModel
public void setPrimaryKeyObj(Serializable primaryKeyObj)
setPrimaryKeyObj
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.social.kernel.model.SocialActivitySetting>
setPrimaryKeyObj
in interface com.liferay.portal.kernel.model.ClassedModel
setPrimaryKeyObj
in interface com.liferay.social.kernel.model.SocialActivitySettingModel
public Class<?> getModelClass()
getModelClass
in interface com.liferay.portal.kernel.model.ClassedModel
public String getModelClassName()
getModelClassName
in interface com.liferay.portal.kernel.model.ClassedModel
public Map<String,Object> getModelAttributes()
getModelAttributes
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.social.kernel.model.SocialActivitySetting>
getModelAttributes
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.social.kernel.model.SocialActivitySetting>
public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.social.kernel.model.SocialActivitySetting>
setModelAttributes
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.social.kernel.model.SocialActivitySetting>
@JSON public long getActivitySettingId()
getActivitySettingId
in interface com.liferay.social.kernel.model.SocialActivitySettingModel
public void setActivitySettingId(long activitySettingId)
setActivitySettingId
in interface com.liferay.social.kernel.model.SocialActivitySettingModel
@JSON public long getGroupId()
getGroupId
in interface com.liferay.social.kernel.model.SocialActivitySettingModel
public void setGroupId(long groupId)
setGroupId
in interface com.liferay.social.kernel.model.SocialActivitySettingModel
public long getOriginalGroupId()
@JSON public long getCompanyId()
getCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
getCompanyId
in interface com.liferay.social.kernel.model.SocialActivitySettingModel
public void setCompanyId(long companyId)
setCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
setCompanyId
in interface com.liferay.social.kernel.model.SocialActivitySettingModel
public String getClassName()
getClassName
in interface com.liferay.portal.kernel.model.TypedModel
getClassName
in interface com.liferay.social.kernel.model.SocialActivitySettingModel
public void setClassName(String className)
setClassName
in interface com.liferay.social.kernel.model.SocialActivitySettingModel
@JSON public long getClassNameId()
getClassNameId
in interface com.liferay.portal.kernel.model.TypedModel
getClassNameId
in interface com.liferay.social.kernel.model.SocialActivitySettingModel
public void setClassNameId(long classNameId)
setClassNameId
in interface com.liferay.portal.kernel.model.TypedModel
setClassNameId
in interface com.liferay.social.kernel.model.SocialActivitySettingModel
public long getOriginalClassNameId()
@JSON public int getActivityType()
getActivityType
in interface com.liferay.social.kernel.model.SocialActivitySettingModel
public void setActivityType(int activityType)
setActivityType
in interface com.liferay.social.kernel.model.SocialActivitySettingModel
public int getOriginalActivityType()
@JSON public String getName()
getName
in interface com.liferay.social.kernel.model.SocialActivitySettingModel
public void setName(String name)
setName
in interface com.liferay.social.kernel.model.SocialActivitySettingModel
public String getOriginalName()
@JSON public String getValue()
getValue
in interface com.liferay.social.kernel.model.SocialActivitySettingModel
public void setValue(String value)
setValue
in interface com.liferay.social.kernel.model.SocialActivitySettingModel
public long getColumnBitmask()
public com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
getExpandoBridge
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.social.kernel.model.SocialActivitySetting>
getExpandoBridge
in interface com.liferay.portal.kernel.model.ClassedModel
getExpandoBridge
in interface com.liferay.social.kernel.model.SocialActivitySettingModel
getExpandoBridge
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.social.kernel.model.SocialActivitySetting>
public void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
setExpandoBridgeAttributes
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.social.kernel.model.SocialActivitySetting>
setExpandoBridgeAttributes
in interface com.liferay.social.kernel.model.SocialActivitySettingModel
setExpandoBridgeAttributes
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.social.kernel.model.SocialActivitySetting>
public com.liferay.social.kernel.model.SocialActivitySetting toEscapedModel()
toEscapedModel
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.social.kernel.model.SocialActivitySetting>
toEscapedModel
in interface com.liferay.social.kernel.model.SocialActivitySettingModel
toEscapedModel
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.social.kernel.model.SocialActivitySetting>
public Object clone()
clone
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.social.kernel.model.SocialActivitySetting>
clone
in interface com.liferay.social.kernel.model.SocialActivitySettingModel
clone
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.social.kernel.model.SocialActivitySetting>
public int compareTo(com.liferay.social.kernel.model.SocialActivitySetting socialActivitySetting)
compareTo
in interface com.liferay.social.kernel.model.SocialActivitySettingModel
compareTo
in interface Comparable<com.liferay.social.kernel.model.SocialActivitySetting>
public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in interface com.liferay.social.kernel.model.SocialActivitySettingModel
hashCode
in class Object
public boolean isEntityCacheEnabled()
isEntityCacheEnabled
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.social.kernel.model.SocialActivitySetting>
public boolean isFinderCacheEnabled()
isFinderCacheEnabled
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.social.kernel.model.SocialActivitySetting>
public void resetOriginalValues()
resetOriginalValues
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.social.kernel.model.SocialActivitySetting>
resetOriginalValues
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.social.kernel.model.SocialActivitySetting>
public com.liferay.portal.kernel.model.CacheModel<com.liferay.social.kernel.model.SocialActivitySetting> toCacheModel()
toCacheModel
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.social.kernel.model.SocialActivitySetting>
toCacheModel
in interface com.liferay.social.kernel.model.SocialActivitySettingModel
toCacheModel
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.social.kernel.model.SocialActivitySetting>
public String toString()
toString
in interface com.liferay.social.kernel.model.SocialActivitySettingModel
toString
in class Object
public String toXmlString()
toXmlString
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.social.kernel.model.SocialActivitySetting>
toXmlString
in interface com.liferay.social.kernel.model.SocialActivitySettingModel