|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface SocialActivityLimitModel
The base model interface for the SocialActivityLimit service. Represents a row in the "SocialActivityLimit" database table, with each column mapped to a property of this class.
This interface and its corresponding implementation SocialActivityLimitModelImpl exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in SocialActivityLimitImpl.
SocialActivityLimit,
SocialActivityLimitImpl,
SocialActivityLimitModelImpl| Method Summary | |
|---|---|
java.lang.Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(SocialActivityLimit socialActivityLimit)
|
java.lang.String |
getActivityCounterName()
Returns the activity counter name of this social activity limit. |
long |
getActivityLimitId()
Returns the activity limit ID of this social activity limit. |
int |
getActivityType()
Returns the activity type of this social activity limit. |
java.lang.String |
getClassName()
Returns the fully qualified class name of this social activity limit. |
long |
getClassNameId()
Returns the class name ID of this social activity limit. |
long |
getClassPK()
Returns the class p k of this social activity limit. |
long |
getCompanyId()
Returns the company ID of this social activity limit. |
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance. |
long |
getGroupId()
Returns the group ID of this social activity limit. |
long |
getPrimaryKey()
Returns the primary key of this social activity limit. |
java.io.Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance. |
long |
getUserId()
Returns the user ID of this social activity limit. |
java.lang.String |
getUserUuid()
Returns the user uuid of this social activity limit. |
java.lang.String |
getValue()
Returns the value of this social activity limit. |
int |
hashCode()
|
boolean |
isCachedModel()
Returns true if this model instance was retrieved from the
entity cache. |
boolean |
isEscapedModel()
Returns true if this model instance is escaped. |
boolean |
isNew()
Returns true if this model instance does not yet exist in
the database. |
void |
setActivityCounterName(java.lang.String activityCounterName)
Sets the activity counter name of this social activity limit. |
void |
setActivityLimitId(long activityLimitId)
Sets the activity limit ID of this social activity limit. |
void |
setActivityType(int activityType)
Sets the activity type of this social activity limit. |
void |
setCachedModel(boolean cachedModel)
Sets whether this model instance was retrieved from the entity cache. |
void |
setClassName(java.lang.String className)
|
void |
setClassNameId(long classNameId)
Sets the class name ID of this social activity limit. |
void |
setClassPK(long classPK)
Sets the class p k of this social activity limit. |
void |
setCompanyId(long companyId)
Sets the company ID of this social activity limit. |
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the attributes stored in the service context. |
void |
setGroupId(long groupId)
Sets the group ID of this social activity limit. |
void |
setNew(boolean n)
Sets whether this model instance does not yet exist in the database. |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this social activity limit. |
void |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
Sets the primary key of this model instance. |
void |
setUserId(long userId)
Sets the user ID of this social activity limit. |
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this social activity limit. |
void |
setValue(java.lang.String value)
Sets the value of this social activity limit. |
CacheModel<SocialActivityLimit> |
toCacheModel()
Returns a cache model object for this entity used by entity cache. |
SocialActivityLimit |
toEscapedModel()
Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler. |
java.lang.String |
toString()
|
java.lang.String |
toXmlString()
Returns the XML representation of this model instance. |
| Methods inherited from interface com.liferay.portal.model.BaseModel |
|---|
getModelAttributes, resetOriginalValues, setModelAttributes |
| Methods inherited from interface com.liferay.portal.model.ClassedModel |
|---|
getModelClass, getModelClassName |
| Method Detail |
|---|
long getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey - the primary key of this social activity limitlong getActivityLimitId()
void setActivityLimitId(long activityLimitId)
activityLimitId - the activity limit ID of this social activity limitlong getGroupId()
void setGroupId(long groupId)
groupId - the group ID of this social activity limitlong getCompanyId()
void setCompanyId(long companyId)
companyId - the company ID of this social activity limitlong getUserId()
void setUserId(long userId)
userId - the user ID of this social activity limit
java.lang.String getUserUuid()
throws SystemException
SystemException - if a system exception occurredvoid setUserUuid(java.lang.String userUuid)
userUuid - the user uuid of this social activity limitjava.lang.String getClassName()
getClassName in interface AttachedModelvoid setClassName(java.lang.String className)
long getClassNameId()
getClassNameId in interface AttachedModelvoid setClassNameId(long classNameId)
setClassNameId in interface AttachedModelclassNameId - the class name ID of this social activity limitlong getClassPK()
getClassPK in interface AttachedModelvoid setClassPK(long classPK)
setClassPK in interface AttachedModelclassPK - the class p k of this social activity limitint getActivityType()
void setActivityType(int activityType)
activityType - the activity type of this social activity limit@AutoEscape java.lang.String getActivityCounterName()
void setActivityCounterName(java.lang.String activityCounterName)
activityCounterName - the activity counter name of this social activity limit@AutoEscape java.lang.String getValue()
void setValue(java.lang.String value)
value - the value of this social activity limitboolean isNew()
BaseModeltrue if this model instance does not yet exist in
the database.
isNew in interface BaseModel<SocialActivityLimit>true if this model instance does not yet exist in
the database; false otherwisevoid setNew(boolean n)
BaseModel
setNew in interface BaseModel<SocialActivityLimit>n - whether this model instance does not yet exist in the databaseboolean isCachedModel()
BaseModeltrue if this model instance was retrieved from the
entity cache.
isCachedModel in interface BaseModel<SocialActivityLimit>true if this model instance was retrieved from the
entity cache; false otherwiseBaseModel.setCachedModel(boolean)void setCachedModel(boolean cachedModel)
BaseModel
setCachedModel in interface BaseModel<SocialActivityLimit>cachedModel - whether this model instance was retrieved from the
entity cacheEntityCacheboolean isEscapedModel()
BaseModeltrue if this model instance is escaped.
isEscapedModel in interface BaseModel<SocialActivityLimit>true if this model instance is escaped;
false otherwisejava.io.Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<SocialActivityLimit>getPrimaryKeyObj in interface ClassedModelvoid setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj in interface BaseModel<SocialActivityLimit>setPrimaryKeyObj in interface ClassedModelprimaryKeyObj - the primary key of this model instanceExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<SocialActivityLimit>getExpandoBridge in interface ClassedModelvoid setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<SocialActivityLimit>serviceContext - the service contextServiceContext.getExpandoBridgeAttributes(
)java.lang.Object clone()
BaseModel
clone in interface BaseModel<SocialActivityLimit>int compareTo(SocialActivityLimit socialActivityLimit)
compareTo in interface java.lang.Comparable<SocialActivityLimit>int hashCode()
hashCode in class java.lang.ObjectCacheModel<SocialActivityLimit> toCacheModel()
BaseModel
toCacheModel in interface BaseModel<SocialActivityLimit>SocialActivityLimit toEscapedModel()
BaseModelAutoEscapeBeanHandler.
toEscapedModel in interface BaseModel<SocialActivityLimit>AutoEscapeBeanHandlerjava.lang.String toString()
toString in class java.lang.Objectjava.lang.String toXmlString()
BaseModel
toXmlString in interface BaseModel<SocialActivityLimit>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||