|
Liferay 6.1.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SocialEquityUserModel
The base model interface for the SocialEquityUser service. Represents a row in the "SocialEquityUser" database table, with each column mapped to a property of this class.
This interface and its corresponding implementation SocialEquityUserModelImpl exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in SocialEquityUserImpl.
SocialEquityUser,
SocialEquityUserImpl,
SocialEquityUserModelImpl| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(SocialEquityUser socialEquityUser)
|
long |
getCompanyId()
Returns the company ID of this social equity user. |
double |
getContributionB()
Returns the contribution b of this social equity user. |
double |
getContributionK()
Returns the contribution k of this social equity user. |
long |
getEquityUserId()
Returns the equity user ID of this social equity user. |
String |
getEquityUserUuid()
Returns the equity user uuid of this social equity user. |
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance. |
long |
getGroupId()
Returns the group ID of this social equity user. |
double |
getParticipationB()
Returns the participation b of this social equity user. |
double |
getParticipationK()
Returns the participation k of this social equity user. |
long |
getPrimaryKey()
Returns the primary key of this social equity user. |
Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance. |
int |
getRank()
Returns the rank of this social equity user. |
long |
getUserId()
Returns the user ID of this social equity user. |
String |
getUserUuid()
Returns the user uuid of this social equity user. |
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 |
setCachedModel(boolean cachedModel)
Sets whether this model instance was retrieved from the entity cache. |
void |
setCompanyId(long companyId)
Sets the company ID of this social equity user. |
void |
setContributionB(double contributionB)
Sets the contribution b of this social equity user. |
void |
setContributionK(double contributionK)
Sets the contribution k of this social equity user. |
void |
setEquityUserId(long equityUserId)
Sets the equity user ID of this social equity user. |
void |
setEquityUserUuid(String equityUserUuid)
Sets the equity user uuid of this social equity user. |
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 equity user. |
void |
setNew(boolean n)
Sets whether this model instance does not yet exist in the database. |
void |
setParticipationB(double participationB)
Sets the participation b of this social equity user. |
void |
setParticipationK(double participationK)
Sets the participation k of this social equity user. |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this social equity user. |
void |
setPrimaryKeyObj(Serializable primaryKeyObj)
Sets the primary key of this model instance. |
void |
setRank(int rank)
Sets the rank of this social equity user. |
void |
setUserId(long userId)
Sets the user ID of this social equity user. |
void |
setUserUuid(String userUuid)
Sets the user uuid of this social equity user. |
CacheModel<SocialEquityUser> |
toCacheModel()
Returns a cache model object for this entity used by entity cache. |
SocialEquityUser |
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 interface com.liferay.portal.model.BaseModel |
|---|
resetOriginalValues |
| 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 equity userlong getEquityUserId()
void setEquityUserId(long equityUserId)
equityUserId - the equity user ID of this social equity user
String getEquityUserUuid()
throws SystemException
SystemException - if a system exception occurredvoid setEquityUserUuid(String equityUserUuid)
equityUserUuid - the equity user uuid of this social equity userlong getGroupId()
void setGroupId(long groupId)
groupId - the group ID of this social equity userlong getCompanyId()
void setCompanyId(long companyId)
companyId - the company ID of this social equity userlong getUserId()
void setUserId(long userId)
userId - the user ID of this social equity user
String getUserUuid()
throws SystemException
SystemException - if a system exception occurredvoid setUserUuid(String userUuid)
userUuid - the user uuid of this social equity userdouble getContributionK()
void setContributionK(double contributionK)
contributionK - the contribution k of this social equity userdouble getContributionB()
void setContributionB(double contributionB)
contributionB - the contribution b of this social equity userdouble getParticipationK()
void setParticipationK(double participationK)
participationK - the participation k of this social equity userdouble getParticipationB()
void setParticipationB(double participationB)
participationB - the participation b of this social equity userint getRank()
void setRank(int rank)
rank - the rank of this social equity userboolean isNew()
BaseModeltrue if this model instance does not yet exist in
the database.
isNew in interface BaseModel<SocialEquityUser>true if this model instance does not yet exist in
the database; false otherwisevoid setNew(boolean n)
BaseModel
setNew in interface BaseModel<SocialEquityUser>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<SocialEquityUser>true if this model instance was retrieved from the
entity cache; false otherwiseBaseModel.setCachedModel(boolean)void setCachedModel(boolean cachedModel)
BaseModel
setCachedModel in interface BaseModel<SocialEquityUser>cachedModel - whether this model instance was retrieved from the
entity cacheEntityCacheboolean isEscapedModel()
BaseModeltrue if this model instance is escaped.
isEscapedModel in interface BaseModel<SocialEquityUser>true if this model instance is escaped;
false otherwiseSerializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<SocialEquityUser>getPrimaryKeyObj in interface ClassedModelvoid setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj in interface BaseModel<SocialEquityUser>setPrimaryKeyObj in interface ClassedModelprimaryKeyObj - the primary key of this model instanceExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<SocialEquityUser>getExpandoBridge in interface ClassedModelvoid setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<SocialEquityUser>serviceContext - the service contextServiceContext.getExpandoBridgeAttributes(
)Object clone()
BaseModel
clone in interface BaseModel<SocialEquityUser>int compareTo(SocialEquityUser socialEquityUser)
compareTo in interface Comparable<SocialEquityUser>int hashCode()
hashCode in class ObjectCacheModel<SocialEquityUser> toCacheModel()
BaseModel
toCacheModel in interface BaseModel<SocialEquityUser>SocialEquityUser toEscapedModel()
BaseModelAutoEscapeBeanHandler.
toEscapedModel in interface BaseModel<SocialEquityUser>AutoEscapeBeanHandlerString toString()
toString in class ObjectString toXmlString()
BaseModel
toXmlString in interface BaseModel<SocialEquityUser>
|
Liferay 6.1.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||