|
Liferay 6.0.4 | |||||||||
| 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()
Gets the company id of this social equity user. |
double |
getContributionB()
Gets the contribution b of this social equity user. |
double |
getContributionEquity()
|
double |
getContributionK()
Gets the contribution k of this social equity user. |
long |
getEquityUserId()
Gets the equity user id of this social equity user. |
String |
getEquityUserUuid()
Gets the equity user uuid of this social equity user. |
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
long |
getGroupId()
Gets the group id of this social equity user. |
double |
getParticipationB()
Gets the participation b of this social equity user. |
double |
getParticipationEquity()
|
double |
getParticipationK()
Gets the participation k of this social equity user. |
long |
getPrimaryKey()
Gets the primary key of this social equity user. |
Serializable |
getPrimaryKeyObj()
Gets the primary key of this model instance. |
int |
getRank()
Gets the rank of this social equity user. |
long |
getUserId()
Gets the user id of this social equity user. |
String |
getUserUuid()
Gets the user uuid of this social equity user. |
SocialEquityUser |
getWrappedSocialEquityUser()
|
int |
hashCode()
|
boolean |
isCachedModel()
Determines if this model instance was retrieved from the entity cache. |
boolean |
isEscapedModel()
Determines if this model instance is escaped. |
boolean |
isNew()
Determines 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 |
setEscapedModel(boolean escapedModel)
Sets whether this model instance is escaped, meaning that all strings returned from getter methods are HTML safe. |
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 pk)
Sets the primary key of this social equity user |
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. |
SocialEquityUser |
toEscapedModel()
Gets a copy of this social equity user as an escaped model instance by wrapping it with an AutoEscapeBeanHandler. |
String |
toString()
|
String |
toXmlString()
Gets 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 long getPrimaryKey()
SocialEquityUserModel
getPrimaryKey in interface SocialEquityUserModelpublic void setPrimaryKey(long pk)
SocialEquityUserModel
setPrimaryKey in interface SocialEquityUserModelpk - the primary key of this social equity userpublic long getEquityUserId()
SocialEquityUserModel
getEquityUserId in interface SocialEquityUserModelpublic void setEquityUserId(long equityUserId)
SocialEquityUserModel
setEquityUserId in interface SocialEquityUserModelequityUserId - the equity user id of this social equity user
public String getEquityUserUuid()
throws SystemException
SocialEquityUserModel
getEquityUserUuid in interface SocialEquityUserModelSystemException - if a system exception occurredpublic void setEquityUserUuid(String equityUserUuid)
SocialEquityUserModel
setEquityUserUuid in interface SocialEquityUserModelequityUserUuid - the equity user uuid of this social equity userpublic long getGroupId()
SocialEquityUserModel
getGroupId in interface SocialEquityUserModelpublic void setGroupId(long groupId)
SocialEquityUserModel
setGroupId in interface SocialEquityUserModelgroupId - the group id of this social equity userpublic long getCompanyId()
SocialEquityUserModel
getCompanyId in interface SocialEquityUserModelpublic void setCompanyId(long companyId)
SocialEquityUserModel
setCompanyId in interface SocialEquityUserModelcompanyId - the company id of this social equity userpublic long getUserId()
SocialEquityUserModel
getUserId in interface SocialEquityUserModelpublic void setUserId(long userId)
SocialEquityUserModel
setUserId in interface SocialEquityUserModeluserId - the user id of this social equity user
public String getUserUuid()
throws SystemException
SocialEquityUserModel
getUserUuid in interface SocialEquityUserModelSystemException - if a system exception occurredpublic void setUserUuid(String userUuid)
SocialEquityUserModel
setUserUuid in interface SocialEquityUserModeluserUuid - the user uuid of this social equity userpublic double getContributionK()
SocialEquityUserModel
getContributionK in interface SocialEquityUserModelpublic void setContributionK(double contributionK)
SocialEquityUserModel
setContributionK in interface SocialEquityUserModelcontributionK - the contribution k of this social equity userpublic double getContributionB()
SocialEquityUserModel
getContributionB in interface SocialEquityUserModelpublic void setContributionB(double contributionB)
SocialEquityUserModel
setContributionB in interface SocialEquityUserModelcontributionB - the contribution b of this social equity userpublic double getParticipationK()
SocialEquityUserModel
getParticipationK in interface SocialEquityUserModelpublic void setParticipationK(double participationK)
SocialEquityUserModel
setParticipationK in interface SocialEquityUserModelparticipationK - the participation k of this social equity userpublic double getParticipationB()
SocialEquityUserModel
getParticipationB in interface SocialEquityUserModelpublic void setParticipationB(double participationB)
SocialEquityUserModel
setParticipationB in interface SocialEquityUserModelparticipationB - the participation b of this social equity userpublic int getRank()
SocialEquityUserModel
getRank in interface SocialEquityUserModelpublic void setRank(int rank)
SocialEquityUserModel
setRank in interface SocialEquityUserModelrank - the rank of this social equity userpublic SocialEquityUser toEscapedModel()
SocialEquityUserModelAutoEscapeBeanHandler.
toEscapedModel in interface SocialEquityUserModelAutoEscapeBeanHandlerpublic boolean isNew()
BaseModel
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()
BaseModel
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()
BaseModel
isEscapedModel in interface BaseModel<SocialEquityUser>isEscapedModel in interface SocialEquityUserModeltrue if this model instance is escaped;
false otherwiseBaseModel.setEscapedModel(boolean)public void setEscapedModel(boolean escapedModel)
BaseModel
A model instance can be made escaped by wrapping it with an HTML auto
escape handler using its toEscapedModel method. For example,
UserModel.toEscapedModel().
setEscapedModel in interface BaseModel<SocialEquityUser>setEscapedModel in interface SocialEquityUserModelescapedModel - whether this model instance is escapedAutoEscapeBeanHandlerpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<SocialEquityUser>getPrimaryKeyObj in interface SocialEquityUserModelpublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<SocialEquityUser>getExpandoBridge in interface SocialEquityUserModelpublic void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<SocialEquityUser>setExpandoBridgeAttributes in interface SocialEquityUserModelserviceContext - the service context to retrieve the expando bridge
attributes fromServiceContext.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 String toString()
toString in interface SocialEquityUserModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<SocialEquityUser>toXmlString in interface SocialEquityUserModelpublic double getContributionEquity()
getContributionEquity in interface SocialEquityUserpublic double getParticipationEquity()
getParticipationEquity in interface SocialEquityUserpublic SocialEquityUser getWrappedSocialEquityUser()
|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||