|
Liferay 6.0.5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.liferay.portlet.social.model.SocialEquityUserWrapper
public class SocialEquityUserWrapper
This class is a wrapper for SocialEquityUser
.
SocialEquityUser
,
Serialized FormConstructor 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 SocialEquityUserModel
public void setPrimaryKey(long pk)
SocialEquityUserModel
setPrimaryKey
in interface SocialEquityUserModel
pk
- the primary key of this social equity userpublic long getEquityUserId()
SocialEquityUserModel
getEquityUserId
in interface SocialEquityUserModel
public void setEquityUserId(long equityUserId)
SocialEquityUserModel
setEquityUserId
in interface SocialEquityUserModel
equityUserId
- the equity user id of this social equity userpublic String getEquityUserUuid() throws SystemException
SocialEquityUserModel
getEquityUserUuid
in interface SocialEquityUserModel
SystemException
- if a system exception occurredpublic void setEquityUserUuid(String equityUserUuid)
SocialEquityUserModel
setEquityUserUuid
in interface SocialEquityUserModel
equityUserUuid
- the equity user uuid of this social equity userpublic long getGroupId()
SocialEquityUserModel
getGroupId
in interface SocialEquityUserModel
public void setGroupId(long groupId)
SocialEquityUserModel
setGroupId
in interface SocialEquityUserModel
groupId
- the group id of this social equity userpublic long getCompanyId()
SocialEquityUserModel
getCompanyId
in interface SocialEquityUserModel
public void setCompanyId(long companyId)
SocialEquityUserModel
setCompanyId
in interface SocialEquityUserModel
companyId
- the company id of this social equity userpublic long getUserId()
SocialEquityUserModel
getUserId
in interface SocialEquityUserModel
public void setUserId(long userId)
SocialEquityUserModel
setUserId
in interface SocialEquityUserModel
userId
- the user id of this social equity userpublic String getUserUuid() throws SystemException
SocialEquityUserModel
getUserUuid
in interface SocialEquityUserModel
SystemException
- if a system exception occurredpublic void setUserUuid(String userUuid)
SocialEquityUserModel
setUserUuid
in interface SocialEquityUserModel
userUuid
- the user uuid of this social equity userpublic double getContributionK()
SocialEquityUserModel
getContributionK
in interface SocialEquityUserModel
public void setContributionK(double contributionK)
SocialEquityUserModel
setContributionK
in interface SocialEquityUserModel
contributionK
- the contribution k of this social equity userpublic double getContributionB()
SocialEquityUserModel
getContributionB
in interface SocialEquityUserModel
public void setContributionB(double contributionB)
SocialEquityUserModel
setContributionB
in interface SocialEquityUserModel
contributionB
- the contribution b of this social equity userpublic double getParticipationK()
SocialEquityUserModel
getParticipationK
in interface SocialEquityUserModel
public void setParticipationK(double participationK)
SocialEquityUserModel
setParticipationK
in interface SocialEquityUserModel
participationK
- the participation k of this social equity userpublic double getParticipationB()
SocialEquityUserModel
getParticipationB
in interface SocialEquityUserModel
public void setParticipationB(double participationB)
SocialEquityUserModel
setParticipationB
in interface SocialEquityUserModel
participationB
- the participation b of this social equity userpublic int getRank()
SocialEquityUserModel
getRank
in interface SocialEquityUserModel
public void setRank(int rank)
SocialEquityUserModel
setRank
in interface SocialEquityUserModel
rank
- the rank of this social equity userpublic SocialEquityUser toEscapedModel()
SocialEquityUserModel
AutoEscapeBeanHandler
.
toEscapedModel
in interface SocialEquityUserModel
AutoEscapeBeanHandler
public boolean isNew()
BaseModel
isNew
in interface BaseModel<SocialEquityUser>
isNew
in interface SocialEquityUserModel
true
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 SocialEquityUserModel
n
- whether this model instance does not yet exist in the databasepublic boolean isCachedModel()
BaseModel
isCachedModel
in interface BaseModel<SocialEquityUser>
isCachedModel
in interface SocialEquityUserModel
true
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 SocialEquityUserModel
cachedModel
- whether this model instance was retrieved from the
entity cacheEntityCache
public boolean isEscapedModel()
BaseModel
isEscapedModel
in interface BaseModel<SocialEquityUser>
isEscapedModel
in interface SocialEquityUserModel
true
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 SocialEquityUserModel
escapedModel
- whether this model instance is escapedAutoEscapeBeanHandler
public Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj
in interface BaseModel<SocialEquityUser>
getPrimaryKeyObj
in interface SocialEquityUserModel
public ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge
in interface BaseModel<SocialEquityUser>
getExpandoBridge
in interface SocialEquityUserModel
public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes
in interface BaseModel<SocialEquityUser>
setExpandoBridgeAttributes
in interface SocialEquityUserModel
serviceContext
- the service context to retrieve the expando bridge
attributes fromServiceContext.getExpandoBridgeAttributes(
)
public Object clone()
BaseModel
clone
in interface BaseModel<SocialEquityUser>
clone
in interface SocialEquityUserModel
clone
in class Object
public int compareTo(SocialEquityUser socialEquityUser)
compareTo
in interface SocialEquityUserModel
compareTo
in interface Comparable<SocialEquityUser>
public int hashCode()
hashCode
in interface SocialEquityUserModel
hashCode
in class Object
public String toString()
toString
in interface SocialEquityUserModel
toString
in class Object
public String toXmlString()
BaseModel
toXmlString
in interface BaseModel<SocialEquityUser>
toXmlString
in interface SocialEquityUserModel
public double getContributionEquity()
getContributionEquity
in interface SocialEquityUser
public double getParticipationEquity()
getParticipationEquity
in interface SocialEquityUser
public SocialEquityUser getWrappedSocialEquityUser()
|
Liferay 6.0.5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |