com.liferay.portlet.social.model
Class SocialEquityAssetEntryWrapper

java.lang.Object
  extended by com.liferay.portlet.social.model.SocialEquityAssetEntryWrapper
All Implemented Interfaces:
BaseModel<SocialEquityAssetEntry>, SocialEquityAssetEntry, SocialEquityAssetEntryModel, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<SocialEquityAssetEntry>

public class SocialEquityAssetEntryWrapper
extends java.lang.Object
implements SocialEquityAssetEntry

View Source

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

This class is a wrapper for SocialEquityAssetEntry.

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

Constructor Summary
SocialEquityAssetEntryWrapper(SocialEquityAssetEntry socialEquityAssetEntry)
           
 
Method Summary
 java.lang.Object clone()
           
 int compareTo(SocialEquityAssetEntry socialEquityAssetEntry)
           
 long getAssetEntryId()
           
 long getCompanyId()
           
 long getEquityAssetEntryId()
           
 ExpandoBridge getExpandoBridge()
           
 long getGroupId()
           
 double getInformationB()
           
 double getInformationEquity()
           
 double getInformationK()
           
 long getPrimaryKey()
           
 java.io.Serializable getPrimaryKeyObj()
           
 long getUserId()
           
 java.lang.String getUserUuid()
           
 SocialEquityAssetEntry getWrappedSocialEquityAssetEntry()
           
 int hashCode()
           
 boolean isCachedModel()
           
 boolean isEscapedModel()
           
 boolean isNew()
           
 void setAssetEntryId(long assetEntryId)
           
 void setCachedModel(boolean cachedModel)
           
 void setCompanyId(long companyId)
           
 void setEquityAssetEntryId(long equityAssetEntryId)
           
 void setEscapedModel(boolean escapedModel)
           
 void setExpandoBridgeAttributes(ServiceContext serviceContext)
           
 void setGroupId(long groupId)
           
 void setInformationB(double informationB)
           
 void setInformationEquity(double informationEquity)
           
 void setInformationK(double informationK)
           
 boolean setNew(boolean n)
           
 void setPrimaryKey(long pk)
           
 void setUserId(long userId)
           
 void setUserUuid(java.lang.String userUuid)
           
 SocialEquityAssetEntry 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

SocialEquityAssetEntryWrapper

public SocialEquityAssetEntryWrapper(SocialEquityAssetEntry socialEquityAssetEntry)
Method Detail

getPrimaryKey

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

setPrimaryKey

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

getEquityAssetEntryId

public long getEquityAssetEntryId()
Specified by:
getEquityAssetEntryId in interface SocialEquityAssetEntryModel

setEquityAssetEntryId

public void setEquityAssetEntryId(long equityAssetEntryId)
Specified by:
setEquityAssetEntryId in interface SocialEquityAssetEntryModel

getGroupId

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

setGroupId

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

getCompanyId

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

setCompanyId

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

getUserId

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

setUserId

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

getUserUuid

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

setUserUuid

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

getAssetEntryId

public long getAssetEntryId()
Specified by:
getAssetEntryId in interface SocialEquityAssetEntryModel

setAssetEntryId

public void setAssetEntryId(long assetEntryId)
Specified by:
setAssetEntryId in interface SocialEquityAssetEntryModel

getInformationK

public double getInformationK()
Specified by:
getInformationK in interface SocialEquityAssetEntryModel

setInformationK

public void setInformationK(double informationK)
Specified by:
setInformationK in interface SocialEquityAssetEntryModel

getInformationB

public double getInformationB()
Specified by:
getInformationB in interface SocialEquityAssetEntryModel

setInformationB

public void setInformationB(double informationB)
Specified by:
setInformationB in interface SocialEquityAssetEntryModel

getInformationEquity

public double getInformationEquity()
Specified by:
getInformationEquity in interface SocialEquityAssetEntryModel

setInformationEquity

public void setInformationEquity(double informationEquity)
Specified by:
setInformationEquity in interface SocialEquityAssetEntryModel

toEscapedModel

public SocialEquityAssetEntry toEscapedModel()
Specified by:
toEscapedModel in interface SocialEquityAssetEntryModel

isNew

public boolean isNew()
Specified by:
isNew in interface BaseModel<SocialEquityAssetEntry>
Specified by:
isNew in interface SocialEquityAssetEntryModel

setNew

public boolean setNew(boolean n)
Specified by:
setNew in interface BaseModel<SocialEquityAssetEntry>
Specified by:
setNew in interface SocialEquityAssetEntryModel

isCachedModel

public boolean isCachedModel()
Specified by:
isCachedModel in interface BaseModel<SocialEquityAssetEntry>
Specified by:
isCachedModel in interface SocialEquityAssetEntryModel

setCachedModel

public void setCachedModel(boolean cachedModel)
Specified by:
setCachedModel in interface BaseModel<SocialEquityAssetEntry>
Specified by:
setCachedModel in interface SocialEquityAssetEntryModel

isEscapedModel

public boolean isEscapedModel()
Specified by:
isEscapedModel in interface BaseModel<SocialEquityAssetEntry>
Specified by:
isEscapedModel in interface SocialEquityAssetEntryModel

setEscapedModel

public void setEscapedModel(boolean escapedModel)
Specified by:
setEscapedModel in interface BaseModel<SocialEquityAssetEntry>
Specified by:
setEscapedModel in interface SocialEquityAssetEntryModel

getPrimaryKeyObj

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

getExpandoBridge

public ExpandoBridge getExpandoBridge()
Specified by:
getExpandoBridge in interface BaseModel<SocialEquityAssetEntry>
Specified by:
getExpandoBridge in interface SocialEquityAssetEntryModel

setExpandoBridgeAttributes

public void setExpandoBridgeAttributes(ServiceContext serviceContext)
Specified by:
setExpandoBridgeAttributes in interface BaseModel<SocialEquityAssetEntry>
Specified by:
setExpandoBridgeAttributes in interface SocialEquityAssetEntryModel

clone

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

compareTo

public int compareTo(SocialEquityAssetEntry socialEquityAssetEntry)
Specified by:
compareTo in interface SocialEquityAssetEntryModel
Specified by:
compareTo in interface java.lang.Comparable<SocialEquityAssetEntry>

hashCode

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

toString

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

toXmlString

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

getWrappedSocialEquityAssetEntry

public SocialEquityAssetEntry getWrappedSocialEquityAssetEntry()