|
Liferay 6.1.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.social.model.SocialEquityUserWrapper
public class SocialEquityUserWrapper
This class is a wrapper for SocialEquityUser.
SocialEquityUser,
Serialized Form| Constructor Summary | |
|---|---|
SocialEquityUserWrapper(SocialEquityUser socialEquityUser)
|
|
| 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 |
getContributionEquity()
|
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. |
Class<?> |
getModelClass()
|
String |
getModelClassName()
|
double |
getParticipationB()
Returns the participation b of this social equity user. |
double |
getParticipationEquity()
|
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. |
SocialEquityUser |
getWrappedSocialEquityUser()
|
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 |
persist()
Updates this model instance in the database or adds it if it does not yet exist. |
void |
resetOriginalValues()
Reset all original fields to current values. |
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 class java.lang.Object |
|---|
equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SocialEquityUserWrapper(SocialEquityUser socialEquityUser)
| Method Detail |
|---|
public Class<?> getModelClass()
getModelClass in interface ClassedModelpublic String getModelClassName()
getModelClassName in interface ClassedModelpublic long getPrimaryKey()
getPrimaryKey in interface SocialEquityUserModelpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface SocialEquityUserModelprimaryKey - the primary key of this social equity userpublic long getEquityUserId()
getEquityUserId in interface SocialEquityUserModelpublic void setEquityUserId(long equityUserId)
setEquityUserId in interface SocialEquityUserModelequityUserId - the equity user ID of this social equity user
public String getEquityUserUuid()
throws SystemException
getEquityUserUuid in interface SocialEquityUserModelSystemException - if a system exception occurredpublic void setEquityUserUuid(String equityUserUuid)
setEquityUserUuid in interface SocialEquityUserModelequityUserUuid - the equity user uuid of this social equity userpublic long getGroupId()
getGroupId in interface SocialEquityUserModelpublic void setGroupId(long groupId)
setGroupId in interface SocialEquityUserModelgroupId - the group ID of this social equity userpublic long getCompanyId()
getCompanyId in interface SocialEquityUserModelpublic void setCompanyId(long companyId)
setCompanyId in interface SocialEquityUserModelcompanyId - the company ID of this social equity userpublic long getUserId()
getUserId in interface SocialEquityUserModelpublic void setUserId(long userId)
setUserId in interface SocialEquityUserModeluserId - the user ID of this social equity user
public String getUserUuid()
throws SystemException
getUserUuid in interface SocialEquityUserModelSystemException - if a system exception occurredpublic void setUserUuid(String userUuid)
setUserUuid in interface SocialEquityUserModeluserUuid - the user uuid of this social equity userpublic double getContributionK()
getContributionK in interface SocialEquityUserModelpublic void setContributionK(double contributionK)
setContributionK in interface SocialEquityUserModelcontributionK - the contribution k of this social equity userpublic double getContributionB()
getContributionB in interface SocialEquityUserModelpublic void setContributionB(double contributionB)
setContributionB in interface SocialEquityUserModelcontributionB - the contribution b of this social equity userpublic double getParticipationK()
getParticipationK in interface SocialEquityUserModelpublic void setParticipationK(double participationK)
setParticipationK in interface SocialEquityUserModelparticipationK - the participation k of this social equity userpublic double getParticipationB()
getParticipationB in interface SocialEquityUserModelpublic void setParticipationB(double participationB)
setParticipationB in interface SocialEquityUserModelparticipationB - the participation b of this social equity userpublic int getRank()
getRank in interface SocialEquityUserModelpublic void setRank(int rank)
setRank in interface SocialEquityUserModelrank - the rank of this social equity userpublic boolean isNew()
BaseModeltrue if this model instance does not yet exist in
the database.
isNew in interface BaseModel<SocialEquityUser>isNew in interface SocialEquityUserModeltrue if this model instance does not yet exist in
the database; false otherwisepublic void setNew(boolean n)
BaseModel
setNew in interface BaseModel<SocialEquityUser>setNew in interface SocialEquityUserModeln - whether this model instance does not yet exist in the databasepublic boolean isCachedModel()
BaseModeltrue if this model instance was retrieved from the
entity cache.
isCachedModel in interface BaseModel<SocialEquityUser>isCachedModel in interface SocialEquityUserModeltrue if this model instance was retrieved from the
entity cache; false otherwiseBaseModel.setCachedModel(boolean)public void setCachedModel(boolean cachedModel)
BaseModel
setCachedModel in interface BaseModel<SocialEquityUser>setCachedModel in interface SocialEquityUserModelcachedModel - whether this model instance was retrieved from the
entity cacheEntityCachepublic boolean isEscapedModel()
BaseModeltrue if this model instance is escaped.
isEscapedModel in interface BaseModel<SocialEquityUser>isEscapedModel in interface SocialEquityUserModeltrue if this model instance is escaped;
false otherwisepublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<SocialEquityUser>getPrimaryKeyObj in interface ClassedModelgetPrimaryKeyObj in interface SocialEquityUserModelpublic void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj in interface BaseModel<SocialEquityUser>setPrimaryKeyObj in interface ClassedModelsetPrimaryKeyObj in interface SocialEquityUserModelprimaryKeyObj - the primary key of this model instancepublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<SocialEquityUser>getExpandoBridge in interface ClassedModelgetExpandoBridge in interface SocialEquityUserModelpublic void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<SocialEquityUser>setExpandoBridgeAttributes in interface SocialEquityUserModelserviceContext - the service contextServiceContext.getExpandoBridgeAttributes(
)public Object clone()
BaseModel
clone in interface BaseModel<SocialEquityUser>clone in interface SocialEquityUserModelclone in class Objectpublic int compareTo(SocialEquityUser socialEquityUser)
compareTo in interface SocialEquityUserModelcompareTo in interface Comparable<SocialEquityUser>public int hashCode()
hashCode in interface SocialEquityUserModelhashCode in class Objectpublic CacheModel<SocialEquityUser> toCacheModel()
BaseModel
toCacheModel in interface BaseModel<SocialEquityUser>toCacheModel in interface SocialEquityUserModelpublic SocialEquityUser toEscapedModel()
BaseModelAutoEscapeBeanHandler.
toEscapedModel in interface BaseModel<SocialEquityUser>toEscapedModel in interface SocialEquityUserModelAutoEscapeBeanHandlerpublic String toString()
toString in interface SocialEquityUserModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<SocialEquityUser>toXmlString in interface SocialEquityUserModel
public void persist()
throws SystemException
PersistedModel
persist in interface PersistedModelSystemException - if a system exception occurredpublic double getContributionEquity()
getContributionEquity in interface SocialEquityUserpublic double getParticipationEquity()
getParticipationEquity in interface SocialEquityUserpublic SocialEquityUser getWrappedSocialEquityUser()
public void resetOriginalValues()
BaseModel
resetOriginalValues in interface BaseModel<SocialEquityUser>
|
Liferay 6.1.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||