|
Liferay 6.0.3 | |||||||||
| 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()
|
double |
getContributionB()
|
double |
getContributionEquity()
|
double |
getContributionK()
|
long |
getEquityUserId()
|
String |
getEquityUserUuid()
|
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
long |
getGroupId()
|
double |
getParticipationB()
|
double |
getParticipationEquity()
|
double |
getParticipationK()
|
long |
getPrimaryKey()
|
Serializable |
getPrimaryKeyObj()
Gets the primary key for this model instance. |
int |
getRank()
|
long |
getUserId()
|
String |
getUserUuid()
|
SocialEquityUser |
getWrappedSocialEquityUser()
|
int |
hashCode()
|
boolean |
isCachedModel()
Determines if this model instance was retrieved from the entity cache. |
boolean |
isEscapedModel()
Determines if this model instance has been wrapped with an HTML auto escape handler. |
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)
|
void |
setContributionB(double contributionB)
|
void |
setContributionK(double contributionK)
|
void |
setEquityUserId(long equityUserId)
|
void |
setEquityUserUuid(String equityUserUuid)
|
void |
setEscapedModel(boolean escapedModel)
Sets whether this model instance has been wrapped with an HTML auto escape handler. |
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)
|
void |
setNew(boolean n)
Sets whether this model instance does not yet exist in the database. |
void |
setParticipationB(double participationB)
|
void |
setParticipationK(double participationK)
|
void |
setPrimaryKey(long pk)
|
void |
setRank(int rank)
|
void |
setUserId(long userId)
|
void |
setUserUuid(String userUuid)
|
SocialEquityUser |
toEscapedModel()
|
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()
getPrimaryKey in interface SocialEquityUserModelpublic void setPrimaryKey(long pk)
setPrimaryKey in interface SocialEquityUserModelpublic long getEquityUserId()
getEquityUserId in interface SocialEquityUserModelpublic void setEquityUserId(long equityUserId)
setEquityUserId in interface SocialEquityUserModel
public String getEquityUserUuid()
throws SystemException
getEquityUserUuid in interface SocialEquityUserModelSystemExceptionpublic void setEquityUserUuid(String equityUserUuid)
setEquityUserUuid in interface SocialEquityUserModelpublic long getGroupId()
getGroupId in interface SocialEquityUserModelpublic void setGroupId(long groupId)
setGroupId in interface SocialEquityUserModelpublic long getCompanyId()
getCompanyId in interface SocialEquityUserModelpublic void setCompanyId(long companyId)
setCompanyId in interface SocialEquityUserModelpublic long getUserId()
getUserId in interface SocialEquityUserModelpublic void setUserId(long userId)
setUserId in interface SocialEquityUserModel
public String getUserUuid()
throws SystemException
getUserUuid in interface SocialEquityUserModelSystemExceptionpublic void setUserUuid(String userUuid)
setUserUuid in interface SocialEquityUserModelpublic double getContributionK()
getContributionK in interface SocialEquityUserModelpublic void setContributionK(double contributionK)
setContributionK in interface SocialEquityUserModelpublic double getContributionB()
getContributionB in interface SocialEquityUserModelpublic void setContributionB(double contributionB)
setContributionB in interface SocialEquityUserModelpublic double getParticipationK()
getParticipationK in interface SocialEquityUserModelpublic void setParticipationK(double participationK)
setParticipationK in interface SocialEquityUserModelpublic double getParticipationB()
getParticipationB in interface SocialEquityUserModelpublic void setParticipationB(double participationB)
setParticipationB in interface SocialEquityUserModelpublic int getRank()
getRank in interface SocialEquityUserModelpublic void setRank(int rank)
setRank in interface SocialEquityUserModelpublic SocialEquityUser toEscapedModel()
toEscapedModel in interface SocialEquityUserModelpublic 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 has been wrapped with an
HTML auto escape handler; false otherwiseBaseModel.setEscapedModel(boolean)public void setEscapedModel(boolean escapedModel)
BaseModel
A model instance can be wrapped 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 has been wrapped with an
HTML auto escape handlerAutoEscapeBeanHandlerpublic 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.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||