Liferay 7.0-ce-b4

com.liferay.portlet.social.model
Interface SocialActivityAchievement

All Superinterfaces:
BaseModel<SocialActivityAchievement>, ClassedModel, Cloneable, Comparable<SocialActivityAchievement>, PersistedModel, Serializable, ShardedModel, SocialActivityAchievementModel
All Known Implementing Classes:
SocialActivityAchievementWrapper

@ProviderType
public interface SocialActivityAchievement
extends SocialActivityAchievementModel, PersistedModel

The extended model interface for the SocialActivityAchievement service. Represents a row in the "SocialActivityAchievement" database table, with each column mapped to a property of this class.

See Also:
SocialActivityAchievementModel, SocialActivityAchievementImpl, SocialActivityAchievementModelImpl

Field Summary
static Accessor<SocialActivityAchievement,Long> ACTIVITY_ACHIEVEMENT_ID_ACCESSOR
           
 
Method Summary
 
Methods inherited from interface com.liferay.portlet.social.model.SocialActivityAchievementModel
clone, compareTo, getActivityAchievementId, getCompanyId, getCreateDate, getExpandoBridge, getFirstInGroup, getGroupId, getName, getPrimaryKey, getPrimaryKeyObj, getUserId, getUserUuid, hashCode, isCachedModel, isEscapedModel, isFirstInGroup, isNew, setActivityAchievementId, setCachedModel, setCompanyId, setCreateDate, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setFirstInGroup, setGroupId, setName, setNew, setPrimaryKey, setPrimaryKeyObj, setUserId, setUserUuid, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 

Field Detail

ACTIVITY_ACHIEVEMENT_ID_ACCESSOR

static final Accessor<SocialActivityAchievement,Long> ACTIVITY_ACHIEVEMENT_ID_ACCESSOR

Liferay 7.0-ce-b4