@ProviderType public interface SocialActivityLimitModel extends AttachedModel, BaseModel<SocialActivityLimit>, ShardedModel
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
Modifier and Type | Method and Description |
---|---|
Object |
clone()
Creates a shallow clone of this model instance.
|
int |
compareTo(SocialActivityLimit socialActivityLimit) |
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.
|
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 pk 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.
|
Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance.
|
long |
getUserId()
Returns the user ID of this social activity limit.
|
String |
getUserUuid()
Returns the user uuid of this social activity limit.
|
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(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(String className) |
void |
setClassNameId(long classNameId)
Sets the class name ID of this social activity limit.
|
void |
setClassPK(long classPK)
Sets the class pk of this social activity limit.
|
void |
setCompanyId(long companyId)
Sets the company ID of this social activity limit.
|
void |
setExpandoBridgeAttributes(BaseModel<?> baseModel) |
void |
setExpandoBridgeAttributes(ExpandoBridge expandoBridge) |
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(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(String userUuid)
Sets the user uuid of this social activity limit.
|
void |
setValue(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 . |
String |
toString() |
SocialActivityLimit |
toUnescapedModel() |
String |
toXmlString()
Returns the XML representation of this model instance.
|
getModelAttributes, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setModelAttributes
getModelClass, getModelClassName
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()
getCompanyId
in interface ShardedModel
void setCompanyId(long companyId)
setCompanyId
in interface ShardedModel
companyId
- the company ID of this social activity limitlong getUserId()
void setUserId(long userId)
userId
- the user ID of this social activity limitString getUserUuid()
void setUserUuid(String userUuid)
userUuid
- the user uuid of this social activity limitString getClassName()
getClassName
in interface TypedModel
void setClassName(String className)
long getClassNameId()
getClassNameId
in interface TypedModel
void setClassNameId(long classNameId)
setClassNameId
in interface TypedModel
classNameId
- the class name ID of this social activity limitlong getClassPK()
getClassPK
in interface AttachedModel
void setClassPK(long classPK)
setClassPK
in interface AttachedModel
classPK
- the class pk of this social activity limitint getActivityType()
void setActivityType(int activityType)
activityType
- the activity type of this social activity limit@AutoEscape String getActivityCounterName()
void setActivityCounterName(String activityCounterName)
activityCounterName
- the activity counter name of this social activity limit@AutoEscape String getValue()
void setValue(String value)
value
- the value of this social activity limitboolean isNew()
BaseModel
true
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()
BaseModel
true
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 cacheEntityCache
boolean isEscapedModel()
BaseModel
true
if this model instance is escaped.isEscapedModel
in interface BaseModel<SocialActivityLimit>
true
if this model instance is escaped;
false
otherwiseSerializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj
in interface BaseModel<SocialActivityLimit>
getPrimaryKeyObj
in interface ClassedModel
void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj
in interface BaseModel<SocialActivityLimit>
setPrimaryKeyObj
in interface ClassedModel
primaryKeyObj
- the primary key of this model instanceExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge
in interface BaseModel<SocialActivityLimit>
getExpandoBridge
in interface ClassedModel
void setExpandoBridgeAttributes(BaseModel<?> baseModel)
setExpandoBridgeAttributes
in interface BaseModel<SocialActivityLimit>
void setExpandoBridgeAttributes(ExpandoBridge expandoBridge)
setExpandoBridgeAttributes
in interface BaseModel<SocialActivityLimit>
void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes
in interface BaseModel<SocialActivityLimit>
serviceContext
- the service context to be appliedServiceContext.getExpandoBridgeAttributes()
Object clone()
BaseModel
clone
in interface BaseModel<SocialActivityLimit>
int compareTo(SocialActivityLimit socialActivityLimit)
compareTo
in interface Comparable<SocialActivityLimit>
int hashCode()
hashCode
in class Object
CacheModel<SocialActivityLimit> toCacheModel()
BaseModel
toCacheModel
in interface BaseModel<SocialActivityLimit>
SocialActivityLimit toEscapedModel()
BaseModel
AutoEscapeBeanHandler
.toEscapedModel
in interface BaseModel<SocialActivityLimit>
AutoEscapeBeanHandler
SocialActivityLimit toUnescapedModel()
toUnescapedModel
in interface BaseModel<SocialActivityLimit>
String toString()
toString
in class Object
String toXmlString()
BaseModel
toXmlString
in interface BaseModel<SocialActivityLimit>