com.liferay.portlet.social.model
Class SocialEquityHistoryWrapper

java.lang.Object
  extended by com.liferay.portlet.social.model.SocialEquityHistoryWrapper
All Implemented Interfaces:
BaseModel<SocialEquityHistory>, SocialEquityHistory, SocialEquityHistoryModel, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<SocialEquityHistory>

public class SocialEquityHistoryWrapper
extends java.lang.Object
implements SocialEquityHistory

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This class is a wrapper for SocialEquityHistory.

Author:
Brian Wing Shun Chan
See Also:
SocialEquityHistory, Serialized Form
Generated:

Constructor Summary
SocialEquityHistoryWrapper(SocialEquityHistory socialEquityHistory)
           
 
Method Summary
 java.lang.Object clone()
           
 int compareTo(SocialEquityHistory socialEquityHistory)
           
 long getCompanyId()
           
 java.util.Date getCreateDate()
           
 long getEquityHistoryId()
           
 ExpandoBridge getExpandoBridge()
           
 long getGroupId()
           
 int getPersonalEquity()
           
 long getPrimaryKey()
           
 java.io.Serializable getPrimaryKeyObj()
           
 long getUserId()
           
 java.lang.String getUserUuid()
           
 SocialEquityHistory getWrappedSocialEquityHistory()
           
 int hashCode()
           
 boolean isCachedModel()
           
 boolean isEscapedModel()
           
 boolean isNew()
           
 void setCachedModel(boolean cachedModel)
           
 void setCompanyId(long companyId)
           
 void setCreateDate(java.util.Date createDate)
           
 void setEquityHistoryId(long equityHistoryId)
           
 void setEscapedModel(boolean escapedModel)
           
 void setExpandoBridgeAttributes(ServiceContext serviceContext)
           
 void setGroupId(long groupId)
           
 boolean setNew(boolean n)
           
 void setPersonalEquity(int personalEquity)
           
 void setPrimaryKey(long pk)
           
 void setUserId(long userId)
           
 void setUserUuid(java.lang.String userUuid)
           
 SocialEquityHistory toEscapedModel()
           
 java.lang.String toString()
           
 java.lang.String toXmlString()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SocialEquityHistoryWrapper

public SocialEquityHistoryWrapper(SocialEquityHistory socialEquityHistory)
Method Detail

getPrimaryKey

public long getPrimaryKey()
Specified by:
getPrimaryKey in interface SocialEquityHistoryModel

setPrimaryKey

public void setPrimaryKey(long pk)
Specified by:
setPrimaryKey in interface SocialEquityHistoryModel

getEquityHistoryId

public long getEquityHistoryId()
Specified by:
getEquityHistoryId in interface SocialEquityHistoryModel

setEquityHistoryId

public void setEquityHistoryId(long equityHistoryId)
Specified by:
setEquityHistoryId in interface SocialEquityHistoryModel

getGroupId

public long getGroupId()
Specified by:
getGroupId in interface SocialEquityHistoryModel

setGroupId

public void setGroupId(long groupId)
Specified by:
setGroupId in interface SocialEquityHistoryModel

getCompanyId

public long getCompanyId()
Specified by:
getCompanyId in interface SocialEquityHistoryModel

setCompanyId

public void setCompanyId(long companyId)
Specified by:
setCompanyId in interface SocialEquityHistoryModel

getUserId

public long getUserId()
Specified by:
getUserId in interface SocialEquityHistoryModel

setUserId

public void setUserId(long userId)
Specified by:
setUserId in interface SocialEquityHistoryModel

getUserUuid

public java.lang.String getUserUuid()
                             throws SystemException
Specified by:
getUserUuid in interface SocialEquityHistoryModel
Throws:
SystemException

setUserUuid

public void setUserUuid(java.lang.String userUuid)
Specified by:
setUserUuid in interface SocialEquityHistoryModel

getCreateDate

public java.util.Date getCreateDate()
Specified by:
getCreateDate in interface SocialEquityHistoryModel

setCreateDate

public void setCreateDate(java.util.Date createDate)
Specified by:
setCreateDate in interface SocialEquityHistoryModel

getPersonalEquity

public int getPersonalEquity()
Specified by:
getPersonalEquity in interface SocialEquityHistoryModel

setPersonalEquity

public void setPersonalEquity(int personalEquity)
Specified by:
setPersonalEquity in interface SocialEquityHistoryModel

toEscapedModel

public SocialEquityHistory toEscapedModel()
Specified by:
toEscapedModel in interface SocialEquityHistoryModel

isNew

public boolean isNew()
Specified by:
isNew in interface BaseModel<SocialEquityHistory>
Specified by:
isNew in interface SocialEquityHistoryModel

setNew

public boolean setNew(boolean n)
Specified by:
setNew in interface BaseModel<SocialEquityHistory>
Specified by:
setNew in interface SocialEquityHistoryModel

isCachedModel

public boolean isCachedModel()
Specified by:
isCachedModel in interface BaseModel<SocialEquityHistory>
Specified by:
isCachedModel in interface SocialEquityHistoryModel

setCachedModel

public void setCachedModel(boolean cachedModel)
Specified by:
setCachedModel in interface BaseModel<SocialEquityHistory>
Specified by:
setCachedModel in interface SocialEquityHistoryModel

isEscapedModel

public boolean isEscapedModel()
Specified by:
isEscapedModel in interface BaseModel<SocialEquityHistory>
Specified by:
isEscapedModel in interface SocialEquityHistoryModel

setEscapedModel

public void setEscapedModel(boolean escapedModel)
Specified by:
setEscapedModel in interface BaseModel<SocialEquityHistory>
Specified by:
setEscapedModel in interface SocialEquityHistoryModel

getPrimaryKeyObj

public java.io.Serializable getPrimaryKeyObj()
Specified by:
getPrimaryKeyObj in interface BaseModel<SocialEquityHistory>
Specified by:
getPrimaryKeyObj in interface SocialEquityHistoryModel

getExpandoBridge

public ExpandoBridge getExpandoBridge()
Specified by:
getExpandoBridge in interface BaseModel<SocialEquityHistory>
Specified by:
getExpandoBridge in interface SocialEquityHistoryModel

setExpandoBridgeAttributes

public void setExpandoBridgeAttributes(ServiceContext serviceContext)
Specified by:
setExpandoBridgeAttributes in interface BaseModel<SocialEquityHistory>
Specified by:
setExpandoBridgeAttributes in interface SocialEquityHistoryModel

clone

public java.lang.Object clone()
Specified by:
clone in interface BaseModel<SocialEquityHistory>
Specified by:
clone in interface SocialEquityHistoryModel
Overrides:
clone in class java.lang.Object

compareTo

public int compareTo(SocialEquityHistory socialEquityHistory)
Specified by:
compareTo in interface SocialEquityHistoryModel
Specified by:
compareTo in interface java.lang.Comparable<SocialEquityHistory>

hashCode

public int hashCode()
Specified by:
hashCode in interface SocialEquityHistoryModel
Overrides:
hashCode in class java.lang.Object

toString

public java.lang.String toString()
Specified by:
toString in interface SocialEquityHistoryModel
Overrides:
toString in class java.lang.Object

toXmlString

public java.lang.String toXmlString()
Specified by:
toXmlString in interface BaseModel<SocialEquityHistory>
Specified by:
toXmlString in interface SocialEquityHistoryModel

getWrappedSocialEquityHistory

public SocialEquityHistory getWrappedSocialEquityHistory()