Liferay 6.2-ce-ga5

com.liferay.portlet.social.model.impl
Class SocialActivitySetModelImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<SocialActivitySet>
      extended by com.liferay.portlet.social.model.impl.SocialActivitySetModelImpl
All Implemented Interfaces:
AttachedModel, BaseModel<SocialActivitySet>, ClassedModel, TypedModel, SocialActivitySetModel, Serializable, Cloneable, Comparable<SocialActivitySet>
Direct Known Subclasses:
SocialActivitySetBaseImpl

public class SocialActivitySetModelImpl
extends BaseModelImpl<SocialActivitySet>
implements SocialActivitySetModel

The base model implementation for the SocialActivitySet service. Represents a row in the "SocialActivitySet" database table, with each column mapped to a property of this class.

This implementation and its corresponding interface SocialActivitySetModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in SocialActivitySetImpl.

See Also:
SocialActivitySetImpl, SocialActivitySet, SocialActivitySetModel, Serialized Form
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Field Summary
static long CLASSNAMEID_COLUMN_BITMASK
           
static long CLASSPK_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 MODIFIEDDATE_COLUMN_BITMASK
           
static String ORDER_BY_JPQL
           
static String ORDER_BY_SQL
           
static String SESSION_FACTORY
           
static Object[][] TABLE_COLUMNS
           
static String TABLE_NAME
           
static String TABLE_SQL_CREATE
           
static String TABLE_SQL_DROP
           
static String TX_MANAGER
           
static long TYPE_COLUMN_BITMASK
           
static long USERID_COLUMN_BITMASK
           
 
Constructor Summary
SocialActivitySetModelImpl()
           
 
Method Summary
 Object clone()
          Creates a shallow clone of this model instance.
 int compareTo(SocialActivitySet socialActivitySet)
           
 boolean equals(Object obj)
           
 int getActivityCount()
          Returns the activity count of this social activity set.
 long getActivitySetId()
          Returns the activity set ID of this social activity set.
 String getClassName()
          Returns the fully qualified class name of this social activity set.
 long getClassNameId()
          Returns the class name ID of this social activity set.
 long getClassPK()
          Returns the class p k of this social activity set.
 long getColumnBitmask()
           
 long getCompanyId()
          Returns the company ID of this social activity set.
 long getCreateDate()
          Returns the create date of this social activity set.
 ExpandoBridge getExpandoBridge()
          Returns the expando bridge for this model instance.
 String getExtraData()
          Returns the extra data of this social activity set.
 long getGroupId()
          Returns the group ID of this social activity set.
 Map<String,Object> getModelAttributes()
           
 Class<?> getModelClass()
           
 String getModelClassName()
           
 long getModifiedDate()
          Returns the modified date of this social activity set.
 long getOriginalClassNameId()
           
 long getOriginalClassPK()
           
 long getOriginalGroupId()
           
 int getOriginalType()
           
 long getOriginalUserId()
           
 long getPrimaryKey()
          Returns the primary key of this social activity set.
 Serializable getPrimaryKeyObj()
          Returns the primary key of this model instance.
 int getType()
          Returns the type of this social activity set.
 long getUserId()
          Returns the user ID of this social activity set.
 String getUserUuid()
          Returns the user uuid of this social activity set.
 int hashCode()
           
 void resetOriginalValues()
          Reset all original fields to current values.
 void setActivityCount(int activityCount)
          Sets the activity count of this social activity set.
 void setActivitySetId(long activitySetId)
          Sets the activity set ID of this social activity set.
 void setClassName(String className)
           
 void setClassNameId(long classNameId)
          Sets the class name ID of this social activity set.
 void setClassPK(long classPK)
          Sets the class p k of this social activity set.
 void setCompanyId(long companyId)
          Sets the company ID of this social activity set.
 void setCreateDate(long createDate)
          Sets the create date of this social activity set.
 void setExpandoBridgeAttributes(ServiceContext serviceContext)
          Sets the expando bridge attributes for this model instance to the attributes stored in the service context.
 void setExtraData(String extraData)
          Sets the extra data of this social activity set.
 void setGroupId(long groupId)
          Sets the group ID of this social activity set.
 void setModelAttributes(Map<String,Object> attributes)
           
 void setModifiedDate(long modifiedDate)
          Sets the modified date of this social activity set.
 void setPrimaryKey(long primaryKey)
          Sets the primary key of this social activity set.
 void setPrimaryKeyObj(Serializable primaryKeyObj)
          Sets the primary key of this model instance.
 void setType(int type)
          Sets the type of this social activity set.
 void setUserId(long userId)
          Sets the user ID of this social activity set.
 void setUserUuid(String userUuid)
          Sets the user uuid of this social activity set.
 CacheModel<SocialActivitySet> toCacheModel()
          Returns a cache model object for this entity used by entity cache.
 SocialActivitySet toEscapedModel()
          Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.
 String toString()
           
 String toXmlString()
          Returns the XML representation of this model instance.
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.liferay.portlet.social.model.SocialActivitySetModel
isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel
 

Field Detail

TABLE_NAME

public static final String TABLE_NAME
See Also:
Constant Field Values

TABLE_COLUMNS

public static final Object[][] TABLE_COLUMNS

TABLE_SQL_CREATE

public static final String TABLE_SQL_CREATE
See Also:
Constant Field Values

TABLE_SQL_DROP

public static final String TABLE_SQL_DROP
See Also:
Constant Field Values

ORDER_BY_JPQL

public static final String ORDER_BY_JPQL
See Also:
Constant Field Values

ORDER_BY_SQL

public static final String ORDER_BY_SQL
See Also:
Constant Field Values

DATA_SOURCE

public static final String DATA_SOURCE
See Also:
Constant Field Values

SESSION_FACTORY

public static final String SESSION_FACTORY
See Also:
Constant Field Values

TX_MANAGER

public static final String TX_MANAGER
See Also:
Constant Field Values

ENTITY_CACHE_ENABLED

public static final boolean ENTITY_CACHE_ENABLED

FINDER_CACHE_ENABLED

public static final boolean FINDER_CACHE_ENABLED

COLUMN_BITMASK_ENABLED

public static final boolean COLUMN_BITMASK_ENABLED

CLASSNAMEID_COLUMN_BITMASK

public static long CLASSNAMEID_COLUMN_BITMASK

CLASSPK_COLUMN_BITMASK

public static long CLASSPK_COLUMN_BITMASK

GROUPID_COLUMN_BITMASK

public static long GROUPID_COLUMN_BITMASK

TYPE_COLUMN_BITMASK

public static long TYPE_COLUMN_BITMASK

USERID_COLUMN_BITMASK

public static long USERID_COLUMN_BITMASK

MODIFIEDDATE_COLUMN_BITMASK

public static long MODIFIEDDATE_COLUMN_BITMASK

LOCK_EXPIRATION_TIME

public static final long LOCK_EXPIRATION_TIME
Constructor Detail

SocialActivitySetModelImpl

public SocialActivitySetModelImpl()
Method Detail

getPrimaryKey

public long getPrimaryKey()
Description copied from interface: SocialActivitySetModel
Returns the primary key of this social activity set.

Specified by:
getPrimaryKey in interface SocialActivitySetModel
Returns:
the primary key of this social activity set

setPrimaryKey

public void setPrimaryKey(long primaryKey)
Description copied from interface: SocialActivitySetModel
Sets the primary key of this social activity set.

Specified by:
setPrimaryKey in interface SocialActivitySetModel
Parameters:
primaryKey - the primary key of this social activity set

getPrimaryKeyObj

public Serializable getPrimaryKeyObj()
Description copied from interface: BaseModel
Returns the primary key of this model instance.

Specified by:
getPrimaryKeyObj in interface BaseModel<SocialActivitySet>
Specified by:
getPrimaryKeyObj in interface ClassedModel
Specified by:
getPrimaryKeyObj in interface SocialActivitySetModel
Returns:
the primary key of this model instance

setPrimaryKeyObj

public void setPrimaryKeyObj(Serializable primaryKeyObj)
Description copied from interface: BaseModel
Sets the primary key of this model instance.

Specified by:
setPrimaryKeyObj in interface BaseModel<SocialActivitySet>
Specified by:
setPrimaryKeyObj in interface ClassedModel
Specified by:
setPrimaryKeyObj in interface SocialActivitySetModel
Parameters:
primaryKeyObj - the primary key of this model instance

getModelClass

public Class<?> getModelClass()
Specified by:
getModelClass in interface ClassedModel

getModelClassName

public String getModelClassName()
Specified by:
getModelClassName in interface ClassedModel

getModelAttributes

public Map<String,Object> getModelAttributes()
Specified by:
getModelAttributes in interface BaseModel<SocialActivitySet>
Overrides:
getModelAttributes in class BaseModelImpl<SocialActivitySet>

setModelAttributes

public void setModelAttributes(Map<String,Object> attributes)
Specified by:
setModelAttributes in interface BaseModel<SocialActivitySet>
Overrides:
setModelAttributes in class BaseModelImpl<SocialActivitySet>

getActivitySetId

public long getActivitySetId()
Description copied from interface: SocialActivitySetModel
Returns the activity set ID of this social activity set.

Specified by:
getActivitySetId in interface SocialActivitySetModel
Returns:
the activity set ID of this social activity set

setActivitySetId

public void setActivitySetId(long activitySetId)
Description copied from interface: SocialActivitySetModel
Sets the activity set ID of this social activity set.

Specified by:
setActivitySetId in interface SocialActivitySetModel
Parameters:
activitySetId - the activity set ID of this social activity set

getGroupId

public long getGroupId()
Description copied from interface: SocialActivitySetModel
Returns the group ID of this social activity set.

Specified by:
getGroupId in interface SocialActivitySetModel
Returns:
the group ID of this social activity set

setGroupId

public void setGroupId(long groupId)
Description copied from interface: SocialActivitySetModel
Sets the group ID of this social activity set.

Specified by:
setGroupId in interface SocialActivitySetModel
Parameters:
groupId - the group ID of this social activity set

getOriginalGroupId

public long getOriginalGroupId()

getCompanyId

public long getCompanyId()
Description copied from interface: SocialActivitySetModel
Returns the company ID of this social activity set.

Specified by:
getCompanyId in interface SocialActivitySetModel
Returns:
the company ID of this social activity set

setCompanyId

public void setCompanyId(long companyId)
Description copied from interface: SocialActivitySetModel
Sets the company ID of this social activity set.

Specified by:
setCompanyId in interface SocialActivitySetModel
Parameters:
companyId - the company ID of this social activity set

getUserId

public long getUserId()
Description copied from interface: SocialActivitySetModel
Returns the user ID of this social activity set.

Specified by:
getUserId in interface SocialActivitySetModel
Returns:
the user ID of this social activity set

setUserId

public void setUserId(long userId)
Description copied from interface: SocialActivitySetModel
Sets the user ID of this social activity set.

Specified by:
setUserId in interface SocialActivitySetModel
Parameters:
userId - the user ID of this social activity set

getUserUuid

public String getUserUuid()
                   throws SystemException
Description copied from interface: SocialActivitySetModel
Returns the user uuid of this social activity set.

Specified by:
getUserUuid in interface SocialActivitySetModel
Returns:
the user uuid of this social activity set
Throws:
SystemException - if a system exception occurred

setUserUuid

public void setUserUuid(String userUuid)
Description copied from interface: SocialActivitySetModel
Sets the user uuid of this social activity set.

Specified by:
setUserUuid in interface SocialActivitySetModel
Parameters:
userUuid - the user uuid of this social activity set

getOriginalUserId

public long getOriginalUserId()

getCreateDate

public long getCreateDate()
Description copied from interface: SocialActivitySetModel
Returns the create date of this social activity set.

Specified by:
getCreateDate in interface SocialActivitySetModel
Returns:
the create date of this social activity set

setCreateDate

public void setCreateDate(long createDate)
Description copied from interface: SocialActivitySetModel
Sets the create date of this social activity set.

Specified by:
setCreateDate in interface SocialActivitySetModel
Parameters:
createDate - the create date of this social activity set

getModifiedDate

public long getModifiedDate()
Description copied from interface: SocialActivitySetModel
Returns the modified date of this social activity set.

Specified by:
getModifiedDate in interface SocialActivitySetModel
Returns:
the modified date of this social activity set

setModifiedDate

public void setModifiedDate(long modifiedDate)
Description copied from interface: SocialActivitySetModel
Sets the modified date of this social activity set.

Specified by:
setModifiedDate in interface SocialActivitySetModel
Parameters:
modifiedDate - the modified date of this social activity set

getClassName

public String getClassName()
Description copied from interface: SocialActivitySetModel
Returns the fully qualified class name of this social activity set.

Specified by:
getClassName in interface TypedModel
Specified by:
getClassName in interface SocialActivitySetModel
Returns:
the fully qualified class name of this social activity set

setClassName

public void setClassName(String className)
Specified by:
setClassName in interface SocialActivitySetModel

getClassNameId

public long getClassNameId()
Description copied from interface: SocialActivitySetModel
Returns the class name ID of this social activity set.

Specified by:
getClassNameId in interface TypedModel
Specified by:
getClassNameId in interface SocialActivitySetModel
Returns:
the class name ID of this social activity set

setClassNameId

public void setClassNameId(long classNameId)
Description copied from interface: SocialActivitySetModel
Sets the class name ID of this social activity set.

Specified by:
setClassNameId in interface TypedModel
Specified by:
setClassNameId in interface SocialActivitySetModel
Parameters:
classNameId - the class name ID of this social activity set

getOriginalClassNameId

public long getOriginalClassNameId()

getClassPK

public long getClassPK()
Description copied from interface: SocialActivitySetModel
Returns the class p k of this social activity set.

Specified by:
getClassPK in interface AttachedModel
Specified by:
getClassPK in interface SocialActivitySetModel
Returns:
the class p k of this social activity set

setClassPK

public void setClassPK(long classPK)
Description copied from interface: SocialActivitySetModel
Sets the class p k of this social activity set.

Specified by:
setClassPK in interface AttachedModel
Specified by:
setClassPK in interface SocialActivitySetModel
Parameters:
classPK - the class p k of this social activity set

getOriginalClassPK

public long getOriginalClassPK()

getType

public int getType()
Description copied from interface: SocialActivitySetModel
Returns the type of this social activity set.

Specified by:
getType in interface SocialActivitySetModel
Returns:
the type of this social activity set

setType

public void setType(int type)
Description copied from interface: SocialActivitySetModel
Sets the type of this social activity set.

Specified by:
setType in interface SocialActivitySetModel
Parameters:
type - the type of this social activity set

getOriginalType

public int getOriginalType()

getExtraData

public String getExtraData()
Description copied from interface: SocialActivitySetModel
Returns the extra data of this social activity set.

Specified by:
getExtraData in interface SocialActivitySetModel
Returns:
the extra data of this social activity set

setExtraData

public void setExtraData(String extraData)
Description copied from interface: SocialActivitySetModel
Sets the extra data of this social activity set.

Specified by:
setExtraData in interface SocialActivitySetModel
Parameters:
extraData - the extra data of this social activity set

getActivityCount

public int getActivityCount()
Description copied from interface: SocialActivitySetModel
Returns the activity count of this social activity set.

Specified by:
getActivityCount in interface SocialActivitySetModel
Returns:
the activity count of this social activity set

setActivityCount

public void setActivityCount(int activityCount)
Description copied from interface: SocialActivitySetModel
Sets the activity count of this social activity set.

Specified by:
setActivityCount in interface SocialActivitySetModel
Parameters:
activityCount - the activity count of this social activity set

getColumnBitmask

public long getColumnBitmask()

getExpandoBridge

public ExpandoBridge getExpandoBridge()
Description copied from interface: BaseModel
Returns the expando bridge for this model instance.

Specified by:
getExpandoBridge in interface BaseModel<SocialActivitySet>
Specified by:
getExpandoBridge in interface ClassedModel
Specified by:
getExpandoBridge in interface SocialActivitySetModel
Overrides:
getExpandoBridge in class BaseModelImpl<SocialActivitySet>
Returns:
the expando bridge for this model instance

setExpandoBridgeAttributes

public void setExpandoBridgeAttributes(ServiceContext serviceContext)
Description copied from interface: BaseModel
Sets the expando bridge attributes for this model instance to the attributes stored in the service context.

Specified by:
setExpandoBridgeAttributes in interface BaseModel<SocialActivitySet>
Specified by:
setExpandoBridgeAttributes in interface SocialActivitySetModel
Overrides:
setExpandoBridgeAttributes in class BaseModelImpl<SocialActivitySet>
Parameters:
serviceContext - the service context to be applied
See Also:
ServiceContext.getExpandoBridgeAttributes( )

toEscapedModel

public SocialActivitySet toEscapedModel()
Description copied from interface: BaseModel
Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.

Specified by:
toEscapedModel in interface BaseModel<SocialActivitySet>
Specified by:
toEscapedModel in interface SocialActivitySetModel
Overrides:
toEscapedModel in class BaseModelImpl<SocialActivitySet>
Returns:
the escaped model instance
See Also:
AutoEscapeBeanHandler

clone

public Object clone()
Description copied from interface: BaseModel
Creates a shallow clone of this model instance.

Specified by:
clone in interface BaseModel<SocialActivitySet>
Specified by:
clone in interface SocialActivitySetModel
Specified by:
clone in class BaseModelImpl<SocialActivitySet>
Returns:
the shallow clone of this model instance

compareTo

public int compareTo(SocialActivitySet socialActivitySet)
Specified by:
compareTo in interface SocialActivitySetModel
Specified by:
compareTo in interface Comparable<SocialActivitySet>

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Specified by:
hashCode in interface SocialActivitySetModel
Overrides:
hashCode in class Object

resetOriginalValues

public void resetOriginalValues()
Description copied from interface: BaseModel
Reset all original fields to current values.

Specified by:
resetOriginalValues in interface BaseModel<SocialActivitySet>
Overrides:
resetOriginalValues in class BaseModelImpl<SocialActivitySet>

toCacheModel

public CacheModel<SocialActivitySet> toCacheModel()
Description copied from interface: BaseModel
Returns a cache model object for this entity used by entity cache.

Specified by:
toCacheModel in interface BaseModel<SocialActivitySet>
Specified by:
toCacheModel in interface SocialActivitySetModel
Overrides:
toCacheModel in class BaseModelImpl<SocialActivitySet>
Returns:
the cache model object

toString

public String toString()
Specified by:
toString in interface SocialActivitySetModel
Overrides:
toString in class Object

toXmlString

public String toXmlString()
Description copied from interface: BaseModel
Returns the XML representation of this model instance.

Specified by:
toXmlString in interface BaseModel<SocialActivitySet>
Specified by:
toXmlString in interface SocialActivitySetModel
Returns:
the XML representation of this model instance

Liferay 6.2-ce-ga5